[dts] [PATCH]framework settings: support new VF NICs: powervill_vf, sagepond_vf

Liu, Yong yong.liu at intel.com
Tue Jul 12 03:12:52 CEST 2016


Applied, thanks Lijuan.

On 07/08/2016 04:29 PM, Lijuan Tu wrote:
> powervill_vf, vitual NIC from I350
> sagepond_vf, vitual NIC from X552/X557
>
> Signed-off-by: Lijuan Tu <lijuanx.a.tu at intel.com>
> ---
>   framework/settings.py | 4 ++++
>   1 file changed, 4 insertions(+)
>
> diff --git a/framework/settings.py b/framework/settings.py
> index 2f440c9..57eacf2 100644
> --- a/framework/settings.py
> +++ b/framework/settings.py
> @@ -52,6 +52,7 @@ NICS = {
>       'kawela_4': '8086:1526',
>       'bartonhills': '8086:150e',
>       'powerville': '8086:1521',
> +    'powerville_vf': '8086:1520',
>       'ophir': '8086:105e',
>       'niantic': '8086:10fb',
>       'niantic_vf': '8086:10ed',
> @@ -60,6 +61,7 @@ NICS = {
>       'twinville': '8086:1512',
>       'sageville': '8086:1563',
>       'sagepond' : '8086:15ad',
> +    'sagepond_vf':'8086:15a8',
>       'hartwell': '8086:10d3',
>       '82545EM': '8086:100f',
>       '82540EM': '8086:100e',
> @@ -92,6 +94,7 @@ DRIVERS = {
>       'kawela_4': 'igb',
>       'bartonhills': 'igb',
>       'powerville': 'igb',
> +    'powerville_vf': 'igbvf',
>       'ophir': 'igb',
>       'niantic': 'ixgbe',
>       'niantic_vf': 'ixgbevf',
> @@ -100,6 +103,7 @@ DRIVERS = {
>       'twinville': 'ixgbe',
>       'sageville': 'ixgbe',
>       'sagepond' : 'ixgbe',
> +    'sagepond_vf': 'ixgbevf',
>       'hartwell': 'igb',
>       '82545EM': 'igb',
>       '82540EM': 'igb',



More information about the dts mailing list