Re: [dpdk-dev] [PATCH] app/test: quieten noise while forking

2021-08-02 Thread Thomas Monjalon
01/08/2021 19:53, John Levon: > When closing file descriptors post-fork, ignore "." and ".." directory > entries, so the test log doesn't have distracting errors like: > > Error converting name fd 0 .: > Error converting name fd 0 ..: > > Signed-off-by: John Levon Applied, thanks. For info, wh

[dpdk-dev] [PATCH] app/test: quieten noise while forking

2021-08-01 Thread John Levon
When closing file descriptors post-fork, ignore "." and ".." directory entries, so the test log doesn't have distracting errors like: Error converting name fd 0 .: Error converting name fd 0 ..: Signed-off-by: John Levon --- app/test/process.h | 5 + 1 file changed, 5 insertions(+) diff --

Re: [dpdk-dev] [PATCH] app/test: quieten noise while forking

2021-07-31 Thread Thomas Monjalon
26/07/2021 14:17, John Levon: > When closing file descriptors post-fork, ignore "." and ".." > directory entries. > > Signed-off-by: John Levon Please could you add an example of the noise in the commit explanation? Thanks

[dpdk-dev] [PATCH] app/test: quieten noise while forking

2021-07-26 Thread John Levon
When closing file descriptors post-fork, ignore "." and ".." directory entries. Signed-off-by: John Levon --- app/test/process.h | 5 + 1 file changed, 5 insertions(+) diff --git a/app/test/process.h b/app/test/process.h index 0ed91a939e..5b10cf64df 100644 --- a/app/test/process.h +++ b/app