DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/4] Refactor of debug information on cryptodev tests
@ 2016-06-15 13:01 Pablo de Lara
  2016-06-15 13:01 ` [dpdk-dev] [PATCH 1/4] test: remove useless hexdump include Pablo de Lara
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Pablo de Lara @ 2016-06-15 13:01 UTC (permalink / raw)
  To: dev; +Cc: 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 the patchset "rework crypto AES unit test":
http://dpdk.org/ml/archives/dev/2016-June/041572.html

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

 app/test/test.h                |   7 ++
 app/test/test_cryptodev.c      | 165 ++++++++++++++---------------------------
 app/test/test_cryptodev_perf.c |   1 -
 3 files changed, 63 insertions(+), 110 deletions(-)

-- 
2.5.0

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2016-06-20 15:48 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-15 13:01 [dpdk-dev] [PATCH 0/4] Refactor of debug information on cryptodev tests Pablo de Lara
2016-06-15 13:01 ` [dpdk-dev] [PATCH 1/4] test: remove useless hexdump include Pablo de Lara
2016-06-15 13:01 ` [dpdk-dev] [PATCH 2/4] test: fix compilation when RTE_APP_TEST_DEBUG was set Pablo de Lara
2016-06-15 13:01 ` [dpdk-dev] [PATCH 3/4] test: remove unnecessary hexdump_mbuf_data and HEXDUMP Pablo de Lara
2016-06-15 13:01 ` [dpdk-dev] [PATCH 4/4] app: add new TEST_HEXDUMP macro Pablo de Lara
2016-06-15 14:03 ` [dpdk-dev] [PATCH 0/4] Refactor of debug information on cryptodev tests De Lara Guarch, Pablo
2016-06-15 14:11 ` [dpdk-dev] [PATCH v2 " Pablo de Lara
2016-06-15 14:11   ` [dpdk-dev] [PATCH v2 1/4] test: remove useless hexdump include Pablo de Lara
2016-06-15 14:11   ` [dpdk-dev] [PATCH v2 2/4] test: fix compilation when RTE_APP_TEST_DEBUG was set Pablo de Lara
2016-06-15 14:11   ` [dpdk-dev] [PATCH v2 3/4] test: remove unnecessary hexdump_mbuf_data and HEXDUMP Pablo de Lara
2016-06-15 14:11   ` [dpdk-dev] [PATCH v2 4/4] app: add new TEST_HEXDUMP macro Pablo de Lara
2016-06-15 14:42   ` [dpdk-dev] [PATCH v2 0/4] Refactor of debug information on cryptodev tests Zhang, Roy Fan
2016-06-20 15:48     ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).