Re: [PATCH net-next 0/3] be2net: patch set
From: David Miller <davem@davemloft.net>
Date: 2015-03-29 19:25:43
From: David Miller <davem@davemloft.net>
Date: 2015-03-29 19:25:43
From: Sathya Perla <redacted> Date: Thu, 26 Mar 2015 03:05:07 -0400
Hi David, this patch set includes 2 feature additions to the be2net driver: Patch 1 sets up cpu affinity hints for be2net irqs using the cpumask_set_cpu_local_first() API that first picks the near numa cores and when they are exhausted, selects the far numa cores. Patch 2 setups up xps queue mapping for be2net's TXQs to avoid, by default, TX lock contention. Patch 3 just bumps up the driver version. Pls consider applying this patch set to the net-next queue. Thanks!
Series applied, thanks.