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

2024-11-11 Thread lihuisong (C)
Hi Ferruh, Stephen, Andrew and Thomas, Can you go back to this thread? 在 2024/10/18 10:48, lihuisong (C) 写道: Hi Ferruh, Thanks for your considering again. please see reply inline. 在 2024/10/18 9:04, Ferruh Yigit 写道: On 10/8/2024 3:32 AM, lihuisong (C) wrote: Hi Thomas and Ferruh, We've dis

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

2024-10-29 Thread lihuisong (C)
在 2024/10/30 6:12, Ferruh Yigit 写道: On 10/18/2024 3:48 AM, lihuisong (C) wrote: Hi Ferruh, Thanks for your considering again. please see reply inline. 在 2024/10/18 9:04, Ferruh Yigit 写道: On 10/8/2024 3:32 AM, lihuisong (C) wrote: Hi Thomas and Ferruh, We've discussed it on and off a few t

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

2024-10-29 Thread Ferruh Yigit
On 10/18/2024 3:48 AM, lihuisong (C) wrote: > Hi Ferruh, > > Thanks for your considering again. please see reply inline. > > 在 2024/10/18 9:04, Ferruh Yigit 写道: >> On 10/8/2024 3:32 AM, lihuisong (C) wrote: >>> Hi Thomas and Ferruh, >>> >>> We've discussed it on and off a few times, and we've rea

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

2024-10-25 Thread lihuisong (C)
Hi Ferruh, 在 2024/10/18 10:48, lihuisong (C) 写道: Hi Ferruh, Thanks for your considering again. please see reply inline. 在 2024/10/18 9:04, Ferruh Yigit 写道: On 10/8/2024 3:32 AM, lihuisong (C) wrote: Hi Thomas and Ferruh, We've discussed it on and off a few times, and we've reached some con

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

2024-10-17 Thread lihuisong (C)
Hi Ferruh, Thanks for your considering again. please see reply inline. 在 2024/10/18 9:04, Ferruh Yigit 写道: On 10/8/2024 3:32 AM, lihuisong (C) wrote: Hi Thomas and Ferruh, We've discussed it on and off a few times, and we've reached some consensus. They've been going through more than 2 years

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

2024-10-17 Thread Ferruh Yigit
On 10/8/2024 3:32 AM, lihuisong (C) wrote: > Hi Thomas and Ferruh, > > We've discussed it on and off a few times, and we've reached some > consensus. > They've been going through more than 2 years😅 > Can you have a look at this series again? > If we really don't need it, I will drop it from my ups

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

2024-10-07 Thread lihuisong (C)
Hi Thomas and Ferruh, We've discussed it on and off a few times, and we've reached some consensus. They've been going through more than 2 years😅 Can you have a look at this series again? If we really don't need it, I will drop it from my upstreaming list. /Huisong 在 2024/9/29 13:52, Huisong Li

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

2024-09-28 Thread Huisong Li
This patchset fix some bugs and support attaching and detaching port in primary and secondary. --- -v7: fix conflicts -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 mi