netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/6] ConnectX-4 driver update 2015-07-23
@ 2015-07-23 20:35 Amir Vadai
  2015-07-23 20:35 ` [PATCH net-next 1/6] net/mlx5e: Support ETH_RSS_HASH_XOR Amir Vadai
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Amir Vadai @ 2015-07-23 20:35 UTC (permalink / raw)
  To: David S. Miller; +Cc: netdev, Amir Vadai, Achiad Shochat, Or Gerlitz, Tal Alon

Hi Dave,

This patchset introduce some performance enhancements to the ConnectX-4 driver.
1. Improving RSS distribution, and make RSS function controlable using ethtool.
2. Make memory that is written by NIC and read by host CPU allocate in the
   local NUMA to the processing CPU
3. Support tx copybreak
4. Using hardware feature called blueflame to save DMA reads when possible

Another patch by Achiad fix some cosmetic issues in the driver.

Patchset was applied and tested on top of commit 045a0fa ("ip_tunnel: Call
ip_tunnel_core_init() from inet_init()")

Thanks,
Amir

Achiad Shochat (4):
  net/mlx5e: Support TX packet copy into WQE
  net/mlx5e: TX latency optimization to save DMA reads
  net/mlx5e: Cosmetics: use BIT() instead of "1 <<", and others
  net/mlx5e: Input IPSEC.SPI into the RX RSS hash function

Saeed Mahameed (2):
  net/mlx5e: Support ETH_RSS_HASH_XOR
  net/mlx5e: Allocate DMA coherent memory on reader NUMA node

 drivers/net/ethernet/mellanox/mlx5/core/alloc.c    |  48 +++-
 drivers/net/ethernet/mellanox/mlx5/core/en.h       |  47 ++--
 .../net/ethernet/mellanox/mlx5/core/en_ethtool.c   |  92 ++++++++
 .../ethernet/mellanox/mlx5/core/en_flow_table.c    | 258 ++++++++++++++-------
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c  | 134 ++++++++---
 drivers/net/ethernet/mellanox/mlx5/core/en_tx.c    |  34 ++-
 drivers/net/ethernet/mellanox/mlx5/core/main.c     |  32 ++-
 drivers/net/ethernet/mellanox/mlx5/core/uar.c      |   6 +
 drivers/net/ethernet/mellanox/mlx5/core/wq.c       |  12 +-
 drivers/net/ethernet/mellanox/mlx5/core/wq.h       |   3 +-
 include/linux/mlx5/driver.h                        |  12 +-
 include/linux/mlx5/mlx5_ifc.h                      |   6 +-
 12 files changed, 535 insertions(+), 149 deletions(-)

-- 
2.4.3.413.ga5fe668

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

end of thread, other threads:[~2015-07-27  7:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-23 20:35 [PATCH net-next 0/6] ConnectX-4 driver update 2015-07-23 Amir Vadai
2015-07-23 20:35 ` [PATCH net-next 1/6] net/mlx5e: Support ETH_RSS_HASH_XOR Amir Vadai
2015-07-23 20:35 ` [PATCH net-next 2/6] net/mlx5e: Allocate DMA coherent memory on reader NUMA node Amir Vadai
2015-07-23 20:35 ` [PATCH net-next 3/6] net/mlx5e: Support TX packet copy into WQE Amir Vadai
2015-07-23 20:35 ` [PATCH net-next 4/6] net/mlx5e: TX latency optimization to save DMA reads Amir Vadai
2015-07-23 20:36 ` [PATCH net-next 5/6] net/mlx5e: Cosmetics: use BIT() instead of "1 <<", and others Amir Vadai
2015-07-23 20:36 ` [PATCH net-next 6/6] net/mlx5e: Input IPSEC.SPI into the RX RSS hash function Amir Vadai
2015-07-27  7:29 ` [PATCH net-next 0/6] ConnectX-4 driver update 2015-07-23 David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).