[PATCH v2 0/5] Add initial support for NFP PMD

Tu, Lijuan lijuan.tu at intel.com
Tue Mar 7 04:35:27 CET 2023


> -----Original Message-----
> From: Niklas Söderlund <niklas.soderlund at corigine.com>
> Sent: Thursday, February 9, 2023 11:27 PM
> To: dts at dpdk.org
> Cc: oss-drivers at corigine.com; Qin Ke <qin.ke at corigine.com>; Niklas Söderlund
> <niklas.soderlund at corigine.com>
> Subject: [PATCH v2 0/5] Add initial support for NFP PMD
> 
> Hello,
> 
> This patch series aims to add support for the NFP PMD driver to DTS. The DTS
> framework lacks support in some ares around support for dual-port NICs with a
> single PCI address, which NFP is.
> 
> Patches 1-3 add support for dual-port NIC with single PCI address in restoring
> interfaces, rescanning ports, mapping ports and getting second interface.
> 
> Patch 4 extends the timeout when binding the kernel driver as NFP can take
> some time to load its firmware. Finally patch 5 adds the Netronome and
> Corigine PCI IDs to allow DTS to recognise the devices.
> 
> * Changes since v1
> - Fix format.sh warnings
> 
> Qin Ke (5):
>   framework/dut: add support for restoring dual-port NIC with single PCI
>     address
>   framework/dut: only map ports not already matched
>   nics/net_device: add support for dual-port nfp NIC with single PCI
>     address
>   framework/dut: add longer timeout for loading driver and firmware
>   framework/setting: enable Corigine and Netronome NIC for dts
> 
>  framework/dut.py      | 30 ++++++++++++++++++++++--------
>  framework/settings.py | 20 ++++++++++++++++++++
>  framework/tester.py   |  3 ++-
>  nics/net_device.py    |  4 ++--
>  4 files changed, 46 insertions(+), 11 deletions(-)

Applied the series, thanks


More information about the dts mailing list