Re: [dpdk-dev] [dpdk-stable] [PATCH] app/test: fix missing header

2019-04-19 Thread Thomas Monjalon
19/04/2019 14:12, Bruce Richardson: > On Fri, Apr 19, 2019 at 02:09:51PM +0200, David Marchand wrote: > >nit: "test/compress:" for the title prefix ? > > maybe so, half the time I never know what to prefix autotest stuff like > this with! :-) Thomas, please fix on apply, if possible. In this

Re: [dpdk-dev] [dpdk-stable] [PATCH] app/test: fix missing header

2019-04-19 Thread Bruce Richardson
On Fri, Apr 19, 2019 at 02:09:51PM +0200, David Marchand wrote: >nit: "test/compress:" for the title prefix ? maybe so, half the time I never know what to prefix autotest stuff like this with! :-) Thomas, please fix on apply, if possible. >On Fri, Apr 19, 2019 at 2:03 PM Bruce Richardson

Re: [dpdk-dev] [dpdk-stable] [PATCH] app/test: fix missing header

2019-04-19 Thread David Marchand
nit: "test/compress:" for the title prefix ? On Fri, Apr 19, 2019 at 2:03 PM Bruce Richardson wrote: > Build of test_compressdev.c fails on FreeBSD due to the missing > include of unistd.h, to provide the function usleep. > > Fixes: b06aa643cac4 ("test/compress: add initial unit tests") > Cc: pa