On 10/27/2023 7:09 AM, Jie Hai wrote:
> This patchset contains some bugfix for hns3 pmd.
> 
> Dengdui Huang (6):
>   net/hns3: fix unchecked Rx free threshold
>   net/hns3: fix double stats for IMP and global reset
>   net/hns3: remove reset log in secondary
>   net/hns3: fix multiple reset detected log
>   net/hns3: fix the imp/global reset interrupted possibly
>   net/hns3: refactor interrupt state query
> 
> Huisong Li (1):
>   net/hns3: fix segmentfault for NEON and SVE
> 
> Jie Hai (1):
>   net/hns3: fix a typo
> 

There is a checkpatch warning related to the atomics:

  ### [PATCH] net/hns3: fix multiple reset detected log

  Warning in drivers/net/hns3/hns3_ethdev.c:
  Using __atomic_xxx built-ins, prefer rte_atomic_xxx

This is about update in the preferred atomic APIs, but as far as I can
see patch doesn't add new atomic API but just changes the logic in the
code, so I think we can ignore this warning for now,
But please be aware of the guidance of the new atomic APIs, and take
this into account for new code.


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

Reply via email to