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

2023-01-27 Thread lihuisong (C)
在 2023/1/19 22:35, Thomas Monjalon 写道: 19/01/2023 11:31, lihuisong (C): 在 2023/1/18 22:12, Thomas Monjalon 写道: 11/01/2023 11:46, Ferruh Yigit: On 1/11/2023 10:27 AM, Ferruh Yigit wrote: On 1/11/2023 12:53 AM, lihuisong (C) wrote: 在 2023/1/11 0:51, Ferruh Yigit 写道: Hi Huisong, I haven't c

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

2023-01-19 Thread Thomas Monjalon
19/01/2023 11:31, lihuisong (C): > 在 2023/1/18 22:12, Thomas Monjalon 写道: > > 11/01/2023 11:46, Ferruh Yigit: > >> On 1/11/2023 10:27 AM, Ferruh Yigit wrote: > >>> On 1/11/2023 12:53 AM, lihuisong (C) wrote: > 在 2023/1/11 0:51, Ferruh Yigit 写道: > > Hi Huisong, > > > > I haven't che

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

2023-01-19 Thread lihuisong (C)
在 2023/1/18 22:12, Thomas Monjalon 写道: 11/01/2023 11:46, Ferruh Yigit: On 1/11/2023 10:27 AM, Ferruh Yigit wrote: On 1/11/2023 12:53 AM, lihuisong (C) wrote: 在 2023/1/11 0:51, Ferruh Yigit 写道: Hi Huisong, I haven't checked the patch in detail yet, but I can see it gives some ABI compatibil

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

2023-01-18 Thread Thomas Monjalon
11/01/2023 11:46, Ferruh Yigit: > On 1/11/2023 10:27 AM, Ferruh Yigit wrote: > > On 1/11/2023 12:53 AM, lihuisong (C) wrote: > >> 在 2023/1/11 0:51, Ferruh Yigit 写道: > >>> Hi Huisong, > >>> > >>> I haven't checked the patch in detail yet, but I can see it gives some > >>> ABI compatibility warnings,

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

2023-01-11 Thread lihuisong (C)
在 2023/1/11 18:46, Ferruh Yigit 写道: On 1/11/2023 10:27 AM, Ferruh Yigit wrote: On 1/11/2023 12:53 AM, lihuisong (C) wrote: 在 2023/1/11 0:51, Ferruh Yigit 写道: On 12/6/2022 9:26 AM, Huisong Li wrote: This patchset fix some bugs and support attaching and detaching port in primary and secondary

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

2023-01-11 Thread Ferruh Yigit
On 1/11/2023 10:27 AM, Ferruh Yigit wrote: > On 1/11/2023 12:53 AM, lihuisong (C) wrote: >> >> 在 2023/1/11 0:51, Ferruh Yigit 写道: >>> On 12/6/2022 9:26 AM, Huisong Li wrote: This patchset fix some bugs and support attaching and detaching port in primary and secondary. ---  

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

2023-01-11 Thread Ferruh Yigit
On 1/11/2023 12:53 AM, lihuisong (C) wrote: > > 在 2023/1/11 0:51, Ferruh Yigit 写道: >> On 12/6/2022 9:26 AM, Huisong Li wrote: >>> This patchset fix some bugs and support attaching and detaching port >>> in primary and secondary. >>> >>> --- >>>   -v4: fix a misspelling. >>>   -v3: >>>     1) merge

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

2023-01-10 Thread lihuisong (C)
在 2023/1/11 0:51, Ferruh Yigit 写道: On 12/6/2022 9:26 AM, Huisong Li wrote: This patchset fix some bugs and support attaching and detaching port in primary and secondary. --- -v4: fix a misspelling. -v3: 1) merge patch 1/6 and patch 2/6 into patch 1/5, and add modification for o

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

2023-01-10 Thread Ferruh Yigit
On 12/6/2022 9:26 AM, Huisong Li wrote: > This patchset fix some bugs and support attaching and detaching port > in primary and secondary. > > --- > -v4: fix a misspelling. > -v3: >1) merge patch 1/6 and patch 2/6 into patch 1/5, and add modification > for other bus type. >2) add

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

2023-01-09 Thread lihuisong (C)
Hi Thomas and Ferruh, Could you take a look at this patch series? I have modified it according to our last discussion. Best, Huisong 在 2022/12/6 17:26, Huisong Li 写道: This patchset fix some bugs and support attaching and detaching port in primary and secondary. --- -v4: fix a misspelling.

[PATCH V4 0/5] app/testpmd: support mulitple process attach and detach port

2022-12-06 Thread Huisong Li
This patchset fix some bugs and support attaching and detaching port in primary and secondary. --- -v4: fix a misspelling. -v3: 1) merge patch 1/6 and patch 2/6 into patch 1/5, and add modification for other bus type. 2) add a RTE_ETH_DEV_ALLOCATED state in rte_eth_dev_state to reso