Re: [PATCH V5 0/5] app/testpmd: support multiple process attach and detach port

2023-05-22 Thread fengchengwen
with 2/5 fixed, Series-acked-by: Chengwen Feng On 2023/1/31 11:33, Huisong Li wrote: > This patchset fix some bugs and support attaching and detaching port > in primary and secondary. > > --- > -v5: move 'ALLOCATED' state to the back of 'REMOVED' to avoid abi break. > -v4: fix a misspelling.

Re: [PATCH V5 0/5] app/testpmd: support multiple process attach and detach port

2023-05-16 Thread lihuisong (C)
Hi Ferruh and Thomas, Can you continue to take a look at this series? This work has been working on since August last year. /Huisong 在 2023/1/31 11:33, Huisong Li 写道: This patchset fix some bugs and support attaching and detaching port in primary and secondary. --- -v5: move 'ALLOCATED' st

[PATCH V5 0/5] app/testpmd: support multiple process attach and detach port

2023-01-30 Thread Huisong Li
This patchset fix some bugs and support attaching and detaching port in primary and secondary. --- -v5: move 'ALLOCATED' state to the back of 'REMOVED' to avoid abi break. -v4: fix a misspelling. -v3: #1 merge patch 1/6 and patch 2/6 into patch 1/5, and add modification for other bus