mbox series

[net,0/3] nfp: a few simple driver fixes

Message ID 20240202113719.16171-1-louis.peens@corigine.com (mailing list archive)
Headers show
Series nfp: a few simple driver fixes | expand

Message

Louis Peens Feb. 2, 2024, 11:37 a.m. UTC
This is combining a few unrelated one-liner fixes which have been
floating around internally into a single series. I'm not sure what is
the least amount of overhead for reviewers, this or a separate
submission per-patch? I guess it probably depends on personal
preference, but please let me know if there is a strong preference to
rather split these in the future.

Summary:

Patch1: Fixes an old issue which was hidden because 0 just so happens to
        be the correct value.
Patch2: Fixes a corner case for flower offloading with bond ports
Patch3: Re-enables the 'NETDEV_XDP_ACT_REDIRECT', which was accidentally
        disabled after a previous refactor.

Daniel Basilio (1):
  nfp: use correct macro for LengthSelect in BAR config

Daniel de Villiers (1):
  nfp: flower: prevent re-adding mac index for bonded port

James Hershaw (1):
  nfp: enable NETDEV_XDP_ACT_REDIRECT feature flag

 drivers/net/ethernet/netronome/nfp/flower/tunnel_conf.c   | 2 +-
 drivers/net/ethernet/netronome/nfp/nfp_net_common.c       | 1 +
 drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000_pcie.c | 6 ++++--
 3 files changed, 6 insertions(+), 3 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 5, 2024, 11:20 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:

On Fri,  2 Feb 2024 13:37:16 +0200 you wrote:
> This is combining a few unrelated one-liner fixes which have been
> floating around internally into a single series. I'm not sure what is
> the least amount of overhead for reviewers, this or a separate
> submission per-patch? I guess it probably depends on personal
> preference, but please let me know if there is a strong preference to
> rather split these in the future.
> 
> [...]

Here is the summary with links:
  - [net,1/3] nfp: use correct macro for LengthSelect in BAR config
    https://git.kernel.org/netdev/net/c/b3d4f7f22889
  - [net,2/3] nfp: flower: prevent re-adding mac index for bonded port
    https://git.kernel.org/netdev/net/c/1a1c13303ff6
  - [net,3/3] nfp: enable NETDEV_XDP_ACT_REDIRECT feature flag
    https://git.kernel.org/netdev/net/c/0f4d6f011bca

You are awesome, thank you!