[0/6] net/hns3: add some bugfix for hns3

Message ID 20231031122359.3930935-1-haijie1@huawei.com (mailing list archive)
Headers
Series net/hns3: add some bugfix for hns3 |

Message

Jie Hai Oct. 31, 2023, 12:23 p.m. UTC
  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(-)
  

Comments

Ferruh Yigit Nov. 1, 2023, 9:40 p.m. UTC | #1
On 10/31/2023 12:23 PM, Jie Hai wrote:
> 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
> 

Series applied to dpdk-next-net/main, thanks.