]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'be2net-next'
authorDavid S. Miller <davem@davemloft.net>
Sun, 29 Mar 2015 19:34:05 +0000 (12:34 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 29 Mar 2015 19:34:05 +0000 (12:34 -0700)
commitc71a7455febb7ce481e7db1fd8ec7467eddbded8
tree7a2c56f4a2649cfbb8e1655cf51f48a4b3be53e2
parent4721c5b38ff1a8b99b318dcf87eaf327ae1ad865
parenta05fc222156426fafe9836bf26831323ebd07486
Merge branch 'be2net-next'

Sathya Perla says:

====================
be2net: patch set

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!
====================

Signed-off-by: David S. Miller <davem@davemloft.net>