[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20120924.162540.215430525974484885.davem@redhat.com>
Date: Mon, 24 Sep 2012 16:25:40 -0400 (EDT)
From: David Miller <davem@...hat.com>
To: claudiu.manoil@...escale.com
Cc: netdev@...r.kernel.org, paul.gortmaker@...driver.com
Subject: Re: [PATCH net-next v1] gianfar: Change default HW Tx queue
scheduling mode
From: Claudiu Manoil <claudiu.manoil@...escale.com>
Date: Mon, 24 Sep 2012 11:39:08 +0300
> This is primarily to address transmission timeout occurrences, when
> multiple H/W Tx queues are being used concurrently. Because in
> the priority scheduling mode the controller does not service the
> Tx queues equally (but in ascending index order), Tx timeouts are
> being triggered rightaway for a basic test with multiple simultaneous
> connections like:
> iperf -c <server_ip> -n 100M -P 8
>
> resulting in kernel trace:
> NETDEV WATCHDOG: eth1 (fsl-gianfar): transmit queue <X> timed out
> ------------[ cut here ]------------
> WARNING: at net/sched/sch_generic.c:255
> ...
> and controller reset during intense traffic, and possibly further
> complications.
>
> This patch changes the default H/W Tx scheduling setting (TXSCHED)
> for multi-queue devices, from priority scheduling mode to a weighted
> round robin mode with equal weights for all H/W Tx queues, and
> addresses the issue above.
>
> Signed-off-by: Claudiu Manoil <claudiu.manoil@...escale.com>
Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists