From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo de Lara Subject: [PATCH 0/4] Refactor of debug information on cryptodev tests Date: Wed, 15 Jun 2016 14:01:45 +0100 Message-ID: <1465995709-32278-1-git-send-email-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: Pablo de Lara To: dev@dpdk.org Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 41D4DC65C for ; Wed, 15 Jun 2016 14:55:35 +0200 (CEST) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The cryptodev unit tests were using the macro RTE_APP_TEST_DEBUG, which i= s 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 rt= e_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(-) --=20 2.5.0