DPDK website maintenance
 help / color / mirror / Atom feed
* [dpdk-web] [PATCH] add bnxt and qede in list of supported NICs
@ 2016-07-27 16:46 Thomas Monjalon
  2016-07-27 20:59 ` Ajit Khaparde
  2016-07-28  7:20 ` Harish Patil
  0 siblings, 2 replies; 8+ messages in thread
From: Thomas Monjalon @ 2016-07-27 16:46 UTC (permalink / raw)
  To: Ajit Khaparde, Stephen Hurd, Rasesh Mody, Harish Patil, Sony Chacko; +Cc: web

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
---
 doc/nics.html | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/doc/nics.html b/doc/nics.html
index d2b6df7..2e9c600 100644
--- a/doc/nics.html
+++ b/doc/nics.html
@@ -42,6 +42,10 @@
 			<ul>
 				<li><a href="/doc/guides/nics/ena.html">ena</a> (Elastic Network Adapter)</li>
 			</ul>
+			<h3>Broadcom</h3>
+			<ul>
+				<li><a href="/doc/guides/nics/bnxt.html">bnxt</a> (NetXtreme C-Series)</li>
+			</ul>
 			<h3>Cavium</h3>
 			<ul>
 				<li><a href="/doc/guides/nics/thunderx.html">thunderx</a> (CN88XX)</li>
@@ -84,7 +88,8 @@
 			</ul>
 			<h3>QLogic</h3>
 			<ul>
-				<li><a href="/doc/guides/nics/bnx2x.html">bnx2x</a> (QLogic 578xx)</li>
+				<li><a href="/doc/guides/nics/bnx2x.html">bnx2x</a> (578xx)</li>
+				<li><a href="/doc/guides/nics/qede.html">qede</a> (FastLinQ QL4xxxx)</li>
 			</ul>
 			<h3>Paravirtualization</h3>
 			<ul>
-- 
2.7.0

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

* Re: [dpdk-web] [PATCH] add bnxt and qede in list of supported NICs
  2016-07-27 16:46 [dpdk-web] [PATCH] add bnxt and qede in list of supported NICs Thomas Monjalon
@ 2016-07-27 20:59 ` Ajit Khaparde
  2016-07-28  7:14   ` Thomas Monjalon
  2016-07-28  7:20 ` Harish Patil
  1 sibling, 1 reply; 8+ messages in thread
From: Ajit Khaparde @ 2016-07-27 20:59 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: Stephen Hurd, Rasesh Mody, Harish Patil, Sony Chacko, web

On Wed, Jul 27, 2016 at 11:46 AM, Thomas Monjalon <thomas.monjalon@6wind.com
> wrote:

> Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
> ---
>  doc/nics.html | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
>
> diff --git a/doc/nics.html b/doc/nics.html
> index d2b6df7..2e9c600 100644
> --- a/doc/nics.html
> +++ b/doc/nics.html
> @@ -42,6 +42,10 @@
>                         <ul>
>                                 <li><a
> href="/doc/guides/nics/ena.html">ena</a> (Elastic Network Adapter)</li>
>                         </ul>
> +                       <h3>Broadcom</h3>
> +                       <ul>
> +                               <li><a
> href="/doc/guides/nics/bnxt.html">bnxt</a> (NetXtreme C-Series)</li>
>
Thanks Thomas.
​If you don't mind, can you use this instead?​

+                               <li><a
href="/doc/guides/nics/bnxt.html">bnxt</a> (NetXtreme
​-C/NetXtreme-E
)</li>
​
Thanks​

+                       </ul>
>                         <h3>Cavium</h3>
>                         <ul>
>                                 <li><a
> href="/doc/guides/nics/thunderx.html">thunderx</a> (CN88XX)</li>
> @@ -84,7 +88,8 @@
>                         </ul>
>                         <h3>QLogic</h3>
>                         <ul>
> -                               <li><a
> href="/doc/guides/nics/bnx2x.html">bnx2x</a> (QLogic 578xx)</li>
> +                               <li><a
> href="/doc/guides/nics/bnx2x.html">bnx2x</a> (578xx)</li>
> +                               <li><a
> href="/doc/guides/nics/qede.html">qede</a> (FastLinQ QL4xxxx)</li>
>                         </ul>
>                         <h3>Paravirtualization</h3>
>                         <ul>
> --
> 2.7.0
>
>

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

* Re: [dpdk-web] [PATCH] add bnxt and qede in list of supported NICs
  2016-07-27 20:59 ` Ajit Khaparde
@ 2016-07-28  7:14   ` Thomas Monjalon
  2016-07-28 18:36     ` Thomas Monjalon
  0 siblings, 1 reply; 8+ messages in thread
From: Thomas Monjalon @ 2016-07-28  7:14 UTC (permalink / raw)
  To: Ajit Khaparde; +Cc: Stephen Hurd, Rasesh Mody, Harish Patil, Sony Chacko, web

