update supported Wangxun NICs

Message ID 20211111030629.13908-1-jiawenwu@trustnetic.com (mailing list archive)
State Accepted
Headers
Series update supported Wangxun NICs |

Commit Message

Jiawen Wu Nov. 11, 2021, 3:06 a.m. UTC
  Signed-off-by: Jiawen Wu <jiawenwu@trustnetic.com>
---
 content/supported/nics/wangxun.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
  

Comments

Ferruh Yigit Nov. 11, 2021, 9:29 a.m. UTC | #1
On 11/11/2021 3:06 AM, Jiawen Wu wrote:
> Signed-off-by: Jiawen Wu <jiawenwu@trustnetic.com>
> ---
>   content/supported/nics/wangxun.md | 5 +++--
>   1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/content/supported/nics/wangxun.md b/content/supported/nics/wangxun.md
> index 00389f4..625dbc3 100644
> --- a/content/supported/nics/wangxun.md
> +++ b/content/supported/nics/wangxun.md
> @@ -1,7 +1,8 @@
>   +++
>   title = "Wangxun"
> -description = "txgbe"
> +description = "txgbe, ngbe"
>   hidden = true
>   +++
>   
> -- [txgbe](//doc.dpdk.org/guides/nics/txgbe.html) (RP1000, RP2000)
> +- [txgbe](//doc.dpdk.org/guides/nics/txgbe.html) (RP1000, RP2000, SP1000, WX1820)
> +- [ngbe](//doc.dpdk.org/guides/nics/ngbe.html) (WX1860, SF200, SF400)
> 

Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
  
Thomas Monjalon Nov. 11, 2021, 10:12 a.m. UTC | #2
11/11/2021 10:29, Ferruh Yigit:
> On 11/11/2021 3:06 AM, Jiawen Wu wrote:
> > Signed-off-by: Jiawen Wu <jiawenwu@trustnetic.com>
> > ---
> > --- a/content/supported/nics/wangxun.md
> > +++ b/content/supported/nics/wangxun.md
> > @@ -1,7 +1,8 @@
> >   +++
> >   title = "Wangxun"
> > -description = "txgbe"
> > +description = "txgbe, ngbe"
> >   hidden = true
> >   +++
> >   
> > -- [txgbe](//doc.dpdk.org/guides/nics/txgbe.html) (RP1000, RP2000)
> > +- [txgbe](//doc.dpdk.org/guides/nics/txgbe.html) (RP1000, RP2000, SP1000, WX1820)
> > +- [ngbe](//doc.dpdk.org/guides/nics/ngbe.html) (WX1860, SF200, SF400)
> 
> Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>

I think ngbe should come first in the list as it is less powerful.

Applied, thanks.
  

Patch

diff --git a/content/supported/nics/wangxun.md b/content/supported/nics/wangxun.md
index 00389f4..625dbc3 100644
--- a/content/supported/nics/wangxun.md
+++ b/content/supported/nics/wangxun.md
@@ -1,7 +1,8 @@ 
 +++
 title = "Wangxun"
-description = "txgbe"
+description = "txgbe, ngbe"
 hidden = true
 +++
 
-- [txgbe](//doc.dpdk.org/guides/nics/txgbe.html) (RP1000, RP2000)
+- [txgbe](//doc.dpdk.org/guides/nics/txgbe.html) (RP1000, RP2000, SP1000, WX1820)
+- [ngbe](//doc.dpdk.org/guides/nics/ngbe.html) (WX1860, SF200, SF400)