Re: [dpdk-dev] [PATCH 0/2] app/testpmd: fix detach

2020-02-13 Thread Thomas Monjalon
13/02/2020 19:27, Ferruh Yigit: > On 2/13/2020 3:52 PM, Thomas Monjalon wrote: > > This fix is proposed as an alternative to > > https://patches.dpdk.org/patch/65088/ > > The benefit is to fix a race condition in addition. > > > > Thomas Monjalon (2): > > app/testpmd: rename function for detachi

Re: [dpdk-dev] [PATCH 0/2] app/testpmd: fix detach

2020-02-13 Thread Ferruh Yigit
On 2/13/2020 3:52 PM, Thomas Monjalon wrote: > This fix is proposed as an alternative to > https://patches.dpdk.org/patch/65088/ > The benefit is to fix a race condition in addition. > > Thomas Monjalon (2): > app/testpmd: rename function for detaching by devargs > app/testpmd: fix hot-unplug

[dpdk-dev] [PATCH 0/2] app/testpmd: fix detach

2020-02-13 Thread Thomas Monjalon
This fix is proposed as an alternative to https://patches.dpdk.org/patch/65088/ The benefit is to fix a race condition in addition. Thomas Monjalon (2): app/testpmd: rename function for detaching by devargs app/testpmd: fix hot-unplug detaching app/test-pmd/cmdline.c | 2 +- app/test-pmd/te