Re: [PATCH net V1 0/3] Mellanox EN driver fixes 2014-06-23
From: David Miller <davem@davemloft.net>
Date: 2014-07-03 01:29:49
From: David Miller <davem@davemloft.net>
Date: 2014-07-03 01:29:49
From: Amir Vadai <redacted> Date: Sun, 29 Jun 2014 11:54:54 +0300
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')Series applied, thanks.