This patchset contains some bugfix for hns3 pmd. Huisong Li (2): net/hns3: fix setting DCB capability net/hns3: fix LRO offload to report
Jie Hai (4): net/hns3: fix return value net/hns3: fix some error log net/hns3: do not export API for setting and getting algo and key net/hns3: fix uninitialized value drivers/net/hns3/hns3_cmd.c | 40 +++++++++++++++++++++++++++++++ drivers/net/hns3/hns3_cmd.h | 1 + drivers/net/hns3/hns3_common.c | 5 ++-- drivers/net/hns3/hns3_dcb.c | 2 +- drivers/net/hns3/hns3_dump.c | 3 ++- drivers/net/hns3/hns3_ethdev.c | 21 ++++------------ drivers/net/hns3/hns3_ethdev.h | 1 + drivers/net/hns3/hns3_ethdev_vf.c | 13 ++++++---- drivers/net/hns3/hns3_fdir.c | 2 +- drivers/net/hns3/hns3_flow.c | 2 +- drivers/net/hns3/hns3_rss.c | 8 +++---- drivers/net/hns3/hns3_rss.h | 4 ---- drivers/net/hns3/hns3_rxtx.c | 3 +++ drivers/net/hns3/hns3_stats.c | 15 ++++++++---- 14 files changed, 79 insertions(+), 41 deletions(-) -- 2.30.0

