[PATCH 06/14] net/nfp: support NFP3800 card

Ferruh Yigit ferruh.yigit at xilinx.com
Fri Jun 3 00:52:31 CEST 2022


On 6/2/2022 2:52 AM, Jin Liu wrote:
> Add support for a new type of NIC NFP3800 card, and update some
> network card data acquisition interface functions.
> 
> Signed-off-by: Jin Liu<jin.liu at corigine.com>
> Signed-off-by: Diana Wang<na.wang at corigine.com>
> Signed-off-by: Peng Zhang<peng.zhang at corigine.com>
> Signed-off-by: Chaoyong He<chaoyong.he at corigine.com>
> Signed-off-by: Niklas Söderlund<niklas.soderlund at corigine.com>
> ---
>   drivers/net/nfp/nfp_common.h          | 33 +++++++++++++++++++++++++--
>   drivers/net/nfp/nfp_ethdev.c          | 28 ++++++++++++++++++++---
>   drivers/net/nfp/nfp_ethdev_vf.c       |  9 ++++++--
>   drivers/net/nfp/nfpcore/nfp_cpp.h     |  2 +-
>   drivers/net/nfp/nfpcore/nfp_nsp_eth.c | 20 ++++++++++++----
>   5 files changed, 79 insertions(+), 13 deletions(-)
> 
> diff --git a/drivers/net/nfp/nfp_common.h b/drivers/net/nfp/nfp_common.h
> index 1dd230bcc6..346fece527 100644
> --- a/drivers/net/nfp/nfp_common.h
> +++ b/drivers/net/nfp/nfp_common.h
> @@ -16,9 +16,11 @@
>   
>   #define NFP_NET_PMD_VERSION "0.1"
>   #define PCI_VENDOR_ID_NETRONOME         0x19ee
> +#define PCI_DEVICE_ID_NFP3800_PF_NIC    0x3800
> +#define PCI_DEVICE_ID_NFP3800_VF_NIC    0x3803

Can you please document new device support both in the driver doc and 
release notes?



More information about the dev mailing list