netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] nfp: add flow-steering support
@ 2023-11-17  7:11 Louis Peens
  2023-11-17  7:11 ` [PATCH net-next 1/2] nfp: add ethtool flow steering callbacks Louis Peens
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Louis Peens @ 2023-11-17  7:11 UTC (permalink / raw)
  To: David Miller, Jakub Kicinski, Paolo Abeni
  Cc: Yinjun Zhang, netdev, oss-drivers

This short series adds flow steering support for the nfp driver.
The first patch adds the part to communicate with ethtool but
stubs out the HW offload parts. The second patch implements the
HW communication and offloads flow steering.

After this series the user can now use 'ethtool -N/-n' to configure
and display rx classification rules.

Yinjun Zhang (2):
  nfp: add ethtool flow steering callbacks
  nfp: offload flow steering to the nfp

 drivers/net/ethernet/netronome/nfp/nfp_net.h  |  36 ++
 .../ethernet/netronome/nfp/nfp_net_common.c   | 183 +++++++++
 .../net/ethernet/netronome/nfp/nfp_net_ctrl.h |  15 +
 .../ethernet/netronome/nfp/nfp_net_ethtool.c  | 369 ++++++++++++++++++
 4 files changed, 603 insertions(+)

-- 
2.34.1


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

end of thread, other threads:[~2023-11-21  2:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-17  7:11 [PATCH net-next 0/2] nfp: add flow-steering support Louis Peens
2023-11-17  7:11 ` [PATCH net-next 1/2] nfp: add ethtool flow steering callbacks Louis Peens
2023-11-20  9:43   ` Simon Horman
2023-11-20 10:18     ` Yinjun Zhang
2023-11-20 10:52       ` Simon Horman
2023-11-17  7:11 ` [PATCH net-next 2/2] nfp: offload flow steering to the nfp Louis Peens
2023-11-20  9:44   ` Simon Horman
2023-11-21  2:10 ` [PATCH net-next 0/2] nfp: add flow-steering support patchwork-bot+netdevbpf

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).