[v3,0/3] net/hns3: bugfix on reset

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

Message

Jie Hai Dec. 8, 2023, 7:44 a.m. UTC
  This patchset fixes some bugs on reset, and the replaces
of gcc builtin __atomic_xxx with rte_atomic_xxx is removed
and will send later separately.

Dengdui Huang (3):
  net/hns3: fix VF multiple count on one reset
  net/hns3: fix disable command with firmware
  net/hns3: fix incorrect reset level comparison

 drivers/net/hns3/hns3_ethdev.c    | 28 +++++++-------------
 drivers/net/hns3/hns3_ethdev_vf.c | 44 ++++++++++++++++++++-----------
 2 files changed, 38 insertions(+), 34 deletions(-)
  

Comments

Ferruh Yigit Dec. 8, 2023, 12:31 p.m. UTC | #1
On 12/8/2023 7:44 AM, Jie Hai wrote:
> This patchset fixes some bugs on reset, and the replaces
> of gcc builtin __atomic_xxx with rte_atomic_xxx is removed
> and will send later separately.
> 
> Dengdui Huang (3):
>   net/hns3: fix VF multiple count on one reset
>   net/hns3: fix disable command with firmware
>   net/hns3: fix incorrect reset level comparison
> 

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