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

2023-07-14 Thread lihuisong (C)
Hi Ferruh, Can you take a look at this series? I added the call stack info for segment fault. /Huisong 在 2023/5/27 10:11, Huisong Li 写道: This patchset fix some bugs and support attaching and detaching port in primary and secondary. --- -v6: adjust rte_eth_dev_is_used position based on alph

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

2023-06-07 Thread lihuisong (C)
在 2023/6/7 0:26, Ferruh Yigit 写道: On 5/27/2023 3:11 AM, Huisong Li wrote: This patchset fix some bugs and support attaching and detaching port in primary and secondary. Hi Huisong, As commented on v4, I have some concerns on this set. please see my reply. The set does multiple ethdev/tes

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

2023-06-06 Thread Ferruh Yigit
On 5/27/2023 3:11 AM, Huisong Li wrote: > This patchset fix some bugs and support attaching and detaching port > in primary and secondary. > Hi Huisong, As commented on v4, I have some concerns on this set. The set does multiple ethdev/testpmd change, but the main target of the patch is not des

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

2023-05-26 Thread Huisong Li
This patchset fix some bugs and support attaching and detaching port in primary and secondary. --- -v6: adjust rte_eth_dev_is_used position based on alphabetical order in version.map -v5: move 'ALLOCATED' state to the back of 'REMOVED' to avoid abi break. -v4: fix a misspelling. -v3: