[dts] [PATCH v1] framework/settings.py:Interchanging Contents in NICS and DRIVERS.

Tu, Lijuan lijuan.tu at intel.com
Wed Aug 21 11:27:38 CEST 2019


Applied with changing signed-off to " Yash Sharma <ysharma at marvell.com>"

> -----Original Message-----
> From: Yash Sharma [mailto:ysharma at marvell.com]
> Sent: Monday, August 12, 2019 3:43 PM
> To: Tu, Lijuan <lijuan.tu at intel.com>; dts at dpdk.org
> Cc: root <root at localhost.localdomain>
> Subject: [PATCH v1] framework/settings.py:Interchanging Contents in NICS
> and DRIVERS.
> 
> From: root <root at localhost.localdomain>
> 
> In the previous commit Contents got interchnaged so making the necessary
> changes to Correct it.
> 
> Signed-off-by: root <root at localhost.localdomain>
> ---
>  framework/settings.py | 16 ++++++++--------
>  1 file changed, 8 insertions(+), 8 deletions(-)
> 
> diff --git a/framework/settings.py b/framework/settings.py index
> ea95b28..4f0368b 100644
> --- a/framework/settings.py
> +++ b/framework/settings.py
> @@ -103,10 +103,10 @@ NICS = {
>      'cavium_a064': '177d:a064',
>      'columbiaville_100g': '8086:1592',
>      'columbiaville_25g': '8086:1593',
> -    'fastlinq_ql45000': 'qede',
> -    'fastlinq_ql41000': 'qede',
> -    'fastlinq_ql45000_vf': 'qede',
> -    'fastlinq_ql41000_vf': 'qede',
> +    'fastlinq_ql45000': '1077:1656',
> +    'fastlinq_ql45000_vf': '1077:1664',
> +    'fastlinq_ql41000': '1077:8070',
> +    'fastlinq_ql41000_vf': '1077:8090',
>  }
> 
>  DRIVERS = {
> @@ -164,10 +164,10 @@ DRIVERS = {
>      'cavium_a064': 'octeontx2-nicvf',
>      'columbiaville_100g': 'ice',
>      'columbiaville_25g': 'ice',
> -    'fastlinq_ql45000': '1077:1656',
> -    'fastlinq_ql45000_vf': '1077:1664',
> -    'fastlinq_ql41000': '1077:8070',
> -    'fastlinq_ql41000_vf': '1077:8090',
> +    'fastlinq_ql45000': 'qede',
> +    'fastlinq_ql41000': 'qede',
> +    'fastlinq_ql45000_vf': 'qede',
> +    'fastlinq_ql41000_vf': 'qede',
>  }
> 
>  """
> --
> 2.12.0



More information about the dts mailing list