DPDK website maintenance
 help / color / mirror / Atom feed
* [dpdk-web] [PATCH] add AMD axgbe to supported NICs
@ 2018-11-26 10:51 Thomas Monjalon
  2018-11-26 10:53 ` Thomas Monjalon
  0 siblings, 1 reply; 7+ messages in thread
From: Thomas Monjalon @ 2018-11-26 10:51 UTC (permalink / raw)
  To: web; +Cc: ferruh.yigit

The PMD axgbe was added in DPDK 18.05.

Suggested-by: Ravi Kumar <ravi1.kumar@amd.com>
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
 content/supported/nics/amd.md | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 content/supported/nics/amd.md

diff --git a/content/supported/nics/amd.md b/content/supported/nics/amd.md
new file mode 100644
index 0000000..3ef95e2
--- /dev/null
+++ b/content/supported/nics/amd.md
@@ -0,0 +1,7 @@
++++
+title = "AMD"
+description = "axgbe"
+hidden = true
++++
+
+- [axgbe](http://doc.dpdk.org/guides/nics/axgbe.html) (AMD EPYC&trade; Embedded 3000 family)
-- 
2.19.0

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

* Re: [dpdk-web] [PATCH] add AMD axgbe to supported NICs
  2018-11-26 10:51 [dpdk-web] [PATCH] add AMD axgbe to supported NICs Thomas Monjalon
@ 2018-11-26 10:53 ` Thomas Monjalon
  2018-11-26 23:48   ` Thomas Monjalon
  0 siblings, 1 reply; 7+ messages in thread
From: Thomas Monjalon @ 2018-11-26 10:53 UTC (permalink / raw)
  To: web; +Cc: ferruh.yigit, ravi1.kumar

+Cc Ravi Kumar

26/11/2018 11:51, Thomas Monjalon:
> The PMD axgbe was added in DPDK 18.05.
> 
> Suggested-by: Ravi Kumar <ravi1.kumar@amd.com>
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> ---
>  content/supported/nics/amd.md | 7 +++++++
>  1 file changed, 7 insertions(+)
>  create mode 100644 content/supported/nics/amd.md
> 
> diff --git a/content/supported/nics/amd.md b/content/supported/nics/amd.md
> new file mode 100644
> index 0000000..3ef95e2
> --- /dev/null
> +++ b/content/supported/nics/amd.md
> @@ -0,0 +1,7 @@
> ++++
> +title = "AMD"
> +description = "axgbe"
> +hidden = true
> ++++
> +
> +- [axgbe](http://doc.dpdk.org/guides/nics/axgbe.html) (AMD EPYC&trade; Embedded 3000 family)

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

* Re: [dpdk-web] [PATCH] add AMD axgbe to supported NICs
  2018-11-26 10:53 ` Thomas Monjalon
@ 2018-11-26 23:48   ` Thomas Monjalon
  0 siblings, 0 replies; 7+ messages in thread
From: Thomas Monjalon @ 2018-11-26 23:48 UTC (permalink / raw)
  To: web; +Cc: ferruh.yigit, ravi1.kumar

26/11/2018 11:53, Thomas Monjalon:
> +Cc Ravi Kumar
> 
> 26/11/2018 11:51, Thomas Monjalon:
> > The PMD axgbe was added in DPDK 18.05.
> > 
> > Suggested-by: Ravi Kumar <ravi1.kumar@amd.com>
> > Signed-off-by: Thomas Monjalon <thomas@monjalon.net>

Applied

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

* Re: [dpdk-web] [PATCH] add AMD axgbe to supported NICs
  2018-05-29 15:21   ` Ferruh Yigit
@ 2018-05-30  6:13     ` Kumar, Ravi1
  0 siblings, 0 replies; 7+ messages in thread
From: Kumar, Ravi1 @ 2018-05-30  6:13 UTC (permalink / raw)
  To: Ferruh Yigit; +Cc: Thomas Monjalon, web

>-----Original Message-----
>From: Ferruh Yigit [mailto:ferruh.yigit@intel.com] 
>Sent: Tuesday, May 29, 2018 8:52 PM
>To: Kumar, Ravi1 <Ravi1.Kumar@amd.com>
>Cc: Thomas Monjalon <thomas@monjalon.net>; web@dpdk.org
>Subject: Re: [dpdk-web] [PATCH] add AMD axgbe to supported NICs
>
>On 5/28/2018 10:09 PM, Thomas Monjalon wrote:
>> 23/05/2018 11:17, Ravi Kumar:
>>> Signed-off-by: Ravi Kumar <Ravi1.kumar@amd.com>
>> 
>> Please add a small commit log about the first release supporting it, 
>> and optionally a reference to a commit.
>
>Hi Ravi,
>
>Reminder of this patch, it would be good to have this documented when release is out.
>
>Thanks,
>ferruh

Hi Ferruh,

I have sent an updated patch addressing all the comments.

Regards,
Ravi
>
>> 
>>> --- a/doc/nics.html
>>> +++ b/doc/nics.html
>>> @@ -41,6 +41,10 @@
>>>  			<h2>Supported NICs</h2>
>>>  			<p>Features supported by the drivers can be checked in the
>>>  			<a href="/doc/guides/nics/overview.html#id1">networking drivers 
>>> matrix</a>.</p>
>>> +			<h3>Advanced Micro Devices</h3>
>>> +			<ul>
>>> +				<li><a 
>>> +href="http://dpdk.org/doc/guides/nics/axgbe.html">axgbe</a> (AMD 
>>> +EPYCâ"¢ EMBEDDED 3000 family 10G Network Adapters)</li>
>> 
>> There are some strange characters in the name of the device family.
>> 
>> 
>> 
>
>

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

* Re: [dpdk-web] [PATCH] add AMD axgbe to supported NICs
  2018-05-28 21:09 ` Thomas Monjalon
