[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220508173816.476357-1-simon.horman@corigine.com>
Date: Sun, 8 May 2022 19:38:14 +0200
From: Simon Horman <simon.horman@...igine.com>
To: David Miller <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>
Cc: netdev@...r.kernel.org, oss-drivers@...igine.com,
Yu Xiao <yu.xiao@...igine.com>
Subject: [PATCH net-next 0/2] nfp: support Corigine PCIE vendor ID
Historically the nfp driver has supported NFP chips with Netronome's
PCIE vendor ID. This patch extends the driver to also support NFP
chips, which at this point are assumed to be otherwise identical from
a software perspective, that have Corigine's PCIE vendor ID (0x1da8).
This patchset begins by cleaning up strings to make them:
* Vendor neutral for the NFP chip
* Relate to Corigine for the driver itself
It then adds support to the driver for the Corigine's PCIE vendor ID
Yu Xiao (2):
nfp: vendor neutral strings for chip and Corigne in strings for driver
nfp: support Corigine PCIE vendor ID
drivers/net/ethernet/netronome/nfp/nfp_main.c | 38 ++++++++++++++-----
.../ethernet/netronome/nfp/nfp_net_common.c | 2 +-
.../ethernet/netronome/nfp/nfp_netvf_main.c | 12 +++++-
.../netronome/nfp/nfpcore/nfp6000_pcie.c | 18 ++++-----
.../ethernet/netronome/nfp/nfpcore/nfp_dev.h | 8 ++++
5 files changed, 57 insertions(+), 21 deletions(-)
--
2.30.2
Powered by blists - more mailing lists