mbox series

[net-next,0/2] nfp: add ext_ack messages to supported callbacks

Message ID 20231206151209.20296-1-louis.peens@corigine.com (mailing list archive)
Headers show
Series nfp: add ext_ack messages to supported callbacks | expand

Message

Louis Peens Dec. 6, 2023, 3:12 p.m. UTC
This is a mostly cosmetic series to add error messages to devlink and
ethtool callbacks which supports them but did not have them added in the
nfp driver yet.

Ryno Swart (2):
  nfp: ethtool: add extended ack report messages
  nfp: devlink: add extended ack report messages

 .../net/ethernet/netronome/nfp/nfp_devlink.c  |  8 ++-
 drivers/net/ethernet/netronome/nfp/nfp_net.h  |  4 +-
 .../ethernet/netronome/nfp/nfp_net_common.c   |  6 ++-
 .../ethernet/netronome/nfp/nfp_net_ethtool.c  | 53 ++++++++++++++-----
 4 files changed, 51 insertions(+), 20 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Dec. 8, 2023, 3 a.m. UTC | #1
Hello:

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

On Wed,  6 Dec 2023 17:12:07 +0200 you wrote:
> This is a mostly cosmetic series to add error messages to devlink and
> ethtool callbacks which supports them but did not have them added in the
> nfp driver yet.
> 
> Ryno Swart (2):
>   nfp: ethtool: add extended ack report messages
>   nfp: devlink: add extended ack report messages
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] nfp: ethtool: add extended ack report messages
    https://git.kernel.org/netdev/net-next/c/b0318e285493
  - [net-next,2/2] nfp: devlink: add extended ack report messages
    https://git.kernel.org/netdev/net-next/c/2f076ea86674

You are awesome, thank you!