Merge branch 'mlx4'
authorDavid S. Miller <davem@davemloft.net>
Thu, 3 Jul 2014 01:29:28 +0000 (18:29 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 Jul 2014 01:29:28 +0000 (18:29 -0700)
commit98846e698d99533321f39fe5b7df06c1b02a5e66
treed53a5f5494a945eca03c7ec10739b975b0f6fff7
parent1b037474d0c0b5ceb65bc809e3d8ac4497ee041b
parentbb273617a65b9ed75f8cf9417206cbfcfb41fc48
Merge branch 'mlx4'

Amir Vadai says:

====================
Mellanox EN driver fixes 2014-06-23

Below are some fixes to patches submitted to 3.16.

First patch is according to discussions with Ben [1] and Thomas [2] - to do not
use affinity notifier, since it breaks RFS. Instead detect changes in IRQ
affinity map, by checking if current CPU is set in affinity map on NAPI poll.
The two other patches fix some bugs introduced in commit [3].

Patches were applied and tested over commit dba6311: ('powerpc: bpf: Fix the
broken LD_VLAN_TAG_PRESENT test')
====================

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