@ 2018-05-29 15:21   ` Ferruh Yigit
  2018-05-30  6:13     ` Kumar, Ravi1
  0 siblings, 1 reply; 7+ messages in thread
From: Ferruh Yigit @ 2018-05-29 15:21 UTC (permalink / raw)
  To: Ravi Kumar; +Cc: Thomas Monjalon, web

On 5/28/2018 10:09 PM, Thomas Monjalon wrote:
> 23/05/2018 11:17, Ravi Kumar:
>> Signed-off-by: Ravi Kumar <Ravi1.kumar@amd.com>
> 
> Please add a small commit log about the first release supporting it,
> and optionally a reference to a commit.

Hi Ravi,

Reminder of this patch, it would be good to have this documented when release is
out.

Thanks,
ferruh

> 
>> --- a/doc/nics.html
>> +++ b/doc/nics.html
>> @@ -41,6 +41,10 @@
>>  			<h2>Supported NICs</h2>
>>  			<p>Features supported by the drivers can be checked in the
>>  			<a href="/doc/guides/nics/overview.html#id1">networking drivers matrix</a>.</p>
>> +			<h3>Advanced Micro Devices</h3>
>> +			<ul>
>> +				<li><a href="http://dpdk.org/doc/guides/nics/axgbe.html">axgbe</a> (AMD EPYCâ"¢ EMBEDDED 3000 family 10G Network Adapters)</li>
> 
> There are some strange characters in the name of the device family.
> 
> 
> 

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

* Re: [dpdk-web] [PATCH] add AMD axgbe to supported NICs
  2018-05-23  9:17 Ravi Kumar
@ 2018-05-28 21:09 ` Thomas Monjalon
  2018-05-29 15:21   ` Ferruh Yigit
  0 siblings, 1 reply; 7+ messages in thread
From: Thomas Monjalon @ 2018-05-28 21:09 UTC (permalink / raw)
  To: Ravi Kumar; +Cc: web

23/05/2018 11:17, Ravi Kumar:
> Signed-off-by: Ravi Kumar <Ravi1.kumar@amd.com>

Please add a small commit log about the first release supporting it,
and optionally a reference to a commit.

> --- a/doc/nics.html
> +++ b/doc/nics.html
> @@ -41,6 +41,10 @@
>  			<h2>Supported NICs</h2>
>  			<p>Features supported by the drivers can be checked in the
>  			<a href="/doc/guides/nics/overview.html#id1">networking drivers matrix</a>.</p>
> +			<h3>Advanced Micro Devices</h3>
> +			<ul>
> +				<li><a href="http://dpdk.org/doc/guides/nics/axgbe.html">axgbe</a> (AMD EPYCâ„¢ EMBEDDED 3000 family 10G Network Adapters)</li>

There are some strange characters in the name of the device family.

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

* [dpdk-web] [PATCH] add AMD axgbe to supported NICs
@ 2018-05-23  9:17 Ravi Kumar
  2018-05-28 21:09 ` Thomas Monjalon
  0 siblings, 1 reply; 7+ messages in thread
From: Ravi Kumar @ 2018-05-23  9:17 UTC (permalink / raw)
  To: web

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=a, Size: 728 bytes --]

Signed-off-by: Ravi Kumar <Ravi1.kumar@amd.com>
---
 doc/nics.html | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/nics.html b/doc/nics.html
index ffe4455..9c664b8 100644
--- a/doc/nics.html
+++ b/doc/nics.html
@@ -41,6 +41,10 @@
 			<h2>Supported NICs</h2>
 			<p>Features supported by the drivers can be checked in the
 			<a href="/doc/guides/nics/overview.html#id1">networking drivers matrix</a>.</p>
+			<h3>Advanced Micro Devices</h3>
+			<ul>
+				<li><a href="http://dpdk.org/doc/guides/nics/axgbe.html">axgbe</a> (AMD EPYC™ EMBEDDED 3000 family 10G Network Adapters)</li>
+			</ul>
 			<h3>Amazon</h3>
 			<ul>
 				<li><a href="/doc/guides/nics/ena.html">ena</a> (Elastic Network Adapter)</li>
-- 
2.7.4

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

end of thread, other threads:[~2018-11-26 23:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-26 10:51 [dpdk-web] [PATCH] add AMD axgbe to supported NICs Thomas Monjalon
2018-11-26 10:53 ` Thomas Monjalon
2018-11-26 23:48   ` Thomas Monjalon
  -- strict thread matches above, loose matches on Subject: below --
2018-05-23  9:17 Ravi Kumar
2018-05-28 21:09 ` Thomas Monjalon
2018-05-29 15:21   ` Ferruh Yigit
2018-05-30  6:13     ` Kumar, Ravi1

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