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

2023-12-07 Thread lihuisong (C)
Hi Ferruh and Thomas, This series have been discussing for over a year and a half. Looking back on previous discussions, we have also made some progress and consensus. I am sticking to track it. Because they resolve a real exist issue. Can you take a look at it again? BR, /Huisong 在 2023/10/

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

2023-10-30 Thread lihuisong (C)
Hi Ferruh and Thomas, This series have been discussing more than one year. Kindly ping for reivew. 在 2023/10/9 18:34, lihuisong (C) 写道: Hi Ferruh and Thomas, Can you take a look at this series? They've been over a year on disscussion. 在 2023/8/2 11:15, Huisong Li 写道: This patchset fix so

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

2023-10-09 Thread lihuisong (C)
Hi Ferruh and Thomas, Can you take a look at this series? They've been over a year on disscussion. 在 2023/8/2 11:15, 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 alphabet

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

2023-08-01 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: