Netdev List
 help / color / mirror / Atom feed
* [PATCH net-next V1 0/2] Low latency Socket support
@ 2013-06-18 13:18 Amir Vadai
  2013-06-18 13:18 ` [PATCH net-next V1 1/2] net/mlx4_en: Add Low Latency Socket (LLS) support Amir Vadai
  2013-06-18 13:18 ` [PATCH net-next V1 2/2] net/mlx4_en: Low Latency recv statistics Amir Vadai
  0 siblings, 2 replies; 6+ messages in thread
From: Amir Vadai @ 2013-06-18 13:18 UTC (permalink / raw)
  To: David S. Miller
  Cc: netdev, Or Gerlitz, Eliezer Tamir, Eric Dumazet, Amir Vadai

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-06-20  1:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-18 13:18 [PATCH net-next V1 0/2] Low latency Socket support Amir Vadai
2013-06-18 13:18 ` [PATCH net-next V1 1/2] net/mlx4_en: Add Low Latency Socket (LLS) support Amir Vadai
2013-06-19  8:21   ` Eric Dumazet
2013-06-20  1:32   ` David Miller
2013-06-18 13:18 ` [PATCH net-next V1 2/2] net/mlx4_en: Low Latency recv statistics Amir Vadai
2013-06-20  1:32   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox