mbox series

[0/6] bugfixes for hns3

Message ID 1616507156-35880-1-git-send-email-humin29@huawei.com (mailing list archive)
Headers
Series bugfixes for hns3 |

Message

humin (Q) March 23, 2021, 1:45 p.m. UTC
  This series added six bugfix patches.

Chengchang Tang (3):
  net/hns3: fix TCP SEG and TCP CKSUM flag set
  net/hns3: fix Tx checksum for UDP packets with special port
  net/hns3: fix the long taskqueue pairs reset time

Huisong Li (3):
  net/hns3: fix the reporting of undefined speed
  net/hns3: fix compiling error for using SVE algorithm
  net/hns3: fix link update when failed to get link info

 drivers/net/hns3/hns3_cmd.h          |   8 +-
 drivers/net/hns3/hns3_ethdev.c       |  58 ++++++++---
 drivers/net/hns3/hns3_ethdev.h       |  19 ++++
 drivers/net/hns3/hns3_ethdev_vf.c    |   5 +-
 drivers/net/hns3/hns3_rxtx.c         | 194 +++++++++++++++++++++++++++++++----
 drivers/net/hns3/hns3_rxtx.h         |  16 +++
 drivers/net/hns3/hns3_rxtx_vec_sve.c |   2 +-
 7 files changed, 265 insertions(+), 37 deletions(-)
  

Comments

Ferruh Yigit March 30, 2021, 10:35 a.m. UTC | #1
On 3/23/2021 1:45 PM, Min Hu (Connor) wrote:
> This series added six bugfix patches.
> 
> Chengchang Tang (3):
>    net/hns3: fix TCP SEG and TCP CKSUM flag set
>    net/hns3: fix Tx checksum for UDP packets with special port
>    net/hns3: fix the long taskqueue pairs reset time
> 
> Huisong Li (3):
>    net/hns3: fix the reporting of undefined speed
>    net/hns3: fix compiling error for using SVE algorithm
>    net/hns3: fix link update when failed to get link info
> 

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