[dts] [PATCH] framework settings: adding Huawei Intelligent NIC PCI ID

Tu, Lijuan lijuan.tu at intel.com
Sun Mar 24 20:00:07 CET 2019


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of Rami Rosen
> Sent: Sunday, March 24, 2019 7:18 AM
> To: dts at dpdk.org
> Subject: [dts] [PATCH] framework settings: adding Huawei Intelligent NIC PCI ID
> 
> Huawei Intelligent PCIE PMD is targeted for DPDK 19.08:
> http://mails.dpdk.org/archives/web/2019-March/001050.html
> https://core.dpdk.org/roadmap/
> 
> The patch below adds settings to support Huawei Intelligent PCIE ID in DTS, in
> order to enable us to run preliminary tests with latest DTS git code.
> 
> Signed-off-by: Rami Rosen <rami.rosen at huawei.com>
> ---
>  framework/settings.py | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/framework/settings.py b/framework/settings.py index
> 938a06c..732036d 100644
> --- a/framework/settings.py
> +++ b/framework/settings.py
> @@ -97,6 +97,7 @@ NICS = {
>      'fortville_25g': '8086:158b',
>      'cavium_a034': '177d:a034',
>      'cavium_0011': '177d:0011',
> +    'hi1822': '19e5:1822',
>  }
> 
>  DRIVERS = {
> @@ -148,6 +149,7 @@ DRIVERS = {
>      'fortville_25g': 'i40e',
>      'cavium_a034': 'thunder-nicvf',
>      'cavium_0011': 'thunder-nicvf',
> +    'hi1822': 'hinic',
>  }
> 
>  """
> --
> 1.8.3.1


More information about the dts mailing list