[dts] [PATCH 1/1] Patch adds preliminary settings to support Qlogic NICs.

Tu, Lijuan lijuan.tu at intel.com
Wed Jul 3 11:41:00 CEST 2019


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of Yash Sharma
> Sent: Wednesday, June 26, 2019 7:17 PM
> To: dts at dpdk.org
> Cc: yash <ysharma at marvell.com>
> Subject: [dts] [PATCH 1/1] Patch adds preliminary settings to support Qlogic
> NICs.
> 
> From: yash <ysharma at marvell.com>
> 
> Signed-off-by: yash <ysharma at marvell.com>
> ---
>  framework/settings.py | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/framework/settings.py b/framework/settings.py index
> 34d49f7..6ece55e 100644
> --- a/framework/settings.py
> +++ b/framework/settings.py
> @@ -100,6 +100,10 @@ NICS = {
>      'hi1822': '19e5:1822',
>      'fortvile_bdw_de': '8086:15ac',
>      'cavium_a063': '177d:a063',
> +    'fastlinq_ql45000': '1077:1656',
> +    'fastlinq_ql45000_vf': '1077:1664',
> +    'fastlinq_ql41000': '1077:8070',
> +    'fastlinq_ql41000_vf': '1077:8090',
>  }
> 
>  DRIVERS = {
> @@ -154,6 +158,10 @@ DRIVERS = {
>      'hi1822': 'hinic',
>      'fortvile_bdw_de': 'ixgbe',
>      'cavium_a063': 'octeontx2-nicpf',
> +    'fastlinq_ql45000': 'qede',
> +    'fastlinq_ql41000': 'qede',
> +    'fastlinq_ql45000_vf': 'qede',
> +    'fastlinq_ql41000_vf': 'qede',
>  }
> 
>  """
> --
> 1.8.3.1



More information about the dts mailing list