mbox series

[0/3] bugfixes for hns3 PMD

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

Message

humin (Q) Aug. 30, 2021, 8:26 a.m. UTC
  This patch contains three bugfixes for hns3 PMD.

Chengchang Tang (2):
  net/hns3: fix queue flow action validation
  net/hns3: fix new taskqueue pair reset command

Min Hu (Connor) (1):
  net/hns3: fix Tx push capability

 drivers/net/hns3/hns3_cmd.c  | 3 +++
 drivers/net/hns3/hns3_cmd.h  | 1 +
 drivers/net/hns3/hns3_flow.c | 8 ++++----
 drivers/net/hns3/hns3_rxtx.c | 2 +-
 4 files changed, 9 insertions(+), 5 deletions(-)
  

Comments

Ferruh Yigit Sept. 9, 2021, 5:38 p.m. UTC | #1
On 8/30/2021 9:26 AM, Min Hu (Connor) wrote:
> This patch contains three bugfixes for hns3 PMD.
> 
> Chengchang Tang (2):
>   net/hns3: fix queue flow action validation
>   net/hns3: fix new taskqueue pair reset command
> 
> Min Hu (Connor) (1):
>   net/hns3: fix Tx push capability
> 

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