Re: [net-next PATCH v4 1/7] net: Refactor XPS for CPUs and Rx queues

2018-06-27 Thread Nambiar, Amritha
On 6/26/2018 3:53 PM, Tom Herbert wrote: > On Mon, Jun 25, 2018 at 11:04 AM, Amritha Nambiar > wrote: >> Refactor XPS code to support Tx queue selection based on >> CPU(s) map or Rx queue(s) map. >> >> Signed-off-by: Amritha Nambiar >> --- >> include/linux/cpumask.h | 11 ++ >>

Re: [net-next PATCH v4 1/7] net: Refactor XPS for CPUs and Rx queues

2018-06-26 Thread Tom Herbert
On Mon, Jun 25, 2018 at 11:04 AM, Amritha Nambiar wrote: > Refactor XPS code to support Tx queue selection based on > CPU(s) map or Rx queue(s) map. > > Signed-off-by: Amritha Nambiar > --- > include/linux/cpumask.h | 11 ++ > include/linux/netdevice.h | 100 + >

[net-next PATCH v4 1/7] net: Refactor XPS for CPUs and Rx queues

2018-06-25 Thread Amritha Nambiar
Refactor XPS code to support Tx queue selection based on CPU(s) map or Rx queue(s) map. Signed-off-by: Amritha Nambiar --- include/linux/cpumask.h | 11 ++ include/linux/netdevice.h | 100 + net/core/dev.c| 211 ++---