[dpdk-dev] [PATCH v2 0/4] Refactor of debug information on cryptodev tests

2016-06-20 Thread Thomas Monjalon
> > Pablo de Lara (4): > > test: remove useless hexdump include > > test: fix compilation when RTE_APP_TEST_DEBUG was set > > test: remove unnecessary hexdump_mbuf_data and HEXDUMP > > app: add new TEST_HEXDUMP macro > > Series-acked-by: Fan Zhang Applied, thanks

[dpdk-dev] [PATCH v2 0/4] Refactor of debug information on cryptodev tests

2016-06-15 Thread Pablo de Lara
The cryptodev unit tests were using the macro RTE_APP_TEST_DEBUG, which is not used in any other tests, to dump memory for debugging purposes. Instead, a new macro TEST_HEXDUMP will be used to dump memory (calling rte_hexdump), when RTE_LOG_LEVEL is set to RTE_LOG_DEBUG. This patchset depends on

[dpdk-dev] [PATCH v2 0/4] Refactor of debug information on cryptodev tests

2016-06-15 Thread Zhang, Roy Fan
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Pablo de Lara > Sent: Wednesday, June 15, 2016 3:11 PM > To: dev at dpdk.org > Cc: De Lara Guarch, Pablo > Subject: [dpdk-dev] [PATCH v2 0/4] Refactor of debug information on > cry