mbox series

[net-next,0/3] nfp: port speed and eeprom get/set updates

Message ID 20220825141223.22346-1-simon.horman@corigine.com (mailing list archive)
Headers show
Series nfp: port speed and eeprom get/set updates | expand

Message

Simon Horman Aug. 25, 2022, 2:12 p.m. UTC
Hi,

this short series is the initial updates for the NFP driver for the v6.1
Kernel. It covers two enhancements:

1. Patches 1/3 and 2/3:
   - Support cases where application firmware does not know port speeds
     a priori by relaying this information from the management firmware
     to the application firmware.

     This allows the existing mechanism, whereby the driver reports port
     speeds to user-space as provided by the application firmware, to work
     in this case.

2. Patch 2/3:
   - Add support for eeprom get and set command

Baowen Zheng (1):
  nfp: add support for eeprom get and set command

Yinjun Zhang (2):
  nfp: propagate port speed from management firmware
  nfp: check if application firmware is indifferent to port speed

 drivers/net/ethernet/netronome/nfp/nfp_main.h |   5 +
 .../ethernet/netronome/nfp/nfp_net_common.c   |   9 +-
 .../net/ethernet/netronome/nfp/nfp_net_ctrl.c |   8 +
 .../net/ethernet/netronome/nfp/nfp_net_ctrl.h |  11 ++
 .../ethernet/netronome/nfp/nfp_net_ethtool.c  | 187 ++++++++++++++++--
 .../net/ethernet/netronome/nfp/nfp_net_main.c |  98 ++++++++-
 drivers/net/ethernet/netronome/nfp/nfp_port.h |   2 +
 7 files changed, 295 insertions(+), 25 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Aug. 30, 2022, 9:50 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by Paolo Abeni <pabeni@redhat.com>:

On Thu, 25 Aug 2022 16:12:20 +0200 you wrote:
> Hi,
> 
> this short series is the initial updates for the NFP driver for the v6.1
> Kernel. It covers two enhancements:
> 
> 1. Patches 1/3 and 2/3:
>    - Support cases where application firmware does not know port speeds
>      a priori by relaying this information from the management firmware
>      to the application firmware.
> 
> [...]

Here is the summary with links:
  - [net-next,1/3] nfp: propagate port speed from management firmware
    https://git.kernel.org/netdev/net-next/c/62fad9e6104c
  - [net-next,2/3] nfp: check if application firmware is indifferent to port speed
    https://git.kernel.org/netdev/net-next/c/2b88354d37ca
  - [net-next,3/3] nfp: add support for eeprom get and set command
    https://git.kernel.org/netdev/net-next/c/e6686745e327

You are awesome, thank you!