[dts] [PATCH] framework settings: add the NIC type(mgpk)

Liu, Yong yong.liu at intel.com
Mon Sep 12 11:00:29 CEST 2016


Yuan, please do not use abbreviation for NIC's name. It's difficult to pronounce it.

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of Peng yuan
> Sent: Monday, September 12, 2016 2:48 PM
> To: dts at dpdk.org
> Cc: Peng, Yuan
> Subject: [dts] [PATCH] framework settings: add the NIC type(mgpk)
> 
> From: pengyuan <yuan.peng at intel.com>
> 
> Signed-off-by: pengyuan <yuan.peng at intel.com>
> 
> diff --git a/framework/settings.py b/framework/settings.py
> index 57eacf2..cf3f50b 100644
> --- a/framework/settings.py
> +++ b/framework/settings.py
> @@ -61,6 +61,7 @@ NICS = {
>      'twinville': '8086:1512',
>      'sageville': '8086:1563',
>      'sagepond' : '8086:15ad',
> +    'mgpk': '8086:15ce',
>      'sagepond_vf':'8086:15a8',
>      'hartwell': '8086:10d3',
>      '82545EM': '8086:100f',
> @@ -104,6 +105,7 @@ DRIVERS = {
>      'sageville': 'ixgbe',
>      'sagepond' : 'ixgbe',
>      'sagepond_vf': 'ixgbevf',
> +    'mgpk' : 'ixgbe',
>      'hartwell': 'igb',
>      '82545EM': 'igb',
>      '82540EM': 'igb',
> --
> 2.5.0



More information about the dts mailing list