[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <4353FF5D-2E9B-4CBF-89C7-335EA595B40B@oracle.com>
Date: Tue, 12 Aug 2014 23:37:37 -0700
From: Raghuram Kothakota <Raghuram.Kothakota@...cle.com>
To: David Miller <davem@...emloft.net>
Cc: sowmini.varadhan@...cle.com, netdev@...r.kernel.org
Subject: Re: [PATCH net-next 3/3] sunvnet: Schedule maybe_tx_wakeup as a tasklet from ldc_rx path
On Aug 12, 2014, at 11:11 PM, David Miller <davem@...emloft.net> wrote:
> From: Raghuram Kothakota <Raghuram.Kothakota@...cle.com>
> Date: Tue, 12 Aug 2014 22:44:27 -0700
>
>> Thanks, if there is a method to accomplish this with multiple Tx netdev queues
>> would be wonderful. We will research on the custom ndo_selec_queue()
>> method to direct traffic automatically at the network stack level.
>> We probably also need to look for methods to increase parallelism to boost
>> performance, I assume multiple Tx queues would be a method to accomplish
>> that as well.
>
> It will introduce parallelism only when there is traffic to multiple
> peers at the same time.
Yes, I should not have related these two things, especially without
proper experimentation. In other implementations, we have used
techniques such as multiple Tx queues to increase parallelism but
path selection is done within the driver to get the benefit of the parallelism for all peers.
We need to see what method suites best for sunvnet, we hope to know
more once we investigate all methods available.
In case of custom ndo_select_queue() method, we need to see if there
are methods to deal with ports dynamically added/removed too.
-Raghuram--
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