test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] framework: Add Intel new NIC support
@ 2015-02-11 12:43 Michael Qiu
  2015-02-12  0:57 ` Liu, Yong
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Qiu @ 2015-02-11 12:43 UTC (permalink / raw)
  To: dts

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@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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dts] [PATCH] framework: Add Intel new NIC support
  2015-02-11 12:43 [dts] [PATCH] framework: Add Intel new NIC support Michael Qiu
@ 2015-02-12  0:57 ` Liu, Yong
  0 siblings, 0 replies; 2+ messages in thread
From: Liu, Yong @ 2015-02-12  0:57 UTC (permalink / raw)
  To: Qiu, Michael, dts

Applied, thanks Michael.

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Michael Qiu
> Sent: Wednesday, February 11, 2015 8:44 PM
> To: dts@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@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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-02-12  0:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-11 12:43 [dts] [PATCH] framework: Add Intel new NIC support Michael Qiu
2015-02-12  0:57 ` Liu, Yong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).