lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 18 Jun 2013 16:18:26 +0300 From: Amir Vadai <amirv@...lanox.com> To: "David S. Miller" <davem@...emloft.net> Cc: netdev@...r.kernel.org, Or Gerlitz <ogerlitz@...lanox.com>, Eliezer Tamir <eliezer.tamir@...ux.intel.com>, Eric Dumazet <edumazet@...gle.com>, Amir Vadai <amirv@...lanox.com> Subject: [PATCH net-next V1 0/2] Low latency Socket support Hi Dave, Please pull those 2 patches, which add support in Low Latency Socket (LLS) to mlx4_en. Will send performance numbers later on Thanks, Amir Changes from v0: - Make sure we respect RCU grace period after calling napi_hash_del - Disable GRO if LL polling is in process - Allways enable LLS statistics when LLS is in use. - Move code related to statistics that was mistakenly placed in patch 1/1 into patch 2/2 - MLX4_EN_CQ_STATEXXXX => MLX4_EN_CQ_STATE_XXXX - Use bool instead of int Amir Vadai (2): net/mlx4_en: Add Low Latency Socket (LLS) support net/mlx4_en: Low Latency recv statistics drivers/net/ethernet/mellanox/mlx4/en_cq.c | 3 + drivers/net/ethernet/mellanox/mlx4/en_ethtool.c | 20 +++- drivers/net/ethernet/mellanox/mlx4/en_netdev.c | 47 ++++++++- drivers/net/ethernet/mellanox/mlx4/en_rx.c | 15 ++- drivers/net/ethernet/mellanox/mlx4/mlx4_en.h | 127 ++++++++++++++++++++++++ 5 files changed, 207 insertions(+), 5 deletions(-) -- 1.8.3.251.g1462b67 -- 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