Re: [PATCH V4 4/5] app/testpmd: add attach and detach port for multiple process

2023-01-11 Thread lihuisong (C)
在 2023/1/11 20:51, Ferruh Yigit 写道: On 12/6/2022 9:26 AM, Huisong Li wrote: This patch supports attach and detach port in primary and secondary process. Hi Huisong, This patch moves port setup and remove (via alarm callback) to event callback, 1) I can see it is for MP but can you please g

Re: [PATCH V4 4/5] app/testpmd: add attach and detach port for multiple process

2023-01-11 Thread Ferruh Yigit
On 12/6/2022 9:26 AM, Huisong Li wrote: > This patch supports attach and detach port in primary and secondary > process. > Hi Huisong, This patch moves port setup and remove (via alarm callback) to event callback, 1) I can see it is for MP but can you please give more details, what was the prob

[PATCH V4 4/5] app/testpmd: add attach and detach port for multiple process

2022-12-06 Thread Huisong Li
This patch supports attach and detach port in primary and secondary process. Signed-off-by: Huisong Li Signed-off-by: Dongdong Liu --- app/test-pmd/testpmd.c| 38 --- app/test-pmd/testpmd.h| 1 - drivers/net/bonding/bonding_testpmd.c | 1