netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next V3 0/3] mlx4 XDP TX refactor
@ 2016-11-02 15:12 Tariq Toukan
  2016-11-02 15:12 ` [PATCH net-next V3 1/3] net/mlx4_en: Add TX_XDP for CQ types Tariq Toukan
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Tariq Toukan @ 2016-11-02 15:12 UTC (permalink / raw)
  To: David S. Miller
  Cc: netdev, Eran Ben Elisha, Brenden Blanco, Alexei Starovoitov,
	Saeed Mahameed, Tariq Toukan

Hi Dave,

This patchset refactors the XDP forwarding case, so that
its dedicated transmit queues are managed in a complete
separation from the other regular ones.

It also adds ethtool counters for XDP cases.

Series generated against net-next commit:
22ca904ad70a genetlink: fix error return code in genl_register_family()

Thanks,
Tariq.

v3:
* Exposed per ring counters.

v2:
* Added ethtool counters.
* Rebased, now patch 2 reverts Brenden's fix, as the bug no longer exists:
  958b3d396d7f ("net/mlx4_en: fixup xdp tx irq to match rx")
* Updated commit message of patch 2.

Tariq Toukan (3):
  net/mlx4_en: Add TX_XDP for CQ types
  net/mlx4_en: Refactor the XDP forwarding rings scheme
  net/mlx4_en: Add ethtool statistics for XDP cases

 drivers/net/ethernet/mellanox/mlx4/en_cq.c      |  28 +-
 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c | 101 +++++--
 drivers/net/ethernet/mellanox/mlx4/en_main.c    |   2 +-
 drivers/net/ethernet/mellanox/mlx4/en_netdev.c  | 382 +++++++++++++++---------
 drivers/net/ethernet/mellanox/mlx4/en_port.c    |  10 +-
 drivers/net/ethernet/mellanox/mlx4/en_rx.c      |  20 +-
 drivers/net/ethernet/mellanox/mlx4/en_tx.c      |  17 +-
 drivers/net/ethernet/mellanox/mlx4/mlx4_en.h    |  25 +-
 drivers/net/ethernet/mellanox/mlx4/mlx4_stats.h |  10 +-
 9 files changed, 366 insertions(+), 229 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2016-11-02 19:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-02 15:12 [PATCH net-next V3 0/3] mlx4 XDP TX refactor Tariq Toukan
2016-11-02 15:12 ` [PATCH net-next V3 1/3] net/mlx4_en: Add TX_XDP for CQ types Tariq Toukan
2016-11-02 15:12 ` [PATCH net-next V3 2/3] net/mlx4_en: Refactor the XDP forwarding rings scheme Tariq Toukan
2016-11-02 15:12 ` [PATCH net-next V3 3/3] net/mlx4_en: Add ethtool statistics for XDP cases Tariq Toukan
2016-11-02 19:07 ` [PATCH net-next V3 0/3] mlx4 XDP TX refactor 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).