netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] nfp: port speed and eeprom get/set updates
@ 2022-08-25 14:12 Simon Horman
  2022-08-25 14:12 ` [PATCH net-next 1/3] nfp: propagate port speed from management firmware Simon Horman
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Simon Horman @ 2022-08-25 14:12 UTC (permalink / raw)
  To: David Miller, Jakub Kicinski, Paolo Abeni; +Cc: netdev, oss-drivers

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

-- 
2.30.2


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

end of thread, other threads:[~2022-08-30  9:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-25 14:12 [PATCH net-next 0/3] nfp: port speed and eeprom get/set updates Simon Horman
2022-08-25 14:12 ` [PATCH net-next 1/3] nfp: propagate port speed from management firmware Simon Horman
2022-08-25 14:12 ` [PATCH net-next 2/3] nfp: check if application firmware is indifferent to port speed Simon Horman
2022-08-25 14:12 ` [PATCH net-next 3/3] nfp: add support for eeprom get and set command Simon Horman
2022-08-25 21:49   ` Jakub Kicinski
2022-08-26  0:54     ` Baowen Zheng
2022-08-30  9:50 ` [PATCH net-next 0/3] nfp: port speed and eeprom get/set updates 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).