On 3/26/20 10:14 AM, Wei Hu (Xavier) wrote: > This series are fixes for hns3 PMD driver. > > Chengwen Feng (1): > net/hns3: fix the return value of setting VLAN offload > > Lijun Ou (2): > net/hns3: fix RSS indirection table configuration > net/hns3: fix configuring RSS hash when rules are flushed > > Min Hu (Connor) (1): > net/hns3: fix mailbox opcode data type > > drivers/net/hns3/hns3_dcb.c | 15 +++++++++++++++ > drivers/net/hns3/hns3_ethdev.c | 9 +++++++++ > drivers/net/hns3/hns3_ethdev.h | 1 + > drivers/net/hns3/hns3_ethdev_vf.c | 22 +++++++++++++++++++--- > drivers/net/hns3/hns3_flow.c | 14 ++++++++++++++ > drivers/net/hns3/hns3_mbx.c | 12 ++++++++---- > drivers/net/hns3/hns3_rss.c | 31 +++++++++++++++++++++---------- > drivers/net/hns3/hns3_rss.h | 2 ++ > 8 files changed, 89 insertions(+), 17 deletions(-) >
Applied, thanks