On 2025/9/9 4:20, Thomas Monjalon wrote: > 08/09/2025 21:58, Stephen Hemminger: >> On Mon, 08 Sep 2025 13:53:38 +0200 >> Thomas Monjalon <[email protected]> wrote: >> >>> 13/08/2025 23:06, Stephen Hemminger: >>>> On Wed, 13 Aug 2025 15:33:15 +0800 >>>> Dengdui Huang <[email protected]> wrote: >>>> >>>>> The hns3 driver supports configuring RSS through both ops API and >>>>> rte_flow API. The ops API uses spink lock, while the rte_flow API uses >>>>> pthread mutex lock. When concurrent calls occur, issues may arise. >>>>> This patch replaces the lock in the flow API with spink lock. >>>>> >>>>> Fixes: 1bdcca8006e4 ("net/hns3: fix flow director lock") >>>>> Cc: [email protected] >>>>> >>>>> Signed-off-by: Dengdui Huang <[email protected]> >>>>> --- >>>> >>>> With that mutex removed, you can also go farther and remove all references >>>> to pthread. >>> >>> This patch was (probably by mistake) in the next-net/for-main branch. >>> I've dropped it when pulling in main. >>> >> >> I went ahead and fixed the original patch to drop pthread references >> and fix wording in commit message; and put it back in next-net. > > There are 2 other patches to consider in this series. > We should not break series if no urgency. > >
I also found this patch in the next-net/for-main branch, and I created the V2 patch after reverting.

