This set of patches contains seven bugfixes for hns3 PMD. Chengchang Tang (3): net/hns3: fix incorrect timing in resetting queues net/hns3: fix queue state when concurrent with reset net/hns3: fix configure FEC when concurrent with reset
Chengwen Feng (2): net/hns3: remove ariables of selecting Rx/Tx function net/hns3: fix some packet type calc error Hongbo Zheng (1): net/hns3: fix FLR failure when RAS concurrently with FLR Min Hu (Connor) (1): net/hns3: fix missing rollback in PF init drivers/net/hns3/hns3_ethdev.c | 14 +++--- drivers/net/hns3/hns3_ethdev.h | 9 +--- drivers/net/hns3/hns3_ethdev_vf.c | 5 --- drivers/net/hns3/hns3_intr.c | 7 +-- drivers/net/hns3/hns3_rxtx.c | 89 ++++++++++++++++----------------------- drivers/net/hns3/hns3_rxtx.h | 14 +++--- 6 files changed, 54 insertions(+), 84 deletions(-) -- 2.7.4