This set of patches are bugfixes for hns3 PMD. Chengchang Tang (1): net/hns3: fix lack of rollback after setting PVID failed
Chengwen Feng (4): net/hns3: fix set default MAC addr fail in bonding of VF net/hns3: fix flow counter not cleared when create net/hns3: fix VF mailbox head field wrong update net/hns3: support get device version when dump register Hongbo Zheng (3): net/hns3: fix the FLR miss detection net/hns3: delete redundant blank line net/hns3: fix code style static warning Huisong Li (2): net/hns3: fix some function names for copper media type net/hns3: fix flow control exception drivers/net/hns3/hns3_cmd.c | 8 +++--- drivers/net/hns3/hns3_ethdev.c | 37 +++++++++++++++++++++------- drivers/net/hns3/hns3_ethdev.h | 1 - drivers/net/hns3/hns3_ethdev_vf.c | 4 --- drivers/net/hns3/hns3_flow.c | 10 ++++++++ drivers/net/hns3/hns3_mbx.c | 52 +++++++++++---------------------------- drivers/net/hns3/hns3_regs.c | 2 ++ drivers/net/hns3/hns3_rxtx.c | 2 +- 8 files changed, 61 insertions(+), 55 deletions(-) -- 2.7.4