[0/5] net/hns3: add some bugfix

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

Message

Jie Hai April 3, 2024, 10:16 a.m. UTC
  This patchset adds some bugfixes.

Dengdui Huang (4):
  net/hns3: fix offload flag of IEEE 1588
  net/hns3: fix read Rx timestamp handle
  net/hns3: fix double free for Rx/Tx queue
  net/hns3: fix variable overflow

Jie Hai (1):
  net/hns3: disable SCTP verification Tag for RSS hash input

 drivers/net/hns3/hns3_common.c |  2 +-
 drivers/net/hns3/hns3_rss.c    |  6 ++----
 drivers/net/hns3/hns3_rss.h    |  6 ++----
 drivers/net/hns3/hns3_rxtx.c   | 29 +++++++++++++++++++++--------
 4 files changed, 26 insertions(+), 17 deletions(-)
  

Comments

Ferruh Yigit April 18, 2024, 10:57 p.m. UTC | #1
On 4/3/2024 11:16 AM, Jie Hai wrote:
> This patchset adds some bugfixes.
> 
> Dengdui Huang (4):
>   net/hns3: fix offload flag of IEEE 1588
>   net/hns3: fix read Rx timestamp handle
>   net/hns3: fix double free for Rx/Tx queue
>   net/hns3: fix variable overflow
> 
> Jie Hai (1):
>   net/hns3: disable SCTP verification Tag for RSS hash input
>

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