Re: [dpdk-dev] [PATCH v3 1/4] test: fix typo in print statement

2019-05-09 Thread Thomas Monjalon
09/05/2019 09:46, Thomas Monjalon: > 09/05/2019 00:50, David Christensen: > > > It seems your emails are not threaded at all. > > > It makes really hard to review them. > > > All patches of a patchset must be in the same thread, > > > ideally with a cover letter. > > > All versions of a patchset mu

Re: [dpdk-dev] [PATCH v3 1/4] test: fix typo in print statement

2019-05-09 Thread Thomas Monjalon
09/05/2019 00:50, David Christensen: > > > It seems your emails are not threaded at all. > > It makes really hard to review them. > > All patches of a patchset must be in the same thread, > > ideally with a cover letter. > > All versions of a patchset must be in the same thread, > > ideally with t

Re: [dpdk-dev] [PATCH v3 1/4] test: fix typo in print statement

2019-05-08 Thread David Christensen
It seems your emails are not threaded at all. It makes really hard to review them. All patches of a patchset must be in the same thread, ideally with a cover letter. All versions of a patchset must be in the same thread, ideally with the cover letter v1 being the common ancestor. Please check h

Re: [dpdk-dev] [PATCH v3 1/4] test: fix typo in print statement

2019-05-08 Thread Thomas Monjalon
Hi David, 08/05/2019 23:02, David Christensen: > v2: > * None > v3: > * None It seems your emails are not threaded at all. It makes really hard to review them. All patches of a patchset must be in the same thread, ideally with a cover letter. All versions of a patchset must be in the same thread,

[dpdk-dev] [PATCH v3 1/4] test: fix typo in print statement

2019-05-08 Thread David Christensen
Change "much" to "match" in a printf. Signed-off-by: David Christensen --- v2: * None v3: * None app/test/test_barrier.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/test/test_barrier.c b/app/test/test_barrier.c index 82b572c..c219d56 100644 --- a/app/test/test_barrie