[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220929085832.622510-1-simon.horman@corigine.com>
Date: Thu, 29 Sep 2022 10:58:27 +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,
Yinjun Zhang <yinjun.zhang@...igine.com>,
Fei Qin <fei.qin@...igine.com>
Subject: [PATCH net-next v2 0/5] nfp: support FEC mode reporting and auto-neg
Hi,
this series adds support for the following features to the nfp driver:
* Patch 1/5: Support active FEC mode
* Patch 2/5: Don't halt driver on non-fatal error when interacting with fw
* Patch 3/5: Treat port independence as a firmware rather than port property
* Patch 4/5: Support link auto negotiation
* Patch 5/5: Support restart of link auto negotiation
Key changes since v1:
* Treat port independence as a firmware rather than port property
* remove the enforcement of FEC auto mode when link auto-neg is enabled
* Adjust the link reset function so that it can take effect
in port force-up scenario
Fei Qin (1):
nfp: add support restart of link auto-negotiation
Yinjun Zhang (4):
nfp: add support for reporting active FEC mode
nfp: avoid halt of driver init process when non-fatal error happens
nfp: refine the ABI of getting `sp_indiff` info
nfp: add support for link auto negotiation
drivers/net/ethernet/netronome/nfp/nfp_main.c | 74 ++++++++++++++++++-
drivers/net/ethernet/netronome/nfp/nfp_main.h | 3 +-
.../net/ethernet/netronome/nfp/nfp_net_ctrl.c | 8 --
.../net/ethernet/netronome/nfp/nfp_net_ctrl.h | 10 +--
.../ethernet/netronome/nfp/nfp_net_ethtool.c | 61 +++++++++++++--
.../net/ethernet/netronome/nfp/nfp_net_main.c | 49 +-----------
.../ethernet/netronome/nfp/nfpcore/nfp_nsp.h | 3 +
.../netronome/nfp/nfpcore/nfp_nsp_eth.c | 11 ++-
8 files changed, 147 insertions(+), 72 deletions(-)
--
2.30.2
Powered by blists - more mailing lists