[dts] [PATCH]framework settings: support new VF NICs

Liu, Yong yong.liu at intel.com
Mon Feb 20 08:30:21 CET 2017


Thanks, applied.

On 02/14/2017 02:07 PM, Lijuan Tu wrote:
> Support sageville_vf, vitual NIC from X550
>
> Signed-off-by: Lijuan Tu <lijuanx.a.tu at intel.com>
> ---
>   framework/settings.py | 2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/framework/settings.py b/framework/settings.py
> index acffa34..86a29a3 100644
> --- a/framework/settings.py
> +++ b/framework/settings.py
> @@ -62,6 +62,7 @@ NICS = {
>       'twinpond': '8086:1528',
>       'twinville': '8086:1512',
>       'sageville': '8086:1563',
> +    'sageville_vf': '8086:1565',
>       'sagepond': '8086:15ad',
>       'sagepond_vf': '8086:15a8',
>       'magnolia_park': '8086:15ce',
> @@ -105,6 +106,7 @@ DRIVERS = {
>       'twinpond': 'ixgbe',
>       'twinville': 'ixgbe',
>       'sageville': 'ixgbe',
> +    'sageville_vf': 'ixgbevf',
>       'sagepond': 'ixgbe',
>       'sagepond_vf': 'ixgbevf',
>       'magnolia_park' : 'ixgbe',



More information about the dts mailing list