Re: [dpdk-dev] [PATCH v2] doc: update features for hns3

2020-11-26 Thread Thomas Monjalon
24/11/2020 17:31, Ferruh Yigit: > On 11/24/2020 1:56 PM, Lijun Ou wrote: > > Since the hns3 NIC hardware features are not counted > > and it is supported in fact. Besides, the flow director > > is not supported and need to delete it. > > > > Fixes: fa29fe45a7b4 ("net/hns3: support queue start and

Re: [dpdk-dev] [PATCH v2] doc: update features for hns3

2020-11-24 Thread Ferruh Yigit
On 11/24/2020 1:56 PM, Lijun Ou wrote: Since the hns3 NIC hardware features are not counted and it is supported in fact. Besides, the flow director is not supported and need to delete it. Fixes: fa29fe45a7b4 ("net/hns3: support queue start and stop") Fixes: 521ab3e93361 ("net/hns3: add simple Rx

[dpdk-dev] [PATCH v2] doc: update features for hns3

2020-11-24 Thread Lijun Ou
Since the hns3 NIC hardware features are not counted and it is supported in fact. Besides, the flow director is not supported and need to delete it. Fixes: fa29fe45a7b4 ("net/hns3: support queue start and stop") Fixes: 521ab3e93361 ("net/hns3: add simple Rx path") Fixes: bba636698316 ("net/hns3: s