[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220825141223.22346-1-simon.horman@corigine.com>
Date: Thu, 25 Aug 2022 16:12:20 +0200
From: Simon Horman <simon.horman@...igine.com>
To: David Miller <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>
Cc: netdev@...r.kernel.org, oss-drivers@...igine.com
Subject: [PATCH net-next 0/3] nfp: port speed and eeprom get/set updates
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
Powered by blists - more mailing lists