2016-07-27 15:59, Ajit Khaparde:
> On Wed, Jul 27, 2016 at 11:46 AM, Thomas Monjalon <thomas.monjalon@6wind.com
> > wrote:
> > + <li><a href="/doc/guides/nics/bnxt.html">bnxt</a> (NetXtreme C-Series)</li>
> >
> Thanks Thomas.
> ​If you don't mind, can you use this instead?​
> 
> + <li><a href="/doc/guides/nics/bnxt.html">bnxt</a> (NetXtreme​-C/NetXtreme-E)</li>

Do you mean NetXtreme-E is supported in 16.07?
It does not appear in the release notes.

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

* Re: [dpdk-web] [PATCH] add bnxt and qede in list of supported NICs
  2016-07-27 16:46 [dpdk-web] [PATCH] add bnxt and qede in list of supported NICs Thomas Monjalon
  2016-07-27 20:59 ` Ajit Khaparde
@ 2016-07-28  7:20 ` Harish Patil
  1 sibling, 0 replies; 8+ messages in thread
From: Harish Patil @ 2016-07-28  7:20 UTC (permalink / raw)
  To: Thomas Monjalon, Ajit Khaparde, Stephen Hurd, Rasesh Mody, Sony Chacko
  Cc: web

>

>Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
>---
> doc/nics.html | 7 ++++++-
> 1 file changed, 6 insertions(+), 1 deletion(-)
>
>diff --git a/doc/nics.html b/doc/nics.html
>index d2b6df7..2e9c600 100644
>--- a/doc/nics.html
>+++ b/doc/nics.html
>@@ -42,6 +42,10 @@
> 			<ul>
> 				<li><a href="/doc/guides/nics/ena.html">ena</a> (Elastic Network
>Adapter)</li>
> 			</ul>
>+			<h3>Broadcom</h3>
>+			<ul>
>+				<li><a href="/doc/guides/nics/bnxt.html">bnxt</a> (NetXtreme
>C-Series)</li>
>+			</ul>
> 			<h3>Cavium</h3>
> 			<ul>
> 				<li><a href="/doc/guides/nics/thunderx.html">thunderx</a>
>(CN88XX)</li>
>@@ -84,7 +88,8 @@
> 			</ul>
> 			<h3>QLogic</h3>
> 			<ul>
>-				<li><a href="/doc/guides/nics/bnx2x.html">bnx2x</a> (QLogic
>578xx)</li>
>+				<li><a href="/doc/guides/nics/bnx2x.html">bnx2x</a> (578xx)</li>
>+				<li><a href="/doc/guides/nics/qede.html">qede</a> (FastLinQ
>QL4xxxx)</li>
> 			</ul>
> 			<h3>Paravirtualization</h3>
> 			<ul>
>-- 
>2.7.0
>
>

Acked-by: Harish Patil <harish.patil@qlogic.com>


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

* Re: [dpdk-web] [PATCH] add bnxt and qede in list of supported NICs
  2016-07-28  7:14   ` Thomas Monjalon
@ 2016-07-28 18:36     ` Thomas Monjalon
  2016-07-28 18:39       ` Ajit Khaparde
  2016-07-28 19:31       ` Ajit Khaparde
  0 siblings, 2 replies; 8+ messages in thread
From: Thomas Monjalon @ 2016-07-28 18:36 UTC (permalink / raw)
  To: Ajit Khaparde; +Cc: Stephen Hurd, Rasesh Mody, Harish Patil, Sony Chacko, web

2016-07-28 09:14, Thomas Monjalon:
> 2016-07-27 15:59, Ajit Khaparde:
> > On Wed, Jul 27, 2016 at 11:46 AM, Thomas Monjalon <thomas.monjalon@6wind.com
> > > wrote:
> > > + <li><a href="/doc/guides/nics/bnxt.html">bnxt</a> (NetXtreme C-Series)</li>
> > >
> > Thanks Thomas.
> > ​If you don't mind, can you use this instead?​
> > 
> > + <li><a href="/doc/guides/nics/bnxt.html">bnxt</a> (NetXtreme​-C/NetXtreme-E)</li>
> 
> Do you mean NetXtreme-E is supported in 16.07?
> It does not appear in the release notes.

Applied with suggested change.

I'm still interested to know what is NetXtreme-E and is it supported in 16.07?

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

