On 7/10/21 4:58 AM, Min Hu (Connor) wrote: > This patchset contains 3 features for hns3 PMD: > add query basic info support for VF > support for VF modify VLAN filter state > support multiple TC MAC pause > > Chengchang Tang (2): > net/hns3: add query basic info support for VF > net/hns3: support for VF modify VLAN filter state > > Huisong Li (1): > net/hns3: support multiple TC MAC pause > --- > v2: > * Abandon the last patch "supports disabling PFC by dev configure API". > > drivers/net/hns3/hns3_cmd.h | 9 ++++ > drivers/net/hns3/hns3_ethdev.c | 5 +- > drivers/net/hns3/hns3_ethdev.h | 6 +++ > drivers/net/hns3/hns3_ethdev_vf.c | 96 > ++++++++++++++++++++++++++++++--------- > drivers/net/hns3/hns3_mbx.h | 11 ++++- > 5 files changed, 104 insertions(+), 23 deletions(-) >
Applied, thanks.