[dts] [PATCH V2] framework: Add the NIC type magnolia_park

Liu, Yong yong.liu at intel.com
Wed Oct 19 04:21:54 CEST 2016


Yuan, you can configure your git name by modify ~/.gitconfig.

[user]
    email = yuan.peng at intel.com
    name = Peng Yuan


> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of pengyuan
> Sent: Tuesday, October 18, 2016 6:54 PM
> To: dts at dpdk.org
> Cc: root
> Subject: [dts] [PATCH V2] framework: Add the NIC type magnolia_park
> 
> From: root <root at localhost.localdomain>
> 
> Signed-off-by: root <root at localhost.localdomain>
> 
> diff --git a/framework/settings.py b/framework/settings.py
> index 1cfb6c1..e232364 100644
> --- a/framework/settings.py
> +++ b/framework/settings.py
> @@ -63,6 +63,7 @@ NICS = {
>      'sageville': '8086:1563',
>      'sagepond': '8086:15ad',
>      'sagepond_vf': '8086:15a8',
> +    'magnolia_park': '8086:15ce',
>      'hartwell': '8086:10d3',
>      '82545EM': '8086:100f',
>      '82540EM': '8086:100e',
> @@ -105,6 +106,7 @@ DRIVERS = {
>      'sageville': 'ixgbe',
>      'sagepond': 'ixgbe',
>      'sagepond_vf': 'ixgbevf',
> +    'magnolia_park' : 'ixgbe',
>      'hartwell': 'igb',
>      '82545EM': 'igb',
>      '82540EM': 'igb',
> --
> 2.5.0



More information about the dts mailing list