* Re: [dpdk-web] [PATCH] add bnxt and qede in list of supported NICs
  2016-07-28 18:36     ` Thomas Monjalon
@ 2016-07-28 18:39       ` Ajit Khaparde
  2016-07-28 19:31       ` Ajit Khaparde
  1 sibling, 0 replies; 8+ messages in thread
From: Ajit Khaparde @ 2016-07-28 18:39 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: Stephen Hurd, Rasesh Mody, Harish Patil, Sony Chacko, web

On Thu, Jul 28, 2016 at 1:36 PM, Thomas Monjalon <thomas.monjalon@6wind.com>
wrote:

> 2016-07-28 09:14, Thomas Monjalon:
> > 2016-07-27 15:59, Ajit Khaparde:
> > > On Wed, Jul 27, 2016 at 11:46 AM, Thomas Monjalon <
> thomas.monjalon@6wind.com
> > > > wrote:
> > > > + <li><a href="/doc/guides/nics/bnxt.html">bnxt</a> (NetXtreme
> C-Series)</li>
> > > >
> > > Thanks Thomas.
> > > ​If you don't mind, can you use this instead?​
> > >
> > > + <li><a href="/doc/guides/nics/bnxt.html">bnxt</a>
> (NetXtreme​-C/NetXtreme-E)</li>
> >
> > Do you mean NetXtreme-E is supported in 16.07?
> > It does not appear in the release notes.
>
> Applied with suggested change.
>
> I'm still interested to know what is NetXtreme-E and is it supported in
> 16.07?
>
​Thanks. I am checking with the team internally on this one. I will update
you as soon as possible.​

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

* Re: [dpdk-web] [PATCH] add bnxt and qede in list of supported NICs
  2016-07-28 18:36     ` Thomas Monjalon
  2016-07-28 18:39       ` Ajit Khaparde
@ 2016-07-28 19:31       ` Ajit Khaparde
  2016-07-28 20:09         ` Thomas Monjalon
  1 sibling, 1 reply; 8+ messages in thread
From: Ajit Khaparde @ 2016-07-28 19:31 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: Stephen Hurd, Rasesh Mody, Harish Patil, Sony Chacko, web

On Thu, Jul 28, 2016 at 1:36 PM, Thomas Monjalon <thomas.monjalon@6wind.com>
wrote:

> 2016-07-28 09:14, Thomas Monjalon:
> > 2016-07-27 15:59, Ajit Khaparde:
> > > On Wed, Jul 27, 2016 at 11:46 AM, Thomas Monjalon <
> thomas.monjalon@6wind.com
> > > > wrote:
> > > > + <li><a href="/doc/guides/nics/bnxt.html">bnxt</a> (NetXtreme
> C-Series)</li>
> > > >
> > > Thanks Thomas.
> > > ​If you don't mind, can you use this instead?​
> > >
> > > + <li><a href="/doc/guides/nics/bnxt.html">bnxt</a>
> (NetXtreme​-C/NetXtreme-E)</li>
> >
> > Do you mean NetXtreme-E is supported in 16.07?
> > It does not appear in the release notes.
>
> Applied with suggested change.
>
> I'm still interested to know what is NetXtreme-E and is it supported in
> 16.07?
>
​The E there stands for Enterprise. While the "C" is for Cloud.
Coming to support.. Yes. It is supported.
The list of PCI IDs in bnxt_ethdev.c includes the NetXtreme-C as well as
NetXtreme-E product family.

I hope this helps. Let me know if you need more info.

Thanks
-Ajit
​

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

* Re: [dpdk-web] [PATCH] add bnxt and qede in list of supported NICs
  2016-07-28 19:31       ` Ajit Khaparde
@ 2016-07-28 20:09         ` Thomas Monjalon
  0 siblings, 0 replies; 8+ messages in thread
From: Thomas Monjalon @ 2016-07-28 20:09 UTC (permalink / raw)
  To: Ajit Khaparde; +Cc: Stephen Hurd, Rasesh Mody, Harish Patil, Sony Chacko, web

2016-07-28 14:31, Ajit Khaparde:
> On Thu, Jul 28, 2016 at 1:36 PM, Thomas Monjalon <thomas.monjalon@6wind.com>
> wrote:
> 
> > 2016-07-28 09:14, Thomas Monjalon:
> > > 2016-07-27 15:59, Ajit Khaparde:
> > > > On Wed, Jul 27, 2016 at 11:46 AM, Thomas Monjalon <
> > thomas.monjalon@6wind.com
> > > > > wrote:
> > > > > + <li><a href="/doc/guides/nics/bnxt.html">bnxt</a> (NetXtreme
> > C-Series)</li>
> > > > >
> > > > Thanks Thomas.
> > > > ​If you don't mind, can you use this instead?​
> > > >
> > > > + <li><a href="/doc/guides/nics/bnxt.html">bnxt</a>
> > (NetXtreme​-C/NetXtreme-E)</li>
> > >
> > > Do you mean NetXtreme-E is supported in 16.07?
> > > It does not appear in the release notes.
> >
> > Applied with suggested change.
> >
> > I'm still interested to know what is NetXtreme-E and is it supported in
> > 16.07?
> >
> ​The E there stands for Enterprise. While the "C" is for Cloud.
> Coming to support.. Yes. It is supported.
> The list of PCI IDs in bnxt_ethdev.c includes the NetXtreme-C as well as
> NetXtreme-E product family.
> 
> I hope this helps. Let me know if you need more info.

OK thanks

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

end of thread, other threads:[~2016-07-28 20:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-27 16:46 [dpdk-web] [PATCH] add bnxt and qede in list of supported NICs Thomas Monjalon
2016-07-27 20:59 ` Ajit Khaparde
2016-07-28  7:14   ` Thomas Monjalon
2016-07-28 18:36     ` Thomas Monjalon
2016-07-28 18:39       ` Ajit Khaparde
2016-07-28 19:31       ` Ajit Khaparde
2016-07-28 20:09         ` Thomas Monjalon
2016-07-28  7:20 ` Harish Patil

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).