[dts] [PATCH] framework: Add Intel new NIC support

Liu, Yong yong.liu at intel.com
Thu Feb 12 01:57:06 CET 2015


Applied, thanks Michael.

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of Michael Qiu
> Sent: Wednesday, February 11, 2015 8:44 PM
> To: dts at dpdk.org
> Subject: [dts] [PATCH] framework: Add Intel new NIC support
> 
> Red Rock Canyou is one new NIC of Intel, kernel driver is named
> fm10k.
> 
> This patch only add base support for this NIC, so that the framework
> can identify this NIC.
> 
> Signed-off-by: Michael Qiu <michael.qiu at intel.com>
> ---
>  framework/settings.py | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/framework/settings.py b/framework/settings.py
> index 23b5788..ba9b5f5 100644
> --- a/framework/settings.py
> +++ b/framework/settings.py
> @@ -58,7 +58,7 @@ NICS = {
>      'fortville_eagle': '8086:1572',
>      'fortville_spirit': '8086:1583',
>      'fortville_spirit_single': '8086:1584',
> -    'rubyrappid': '8086:15a4',
> +    'redrockcanyou': '8086:15a4',
>  }
> 
>  DRIVERS = {
> @@ -87,7 +87,7 @@ DRIVERS = {
>      'fortville_eagle': 'i40e',
>      'fortville_spirit': 'i40e',
>      'fortville_spirit_single':'i40e',
> -    'rubyrappid': 'fm10k',
> +    'redrockcanyou': 'fm10k',
>  }
> 
>  """
> --
> 1.9.3



More information about the dts mailing list