This series adds some fixes for hns3 ethernet pmd driver. v1 -> v2: 1. Address some comments from Ferruh Yigit as belows: https://inbox.dpdk.org/dev/31868759-1900-2aad-4e38-0ae8fe526...@intel.com https://inbox.dpdk.org/dev/e5d5bd99-663d-5661-dfda-312c762b2...@intel.com https://inbox.dpdk.org/dev/b4a32414-b941-c820-1706-f8ad41175...@intel.com
Chunsong Feng (1): net/hns3: fix FLR reset failure Hao Chen (1): net/hns3: fix the statistics problems about Tx/Rx functions Hongbo Zheng (1): net/hns3: fix the return value when firmware timeout Wei Hu (Xavier) (1): net/hns3: fix lack of Rx RSS hash in ol flags drivers/net/hns3/hns3_cmd.c | 17 +---- drivers/net/hns3/hns3_ethdev.c | 5 ++ drivers/net/hns3/hns3_ethdev_vf.c | 135 ++++++++++++++++++++++++++++++++++++-- drivers/net/hns3/hns3_intr.c | 5 +- drivers/net/hns3/hns3_rxtx.c | 11 +--- drivers/net/hns3/hns3_rxtx.h | 3 - drivers/net/hns3/hns3_stats.c | 84 ++++++------------------ 7 files changed, 162 insertions(+), 98 deletions(-) -- 2.7.4