[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1403534518-20898-1-git-send-email-amirv@mellanox.com>
Date: Mon, 23 Jun 2014 17:41:55 +0300
From: Amir Vadai <amirv@...lanox.com>
To: "David S. Miller" <davem@...emloft.net>
Cc: netdev@...r.kernel.org, Yevgeny Petrilin <yevgenyp@...lanox.com>,
Or Gerlitz <ogerlitz@...lanox.com>,
Amir Vadai <amirv@...lanox.com>
Subject: [PATCH net 0/3] Mellanox EN driver fixes 2014-06-23
Hi,
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 by commit [3].
Patches were applied and tested on commit b58537a ('net: sctp: fix
permissions for rto_alpha and rto_beta knobs')
Thanks,
Amir
[1] - http://www.spinics.net/lists/netdev/msg283096.html
[2] - https://lkml.org/lkml/2014/5/25/31
[3] - 554e101: ('lib/cpumask: cpumask_set_cpu_local_first to use all cores when
numa node is not defined')
Amir Vadai (3):
net/mlx4_en: Don't use irq_affinity_notifier to track changes in IRQ
affinity map
lib/cpumask: cpumask_set_cpu_local_first to use all cores when numa
node is not defined
net/mlx4_en: IRQ affinity hint is not cleared on port down
drivers/net/ethernet/mellanox/mlx4/cq.c | 2 -
drivers/net/ethernet/mellanox/mlx4/en_cq.c | 7 ++-
drivers/net/ethernet/mellanox/mlx4/en_rx.c | 15 ++++--
drivers/net/ethernet/mellanox/mlx4/en_tx.c | 6 ---
drivers/net/ethernet/mellanox/mlx4/eq.c | 69 ++++------------------------
drivers/net/ethernet/mellanox/mlx4/mlx4_en.h | 1 +
include/linux/mlx4/device.h | 4 +-
lib/cpumask.c | 2 +-
8 files changed, 29 insertions(+), 77 deletions(-)
--
1.8.3.4
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists