Re: [dpdk-dev] [PATCH 1/2] test: rely on dynamic log level to display hexdumps

2018-01-17 Thread Thomas Monjalon
08/12/2017 14:21, Olivier Matz: > Instead of relying on a compile-time option, use the global log-level > to decide if the hexdumps should be displayed in the tests. > > Valitation: > > # build/app/test --no-huge > RTE>>crc_autotest > Test OK > > # build/app/test --no-huge --log-level=8

Re: [dpdk-dev] [PATCH 1/2] test: rely on dynamic log level to display hexdumps

2018-01-16 Thread Olivier Matz
Hi Declan, Since it mostly impacts cryptodev test, do you have any comment on this patchset? Thanks, Olivier On Fri, Dec 08, 2017 at 02:21:21PM +0100, Olivier Matz wrote: > Instead of relying on a compile-time option, use the global log-level > to decide if the hexdumps should be displayed in

[dpdk-dev] [PATCH 1/2] test: rely on dynamic log level to display hexdumps

2017-12-08 Thread Olivier Matz
Instead of relying on a compile-time option, use the global log-level to decide if the hexdumps should be displayed in the tests. Valitation: # build/app/test --no-huge RTE>>crc_autotest Test OK # build/app/test --no-huge --log-level=8 RTE>>crc_autotest [many hexdumps...] Test OK