Re: [net-next PATCH 0/3] Symmetric queue selection using XPS for Rx queues

2018-05-08 Thread Nambiar, Amritha
On 5/8/2018 10:19 AM, Alexander Duyck wrote: > On Tue, May 8, 2018 at 10:07 AM, Eric Dumazet wrote: >> >> >> On 05/08/2018 09:02 AM, Alexander Duyck wrote: >>> On Tue, May 8, 2018 at 8:15 AM, Tom Herbert wrote: On Thu, Apr 19, 2018 at 7:41 PM, Eric Dumazet wrote: > On Thu, Apr 19, 2018

Re: [net-next PATCH 0/3] Symmetric queue selection using XPS for Rx queues

2018-05-08 Thread Alexander Duyck
On Tue, May 8, 2018 at 10:07 AM, Eric Dumazet wrote: > > > On 05/08/2018 09:02 AM, Alexander Duyck wrote: >> On Tue, May 8, 2018 at 8:15 AM, Tom Herbert wrote: >>> On Thu, Apr 19, 2018 at 7:41 PM, Eric Dumazet wrote: On Thu, Apr 19, 2018 at 6:07 PM Amritha Nambiar wrote: > Th

Re: [net-next PATCH 0/3] Symmetric queue selection using XPS for Rx queues

2018-05-08 Thread Eric Dumazet
On 05/08/2018 09:02 AM, Alexander Duyck wrote: > On Tue, May 8, 2018 at 8:15 AM, Tom Herbert wrote: >> On Thu, Apr 19, 2018 at 7:41 PM, Eric Dumazet wrote: >>> On Thu, Apr 19, 2018 at 6:07 PM Amritha Nambiar >>> wrote: >>> This patch series implements support for Tx queue selection based

Re: [net-next PATCH 0/3] Symmetric queue selection using XPS for Rx queues

2018-05-08 Thread Alexander Duyck
On Tue, May 8, 2018 at 8:15 AM, Tom Herbert wrote: > On Thu, Apr 19, 2018 at 7:41 PM, Eric Dumazet wrote: >> On Thu, Apr 19, 2018 at 6:07 PM Amritha Nambiar >> wrote: >> >>> This patch series implements support for Tx queue selection based on >>> Rx queue map. This is done by configuring Rx queu

Re: [net-next PATCH 0/3] Symmetric queue selection using XPS for Rx queues

2018-05-08 Thread Tom Herbert
On Thu, Apr 19, 2018 at 7:41 PM, Eric Dumazet wrote: > On Thu, Apr 19, 2018 at 6:07 PM Amritha Nambiar > wrote: > >> This patch series implements support for Tx queue selection based on >> Rx queue map. This is done by configuring Rx queue map per Tx-queue >> using sysfs attribute. If the user co

Re: [net-next PATCH 0/3] Symmetric queue selection using XPS for Rx queues

2018-04-19 Thread Eric Dumazet
On Thu, Apr 19, 2018 at 6:07 PM Amritha Nambiar wrote: > This patch series implements support for Tx queue selection based on > Rx queue map. This is done by configuring Rx queue map per Tx-queue > using sysfs attribute. If the user configuration for Rx queues does > not apply, then the Tx queue

[net-next PATCH 0/3] Symmetric queue selection using XPS for Rx queues

2018-04-19 Thread Amritha Nambiar
This patch series implements support for Tx queue selection based on Rx queue map. This is done by configuring Rx queue map per Tx-queue using sysfs attribute. If the user configuration for Rx queues does not apply, then the Tx queue selection falls back to XPS using CPUs and finally to hashing. X