From 78b3e0d14a2d79a6b39102888ebb4242a7f7a0ca Mon Sep 17 00:00:00 2001 From: Sepherosa Ziehau Date: Thu, 25 May 2017 13:53:51 +0800 Subject: [PATCH] emx: Remove unapplied comment --- sys/dev/netif/emx/if_emx.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/sys/dev/netif/emx/if_emx.c b/sys/dev/netif/emx/if_emx.c index 187081e3d2..5e94216ef5 100644 --- a/sys/dev/netif/emx/if_emx.c +++ b/sys/dev/netif/emx/if_emx.c @@ -659,18 +659,6 @@ again: /* * Calculate # of TX rings - * - * XXX - * I217/I218 claims to have 2 TX queues - * - * NOTE: - * Don't enable multiple TX queues on 82574; it always gives - * watchdog timeout on TX queue0, when multiple TCP streams are - * received. It was originally suspected that the hardware TX - * checksum offloading caused this watchdog timeout, since only - * TCP ACKs are sent during TCP receiving tests. However, even - * if the hardware TX checksum offloading is disable, TX queue0 - * still will give watchdog. */ tx_ring_max = 1; if (sc->hw.mac.type == e1000_82571 || -- 2.41.0