mbox series

[net-next,0/2] nfp: add flow-steering support

Message ID 20231117071114.10667-1-louis.peens@corigine.com (mailing list archive)
Headers show
Series nfp: add flow-steering support | expand

Message

Louis Peens Nov. 17, 2023, 7:11 a.m. UTC
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(+)

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 21, 2023, 2:10 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Fri, 17 Nov 2023 09:11:12 +0200 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] nfp: add ethtool flow steering callbacks
    https://git.kernel.org/netdev/net-next/c/9eb03bb1c035
  - [net-next,2/2] nfp: offload flow steering to the nfp
    https://git.kernel.org/netdev/net-next/c/c38fb3dcd53d

You are awesome, thank you!