[dts] [PATCH] framework: add fortvile_bdw_de to the nics supported list

Tu, Lijuan lijuan.tu at intel.com
Wed Apr 3 19:21:21 CEST 2019


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of Xinfeng Zhao
> Sent: Thursday, March 28, 2019 12:34 PM
> To: dts at dpdk.org
> Cc: Zhao, XinfengX <xinfengx.zhao at intel.com>
> Subject: [dts] [PATCH] framework: add fortvile_bdw_de to the nics supported
> list
> 
> Signed-off-by: Xinfeng Zhao <xinfengx.zhao at intel.com>
> ---
>  framework/settings.py | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/framework/settings.py b/framework/settings.py index
> 732036d..831c489 100644
> --- a/framework/settings.py
> +++ b/framework/settings.py
> @@ -98,6 +98,7 @@ NICS = {
>      'cavium_a034': '177d:a034',
>      'cavium_0011': '177d:0011',
>      'hi1822': '19e5:1822',
> +    'fortvile_bdw_de': '8086:15ac',
>  }
> 
>  DRIVERS = {
> @@ -150,6 +151,7 @@ DRIVERS = {
>      'cavium_a034': 'thunder-nicvf',
>      'cavium_0011': 'thunder-nicvf',
>      'hi1822': 'hinic',
> +    'fortvile_bdw_de': 'ixgbe',
>  }
> 
>  """
> --
> 2.7.4



More information about the dts mailing list