Re: [dpdk-dev] [PATCH v2] test: fix process dup fd close

2019-11-06 Thread David Marchand
On Mon, Sep 2, 2019 at 11:50 AM wrote: > > From: Krzysztof Kanas > > process_dup was intending to close it's own fd's but failed to do so Please, explain how you caught the issue and what the impact was on your system. > > Fixes: af75078fece3 ("first public release") Cc: sta...@dpdk.org > > Si

Re: [dpdk-dev] [PATCH v2] test: fix process dup fd close

2019-10-30 Thread David Marchand
On Mon, Sep 2, 2019 at 11:50 AM wrote: > > From: Krzysztof Kanas > > process_dup was intending to close it's own fd's but failed to do so A bit hard to digest, what is the problem that you want to fix? Thanks. -- David Marchand

Re: [dpdk-dev] [PATCH v2] test: fix process dup fd close

2019-09-23 Thread Krzysztof Kanas
Ping.. On 19-09-02 11:49, kka...@marvell.com wrote: > From: Krzysztof Kanas > > process_dup was intending to close it's own fd's but failed to do so > > Fixes: af75078fece3 ("first public release") > > Signed-off-by: Krzysztof Kanas > --- > v2: > * remove unnecessary commit msg information >

[dpdk-dev] [PATCH v2] test: fix process dup fd close

2019-09-02 Thread kkanas
From: Krzysztof Kanas process_dup was intending to close it's own fd's but failed to do so Fixes: af75078fece3 ("first public release") Signed-off-by: Krzysztof Kanas --- v2: * remove unnecessary commit msg information app/test/process.h | 40 +++- 1 file