DPDK website maintenance
 help / color / mirror / Atom feed
* [dpdk-web] [PATCH] add Hisilicon hns3 to supported NICs
@ 2019-10-11  2:32 Wei Hu (Xavier)
  2019-10-15 12:44 ` Ferruh Yigit
  2019-10-20  9:44 ` Thomas Monjalon
  0 siblings, 2 replies; 13+ messages in thread
From: Wei Hu (Xavier) @ 2019-10-11  2:32 UTC (permalink / raw)
  To: web; +Cc: ferruh.yigit, linuxarm, xavier_huwei, xavier.huwei, forest.zhouchang

The PMD hns3 was added in DPDK 19.11.

Signed-off-by: Wei Hu (Xavier) <xavier.huwei@huawei.com>
---
 content/supported/nics/hisilicon.md | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 content/supported/nics/hisilicon.md

diff --git a/content/supported/nics/hisilicon.md b/content/supported/nics/hisilicon.md
new file mode 100644
index 0000000..a032a11
--- /dev/null
+++ b/content/supported/nics/hisilicon.md
@@ -0,0 +1,7 @@
++++
+title = "Hisilicon"
+description = "hns3"
+hidden = true
++++
+
+- [hns3](http://doc.dpdk.org/guides/nics/hns3.html) (Kunpeng 920, Kunpeng 920s)
-- 
2.7.4


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

* Re: [dpdk-web] [PATCH] add Hisilicon hns3 to supported NICs
  2019-10-11  2:32 [dpdk-web] [PATCH] add Hisilicon hns3 to supported NICs Wei Hu (Xavier)
@ 2019-10-15 12:44 ` Ferruh Yigit
  2019-10-15 21:47   ` Shahar Belkar
  2019-10-20  9:44 ` Thomas Monjalon
  1 sibling, 1 reply; 13+ messages in thread
From: Ferruh Yigit @ 2019-10-15 12:44 UTC (permalink / raw)
  To: Wei Hu (Xavier), web
  Cc: linuxarm, xavier_huwei, xavier.huwei, forest.zhouchang,
	Tanya Brokhman, shahar.belkar

On 10/11/2019 3:32 AM, Wei Hu (Xavier) wrote:
> The PMD hns3 was added in DPDK 19.11.
> 
> Signed-off-by: Wei Hu (Xavier) <xavier.huwei@huawei.com>
> ---
>  content/supported/nics/hisilicon.md | 7 +++++++
>  1 file changed, 7 insertions(+)
>  create mode 100644 content/supported/nics/hisilicon.md
> 
> diff --git a/content/supported/nics/hisilicon.md b/content/supported/nics/hisilicon.md
> new file mode 100644
> index 0000000..a032a11
> --- /dev/null
> +++ b/content/supported/nics/hisilicon.md

Should it be hisilicon or huawei? hinic has it as huawei. cc'ed Tanya.

This part is refers the vendor, should the vendor be different for hinic & hns3?

> @@ -0,0 +1,7 @@
> ++++
> +title = "Hisilicon"
> +description = "hns3"
> +hidden = true
> ++++
> +
> +- [hns3](http://doc.dpdk.org/guides/nics/hns3.html) (Kunpeng 920, Kunpeng 920s)
> 


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

* Re: [dpdk-web] [PATCH] add Hisilicon hns3 to supported NICs
  2019-10-15 12:44 ` Ferruh Yigit
@ 2019-10-15 21:47   ` Shahar Belkar
  2019-10-16 18:44     ` Ferruh Yigit
  0 siblings, 1 reply; 13+ messages in thread
From: Shahar Belkar @ 2019-10-15 21:47 UTC (permalink / raw)
  To: Ferruh Yigit, Huwei (Xavier), web
  Cc: Linuxarm, xavier_huwei, xavier.huwei, Zhouchang (Forest),
	Tanya Brokhman, Luoxianjun, Yangbaochuan (Roger,
	IT Chip application),
	Shahar Belkar

Hi Ferruh,

Thanks for this email, the hinic (IN200) should be under Huawei, you can see the info here:
https://support.huawei.com/enterprise/en/doc/EDOC1100063073/3e7a397b/getting-to-know-the-in200

Best Regards,

Shahar

-----Original Message-----
From: Ferruh Yigit [mailto:ferruh.yigit@intel.com] 
Sent: Tuesday, October 15, 2019 3:44 PM
To: Huwei (Xavier) <xavier.huwei@huawei.com>; web@dpdk.org
Cc: Linuxarm <linuxarm@huawei.com>; xavier_huwei@163.com; xavier.huwei@tom.com; Zhouchang (Forest) <forest.zhouchang@huawei.com>; Tanya Brokhman <tanya.brokhman@huawei.com>; Shahar Belkar <shahar.belkar@huawei.com>
Subject: Re: [PATCH] add Hisilicon hns3 to supported NICs

On 10/11/2019 3:32 AM, Wei Hu (Xavier) wrote:
> The PMD hns3 was added in DPDK 19.11.
> 
> Signed-off-by: Wei Hu (Xavier) <xavier.huwei@huawei.com>
> ---
>  content/supported/nics/hisilicon.md | 7 +++++++
>  1 file changed, 7 insertions(+)
>  create mode 100644 content/supported/nics/hisilicon.md
> 
> diff --git a/content/supported/nics/hisilicon.md b/content/supported/nics/hisilicon.md
> new file mode 100644
> index 0000000..a032a11
> --- /dev/null
> +++ b/content/supported/nics/hisilicon.md

Should it be hisilicon or huawei? hinic has it as huawei. cc'ed Tanya.

This part is refers the vendor, should the vendor be different for hinic & hns3?

> @@ -0,0 +1,7 @@
> ++++
> +title = "Hisilicon"
> +description = "hns3"
> +hidden = true
> ++++
> +
> +- [hns3](http://doc.dpdk.org/guides/nics/hns3.html) (Kunpeng 920, Kunpeng 920s)
> 


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

* Re: [dpdk-web] [PATCH] add Hisilicon hns3 to supported NICs
  2019-10-15 21:47   ` Shahar Belkar
@ 2019-10-16 18:44     ` Ferruh Yigit
  2019-10-17 10:36       ` Shahar Belkar
  0 siblings, 1 reply; 13+ messages in thread
From: Ferruh Yigit @ 2019-10-16 18:44 UTC (permalink / raw)
  To: Shahar Belkar, Huwei (Xavier), web
  Cc: Linuxarm, xavier_huwei, xavier.huwei, Zhouchang (Forest),
	Tanya Brokhman, Luoxianjun, Yangbaochuan (Roger,
	IT Chip application)

On 10/15/2019 10:47 PM, Shahar Belkar wrote:
> Hi Ferruh,
> 
> Thanks for this email, the hinic (IN200) should be under Huawei, you can see the info here:
> https://support.huawei.com/enterprise/en/doc/EDOC1100063073/3e7a397b/getting-to-know-the-in200

Thanks Shahar,

Are 'hns3' and 'hinic' should be documented as different vedors?
Not both of them from Huawei?

> 
> Best Regards,
> 
> Shahar
> 
> -----Original Message-----
> From: Ferruh Yigit [mailto:ferruh.yigit@intel.com] 
> Sent: Tuesday, October 15, 2019 3:44 PM
> To: Huwei (Xavier) <xavier.huwei@huawei.com>; web@dpdk.org
> Cc: Linuxarm <linuxarm@huawei.com>; xavier_huwei@163.com; xavier.huwei@tom.com; Zhouchang (Forest) <forest.zhouchang@huawei.com>; Tanya Brokhman <tanya.brokhman@huawei.com>; Shahar Belkar <shahar.belkar@huawei.com>
> Subject: Re: [PATCH] add Hisilicon hns3 to supported NICs
> 
> On 10/11/2019 3:32 AM, Wei Hu (Xavier) wrote:
>> The PMD hns3 was added in DPDK 19.11.
>>
>> Signed-off-by: Wei Hu (Xavier) <xavier.huwei@huawei.com>
>> ---
>>  content/supported/nics/hisilicon.md | 7 +++++++
>>  1 file changed, 7 insertions(+)
>>  create mode 100644 content/supported/nics/hisilicon.md
>>
>> diff --git a/content/supported/nics/hisilicon.md b/content/supported/nics/hisilicon.md
>> new file mode 100644
>> index 0000000..a032a11
>> --- /dev/null
>> +++ b/content/supported/nics/hisilicon.md
> 
> Should it be hisilicon or huawei? hinic has it as huawei. cc'ed Tanya.
> 
> This part is refers the vendor, should the vendor be different for hinic & hns3?
> 
>> @@ -0,0 +1,7 @@
>> ++++
>> +title = "Hisilicon"
>> +description = "hns3"
>> +hidden = true
>> ++++
>> +
>> +- [hns3](http://doc.dpdk.org/guides/nics/hns3.html) (Kunpeng 920, Kunpeng 920s)
>>
> 


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

* Re: [dpdk-web] [PATCH] add Hisilicon hns3 to supported NICs
  2019-10-16 18:44     ` Ferruh Yigit
@ 2019-10-17 10:36       ` Shahar Belkar
  2019-10-17 11:06         ` Wei Hu (Xavier)
  0 siblings, 1 reply; 13+ messages in thread
From: Shahar Belkar @ 2019-10-17 10:36 UTC (permalink / raw)
  To: Ferruh Yigit, Huwei (Xavier), web
  Cc: Linuxarm, xavier_huwei, xavier.huwei, Zhouchang (Forest),
	Tanya Brokhman, Luoxianjun, Yangbaochuan (Roger,
	IT Chip application)

Hi Ferruh,

This should be decided by the Hi-Silicon team, Xavier can you please reply to Ferruh on this?

Best Regards,

Shahar

-----Original Message-----
From: Ferruh Yigit [mailto:ferruh.yigit@intel.com] 
Sent: Wednesday, October 16, 2019 9:45 PM
To: Shahar Belkar <shahar.belkar@huawei.com>; Huwei (Xavier) <xavier.huwei@huawei.com>; web@dpdk.org
Cc: Linuxarm <linuxarm@huawei.com>; xavier_huwei@163.com; xavier.huwei@tom.com; Zhouchang (Forest) <forest.zhouchang@huawei.com>; Tanya Brokhman <tanya.brokhman@huawei.com>; Luoxianjun <luoxianjun@huawei.com>; Yangbaochuan (Roger, IT Chip application) <bc.y@huawei.com>
Subject: Re: [PATCH] add Hisilicon hns3 to supported NICs

On 10/15/2019 10:47 PM, Shahar Belkar wrote:
> Hi Ferruh,
> 
> Thanks for this email, the hinic (IN200) should be under Huawei, you can see the info here:
> https://support.huawei.com/enterprise/en/doc/EDOC1100063073/3e7a397b/getting-to-know-the-in200

Thanks Shahar,

Are 'hns3' and 'hinic' should be documented as different vedors?
Not both of them from Huawei?

> 
> Best Regards,
> 
> Shahar
> 
> -----Original Message-----
> From: Ferruh Yigit [mailto:ferruh.yigit@intel.com] 
> Sent: Tuesday, October 15, 2019 3:44 PM
> To: Huwei (Xavier) <xavier.huwei@huawei.com>; web@dpdk.org
> Cc: Linuxarm <linuxarm@huawei.com>; xavier_huwei@163.com; xavier.huwei@tom.com; Zhouchang (Forest) <forest.zhouchang@huawei.com>; Tanya Brokhman <tanya.brokhman@huawei.com>; Shahar Belkar <shahar.belkar@huawei.com>
> Subject: Re: [PATCH] add Hisilicon hns3 to supported NICs
> 
> On 10/11/2019 3:32 AM, Wei Hu (Xavier) wrote:
>> The PMD hns3 was added in DPDK 19.11.
>>
>> Signed-off-by: Wei Hu (Xavier) <xavier.huwei@huawei.com>
>> ---
>>  content/supported/nics/hisilicon.md | 7 +++++++
>>  1 file changed, 7 insertions(+)
>>  create mode 100644 content/supported/nics/hisilicon.md
>>
>> diff --git a/content/supported/nics/hisilicon.md b/content/supported/nics/hisilicon.md
>> new file mode 100644
>> index 0000000..a032a11
>> --- /dev/null
>> +++ b/content/supported/nics/hisilicon.md
> 
> Should it be hisilicon or huawei? hinic has it as huawei. cc'ed Tanya.
> 
> This part is refers the vendor, should the vendor be different for hinic & hns3?
> 
>> @@ -0,0 +1,7 @@
>> ++++
>> +title = "Hisilicon"
>> +description = "hns3"
>> +hidden = true
>> ++++
>> +
>> +- [hns3](http://doc.dpdk.org/guides/nics/hns3.html) (Kunpeng 920, Kunpeng 920s)
>>
> 


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

* Re: [dpdk-web] [PATCH] add Hisilicon hns3 to supported NICs
  2019-10-17 10:36       ` Shahar Belkar
@ 2019-10-17 11:06         ` Wei Hu (Xavier)
  0 siblings, 0 replies; 13+ messages in thread
From: Wei Hu (Xavier) @ 2019-10-17 11:06 UTC (permalink / raw)
  To: Shahar Belkar, Ferruh Yigit, web
  Cc: Linuxarm, xavier_huwei, xavier.huwei, Zhouchang (Forest),
	Tanya Brokhman, Luoxianjun, Yangbaochuan (Roger,
	IT Chip application)

Hi, Ferruh and Shahar


On 2019/10/17 18:36, Shahar Belkar wrote:
> Hi Ferruh,
>
> This should be decided by the Hi-Silicon team, Xavier can you please reply to Ferruh on this?
>
> Best Regards,
>
> Shahar
>
> -----Original Message-----
> From: Ferruh Yigit [mailto:ferruh.yigit@intel.com] 
> Sent: Wednesday, October 16, 2019 9:45 PM
> To: Shahar Belkar <shahar.belkar@huawei.com>; Huwei (Xavier) <xavier.huwei@huawei.com>; web@dpdk.org
> Cc: Linuxarm <linuxarm@huawei.com>; xavier_huwei@163.com; xavier.huwei@tom.com; Zhouchang (Forest) <forest.zhouchang@huawei.com>; Tanya Brokhman <tanya.brokhman@huawei.com>; Luoxianjun <luoxianjun@huawei.com>; Yangbaochuan (Roger, IT Chip application) <bc.y@huawei.com>
> Subject: Re: [PATCH] add Hisilicon hns3 to supported NICs
>
> On 10/15/2019 10:47 PM, Shahar Belkar wrote:
>> Hi Ferruh,
>>
>> Thanks for this email, the hinic (IN200) should be under Huawei, you can see the info here:
>> https://support.huawei.com/enterprise/en/doc/EDOC1100063073/3e7a397b/getting-to-know-the-in200
> Thanks Shahar,
>
> Are 'hns3' and 'hinic' should be documented as different vedors?
> Not both of them from Huawei?
hns3 used for Hisilicon kunpeng 920 SoC,
hinic used for Huawei IN200 intelligent card.

In Linux kernel, the path of hns3 driver is
drviers/net/ethernet/hisilicon/hns3

Thanks, Ferruh and Shahar.

    Regards
Xavier

>> Best Regards,
>>
>> Shahar
>>
>> -----Original Message-----
>> From: Ferruh Yigit [mailto:ferruh.yigit@intel.com] 
>> Sent: Tuesday, October 15, 2019 3:44 PM
>> To: Huwei (Xavier) <xavier.huwei@huawei.com>; web@dpdk.org
>> Cc: Linuxarm <linuxarm@huawei.com>; xavier_huwei@163.com; xavier.huwei@tom.com; Zhouchang (Forest) <forest.zhouchang@huawei.com>; Tanya Brokhman <tanya.brokhman@huawei.com>; Shahar Belkar <shahar.belkar@huawei.com>
>> Subject: Re: [PATCH] add Hisilicon hns3 to supported NICs
>>
>> On 10/11/2019 3:32 AM, Wei Hu (Xavier) wrote:
>>> The PMD hns3 was added in DPDK 19.11.
>>>
>>> Signed-off-by: Wei Hu (Xavier) <xavier.huwei@huawei.com>
>>> ---
>>>  content/supported/nics/hisilicon.md | 7 +++++++
>>>  1 file changed, 7 insertions(+)
>>>  create mode 100644 content/supported/nics/hisilicon.md
>>>
>>> diff --git a/content/supported/nics/hisilicon.md b/content/supported/nics/hisilicon.md
>>> new file mode 100644
>>> index 0000000..a032a11
>>> --- /dev/null
>>> +++ b/content/supported/nics/hisilicon.md
>> Should it be hisilicon or huawei? hinic has it as huawei. cc'ed Tanya.
>>
>> This part is refers the vendor, should the vendor be different for hinic & hns3?
>>
>>> @@ -0,0 +1,7 @@
>>> ++++
>>> +title = "Hisilicon"
>>> +description = "hns3"
>>> +hidden = true
>>> ++++
>>> +
>>> +- [hns3](http://doc.dpdk.org/guides/nics/hns3.html) (Kunpeng 920, Kunpeng 920s)
>>>



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

* Re: [dpdk-web] [PATCH] add Hisilicon hns3 to supported NICs
  2019-10-11  2:32 [dpdk-web] [PATCH] add Hisilicon hns3 to supported NICs Wei Hu (Xavier)
  2019-10-15 12:44 ` Ferruh Yigit
@ 2019-10-20  9:44 ` Thomas Monjalon
  2019-10-23  8:08   ` Ferruh Yigit
  2019-10-23 18:22   ` Ferruh Yigit
  1 sibling, 2 replies; 13+ messages in thread
From: Thomas Monjalon @ 2019-10-20  9:44 UTC (permalink / raw)
  To: Wei Hu (Xavier)
  Cc: web, ferruh.yigit, linuxarm, xavier_huwei, xavier.huwei,
	forest.zhouchang

11/10/2019 04:32, Wei Hu (Xavier):
> The PMD hns3 was added in DPDK 19.11.
> 
> Signed-off-by: Wei Hu (Xavier) <xavier.huwei@huawei.com>

Applied, thanks




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

* Re: [dpdk-web] [PATCH] add Hisilicon hns3 to supported NICs
  2019-10-20  9:44 ` Thomas Monjalon
@ 2019-10-23  8:08   ` Ferruh Yigit
  2019-10-23 15:07     ` Thomas Monjalon
  2019-10-23 18:22   ` Ferruh Yigit
  1 sibling, 1 reply; 13+ messages in thread
From: Ferruh Yigit @ 2019-10-23  8:08 UTC (permalink / raw)
  To: Thomas Monjalon, Wei Hu (Xavier)
  Cc: web, linuxarm, xavier_huwei, xavier.huwei, forest.zhouchang

On 10/20/2019 10:44 AM, Thomas Monjalon wrote:
> 11/10/2019 04:32, Wei Hu (Xavier):
>> The PMD hns3 was added in DPDK 19.11.
>>
>> Signed-off-by: Wei Hu (Xavier) <xavier.huwei@huawei.com>
> 
> Applied, thanks
> 
> 
Hi Thomas,

I don't see the update in the web page, can you please check?

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

* Re: [dpdk-web] [PATCH] add Hisilicon hns3 to supported NICs
  2019-10-23  8:08   ` Ferruh Yigit
@ 2019-10-23 15:07     ` Thomas Monjalon
  0 siblings, 0 replies; 13+ messages in thread
From: Thomas Monjalon @ 2019-10-23 15:07 UTC (permalink / raw)
  To: Ferruh Yigit
  Cc: Wei Hu (Xavier),
	web, linuxarm, xavier_huwei, xavier.huwei, forest.zhouchang

23/10/2019 10:08, Ferruh Yigit:
> On 10/20/2019 10:44 AM, Thomas Monjalon wrote:
> > 11/10/2019 04:32, Wei Hu (Xavier):
> >> The PMD hns3 was added in DPDK 19.11.
> >>
> >> Signed-off-by: Wei Hu (Xavier) <xavier.huwei@huawei.com>
> > 
> > Applied, thanks
> > 
> > 
> Hi Thomas,
> 
> I don't see the update in the web page, can you please check?

Sorry, just pushed now.




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

* Re: [dpdk-web] [PATCH] add Hisilicon hns3 to supported NICs
  2019-10-20  9:44 ` Thomas Monjalon
  2019-10-23  8:08   ` Ferruh Yigit
@ 2019-10-23 18:22   ` Ferruh Yigit
  2019-10-23 18:28     ` Ferruh Yigit
  1 sibling, 1 reply; 13+ messages in thread
From: Ferruh Yigit @ 2019-10-23 18:22 UTC (permalink / raw)
  To: Jill Lovato, Trishan de Lanerolle
  Cc: Thomas Monjalon, Wei Hu (Xavier),
	web, linuxarm, xavier_huwei, xavier.huwei, forest.zhouchang

On 10/20/2019 10:44 AM, Thomas Monjalon wrote:
> 11/10/2019 04:32, Wei Hu (Xavier):
>> The PMD hns3 was added in DPDK 19.11.
>>
>> Signed-off-by: Wei Hu (Xavier) <xavier.huwei@huawei.com>
> 
> Applied, thanks
> 

Hi Trishan, Jill,


Can we add new vendor(s) to ecosystem page:
https://www.dpdk.org/ecosystem/ , "Supported Hardware"

"Huawei" to link "https://core.dpdk.org/supported/nics/huawei/"
"Hisilicon" to link "https://core.dpdk.org/supported/nics/hisilicon/"

Thanks,
ferruh

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

* Re: [dpdk-web] [PATCH] add Hisilicon hns3 to supported NICs
  2019-10-23 18:22   ` Ferruh Yigit
@ 2019-10-23 18:28     ` Ferruh Yigit
  2019-10-23 18:49       ` Trishan de Lanerolle
  0 siblings, 1 reply; 13+ messages in thread
From: Ferruh Yigit @ 2019-10-23 18:28 UTC (permalink / raw)
  To: Jill Lovato, Trishan de Lanerolle
  Cc: Thomas Monjalon, Wei Hu (Xavier),
	web, linuxarm, xavier_huwei, xavier.huwei, forest.zhouchang

On 10/23/2019 7:22 PM, Ferruh Yigit wrote:
> On 10/20/2019 10:44 AM, Thomas Monjalon wrote:
>> 11/10/2019 04:32, Wei Hu (Xavier):
>>> The PMD hns3 was added in DPDK 19.11.
>>>
>>> Signed-off-by: Wei Hu (Xavier) <xavier.huwei@huawei.com>
>>
>> Applied, thanks
>>
> 
> Hi Trishan, Jill,
> 
> 
> Can we add new vendor(s) to ecosystem page:
> https://www.dpdk.org/ecosystem/ , "Supported Hardware"
> 
> "Huawei" to link "https://core.dpdk.org/supported/nics/huawei/"
> "Hisilicon" to link "https://core.dpdk.org/supported/nics/hisilicon/"
> 

btw, "Supported Drivers" section of ecosystem page seems get outdated, there are
new drivers at least in "Net" group.

19.08 list can be found at "http://lxr.dpdk.org/dpdk/v19.08/source/drivers/net",

There will be more additions for 19.11, should we keep that list in web page, it
will require continuous update...

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

* Re: [dpdk-web] [PATCH] add Hisilicon hns3 to supported NICs
  2019-10-23 18:28     ` Ferruh Yigit
@ 2019-10-23 18:49       ` Trishan de Lanerolle
  0 siblings, 0 replies; 13+ messages in thread
From: Trishan de Lanerolle @ 2019-10-23 18:49 UTC (permalink / raw)
  To: Ferruh Yigit
  Cc: Jill Lovato, Thomas Monjalon, Wei Hu (Xavier),
	dpdk-web, linuxarm, xavier_huwei, xavier.huwei, forest.zhouchang

We will add the Hawei Hisilicon links. The lists in the ecosystem page are
only meant to serve as a representative sampling. The core.dpdk.org listing
is the complete one. We will work on making that clearer in the ecosystem
page.
Trishan


On Wed, Oct 23, 2019 at 2:28 PM Ferruh Yigit <ferruh.yigit@intel.com> wrote:

> On 10/23/2019 7:22 PM, Ferruh Yigit wrote:
> > On 10/20/2019 10:44 AM, Thomas Monjalon wrote:
> >> 11/10/2019 04:32, Wei Hu (Xavier):
> >>> The PMD hns3 was added in DPDK 19.11.
> >>>
> >>> Signed-off-by: Wei Hu (Xavier) <xavier.huwei@huawei.com>
> >>
> >> Applied, thanks
> >>
> >
> > Hi Trishan, Jill,
> >
> >
> > Can we add new vendor(s) to ecosystem page:
> > https://www.dpdk.org/ecosystem/ , "Supported Hardware"
> >
> > "Huawei" to link "https://core.dpdk.org/supported/nics/huawei/"
> > "Hisilicon" to link "https://core.dpdk.org/supported/nics/hisilicon/"
> >
>
> btw, "Supported Drivers" section of ecosystem page seems get outdated,
> there are
> new drivers at least in "Net" group.
>
> 19.08 list can be found at "
> http://lxr.dpdk.org/dpdk/v19.08/source/drivers/net",
>
> There will be more additions for 19.11, should we keep that list in web
> page, it
> will require continuous update...
>


-- 
Trishan R. de Lanerolle
Technical Program Manager,  Networking
Linux Foundation
voice: +1.203.699.6401
skype: tdelanerolle
email: tdelanerolle@linuxfoundation.org

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

* [dpdk-web] [PATCH] add Hisilicon hns3 to supported NICs
@ 2019-09-29  9:07 Wei Hu (Xavier)
  0 siblings, 0 replies; 13+ messages in thread
From: Wei Hu (Xavier) @ 2019-09-29  9:07 UTC (permalink / raw)
  To: web, ferruh.yigit
  Cc: dev, linuxarm, xavier_huwei, xavier.huwei, forest.zhouchang

The PMD hns3 was added in DPDK 19.11.

Signed-off-by: Wei Hu (Xavier) <xavier.huwei@huawei.com>
---
 content/supported/nics/hisilicon.md | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 content/supported/nics/hisilicon.md

diff --git a/content/supported/nics/hisilicon.md b/content/supported/nics/hisilicon.md
new file mode 100644
index 0000000..a032a11
--- /dev/null
+++ b/content/supported/nics/hisilicon.md
@@ -0,0 +1,7 @@
++++
+title = "Hisilicon"
+description = "hns3"
+hidden = true
++++
+
+- [hns3](http://doc.dpdk.org/guides/nics/hns3.html) (Kunpeng 920, Kunpeng 920s)
-- 
2.7.4


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

end of thread, other threads:[~2019-10-23 18:49 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-11  2:32 [dpdk-web] [PATCH] add Hisilicon hns3 to supported NICs Wei Hu (Xavier)
2019-10-15 12:44 ` Ferruh Yigit
2019-10-15 21:47   ` Shahar Belkar
2019-10-16 18:44     ` Ferruh Yigit
2019-10-17 10:36       ` Shahar Belkar
2019-10-17 11:06         ` Wei Hu (Xavier)
2019-10-20  9:44 ` Thomas Monjalon
2019-10-23  8:08   ` Ferruh Yigit
2019-10-23 15:07     ` Thomas Monjalon
2019-10-23 18:22   ` Ferruh Yigit
2019-10-23 18:28     ` Ferruh Yigit
2019-10-23 18:49       ` Trishan de Lanerolle
  -- strict thread matches above, loose matches on Subject: below --
2019-09-29  9:07 Wei Hu (Xavier)

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