mbox series

[0/2] net/hns3: bugfix for hns3

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

Message

Jie Hai Nov. 7, 2024, 11:56 a.m. UTC
This patchset fixes some bugs.

Dengdui Huang (2):
  net/hns3: fix error code for repeatedly create counter
  net/hns3: fix cannot fully use hardware flow director table

 drivers/net/hns3/hns3_fdir.c | 1 +
 drivers/net/hns3/hns3_flow.c | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
  

Comments

Ferruh Yigit Nov. 10, 2024, 10:52 p.m. UTC | #1
On 11/7/2024 11:56 AM, Jie Hai wrote:
> This patchset fixes some bugs.
> 
> Dengdui Huang (2):
>   net/hns3: fix error code for repeatedly create counter
>   net/hns3: fix cannot fully use hardware flow director table
>

Acked-by: Stephen Hemminger <stephen@networkplumber.org>

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