Re: [dpdk-dev] [PATCH 0/4] features for hns3 PMD

2021-07-09 Thread Min Hu (Connor)
在 2021/7/9 17:20, Andrew Rybchenko 写道: On 7/9/21 4:32 AM, Min Hu (Connor) wrote: Thanks Andrew, "net/hns3: supports disabling PFC by dev configure API" this patch could be abandoned. The other three can be applied. 在 2021/6/14 23:00, Andrew Rybchenko 写道: On 6/13/21 6:05 AM, Min Hu (Connor

Re: [dpdk-dev] [PATCH 0/4] features for hns3 PMD

2021-07-09 Thread Andrew Rybchenko
On 7/9/21 4:32 AM, Min Hu (Connor) wrote: > Thanks Andrew, > "net/hns3: supports disabling PFC by dev configure API" > this patch could be abandoned. > > The other three can be applied. > > > 在 2021/6/14 23:00, Andrew Rybchenko 写道: >> On 6/13/21 6:05 AM, Min Hu (Connor) wrote: >>> This patch set

Re: [dpdk-dev] [PATCH 0/4] features for hns3 PMD

2021-07-08 Thread Min Hu (Connor)
Thanks Andrew, "net/hns3: supports disabling PFC by dev configure API" this patch could be abandoned. The other three can be applied. 在 2021/6/14 23:00, Andrew Rybchenko 写道: On 6/13/21 6:05 AM, Min Hu (Connor) wrote: This patch set contains 4 features for hns3 PMD: add query basic info suppor

Re: [dpdk-dev] [PATCH 0/4] features for hns3 PMD

2021-06-14 Thread Andrew Rybchenko
On 6/13/21 6:05 AM, Min Hu (Connor) wrote: This patch set contains 4 features for hns3 PMD: add query basic info support for VF support for VF modify VLAN filter state support multiple TC MAC pause supports disabling PFC by dev configure API Chengchang Tang (2): net/hns3: add query basic info

[dpdk-dev] [PATCH 0/4] features for hns3 PMD

2021-06-12 Thread Min Hu (Connor)
This patch set contains 4 features for hns3 PMD: add query basic info support for VF support for VF modify VLAN filter state support multiple TC MAC pause supports disabling PFC by dev configure API Chengchang Tang (2): net/hns3: add query basic info support for VF net/hns3: support for VF mod