Re: [dpdk-dev] [PATCH v2 00/22] add hns3 ethernet PMD driver

2019-09-26 Thread Wei Hu (Xavier)
On 2019/9/26 15:55, Ferruh Yigit wrote: > On 9/25/2019 3:30 AM, Wei Hu (Xavier) wrote: >> >> On 2019/9/25 4:34, Aaron Conole wrote: >>> "Wei Hu (Xavier)" writes: >>> Hi, Ferruh Yigit I sent out patch V2 yesterday. And I found that the following page indicates that there is

Re: [dpdk-dev] [PATCH v2 00/22] add hns3 ethernet PMD driver

2019-09-26 Thread Ferruh Yigit
On 9/25/2019 3:30 AM, Wei Hu (Xavier) wrote: > > > On 2019/9/25 4:34, Aaron Conole wrote: >> "Wei Hu (Xavier)" writes: >> >>> Hi, Ferruh Yigit >>> >>> I sent out patch V2 yesterday. And I found that the following page >>> indicates that there is a compilation error. >>> >>> http://mails.dpd

Re: [dpdk-dev] [PATCH v2 00/22] add hns3 ethernet PMD driver

2019-09-24 Thread Wei Hu (Xavier)
On 2019/9/25 4:34, Aaron Conole wrote: > "Wei Hu (Xavier)" writes: > >> Hi, Ferruh Yigit >> >> I sent out patch V2 yesterday. And I found that the following page >> indicates that there is a compilation error. >> >> http://mails.dpdk.org/archives/test-report/2019-September/098385.html >> >

Re: [dpdk-dev] [PATCH v2 00/22] add hns3 ethernet PMD driver

2019-09-24 Thread Aaron Conole
"Wei Hu (Xavier)" writes: > Hi, Ferruh Yigit > > I sent out patch V2 yesterday. And I found that the following page > indicates that there is a compilation error. > > http://mails.dpdk.org/archives/test-report/2019-September/098385.html > > The relevant sections in the log: > > <...> > > *Me

Re: [dpdk-dev] [PATCH v2 00/22] add hns3 ethernet PMD driver

2019-09-20 Thread Wei Hu (Xavier)
Hi, Ferruh Yigit I sent out patch V2 yesterday. And I found that the following page indicates that there is a compilation error. http://mails.dpdk.org/archives/test-report/2019-September/098385.html The relevant sections in the log: <...> *Meson Build Failed #1: OS: FC30-64 Target:build-g

[dpdk-dev] [PATCH v2 00/22] add hns3 ethernet PMD driver

2019-09-20 Thread Wei Hu (Xavier)
The Hisilicon Network Subsystem is a long term evolution IP which is supposed to be used in Hisilicon ICT SoCs such as Kunpeng 920. This series add DPDK rte_ethdev poll mode driver for Hisilicon Network Subsystem 3(hns3) network engine. Wei Hu (Xavier) (22): net/hns3: add hns3 build and doc inf