From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id B6364C646 for ; Wed, 15 Jun 2016 16:05:20 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP; 15 Jun 2016 07:05:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,476,1459839600"; d="scan'208";a="828584144" Received: from sie-lab-212-116.ir.intel.com (HELO silpixa00378492.ir.intel.com) ([10.237.212.116]) by orsmga003.jf.intel.com with ESMTP; 15 Jun 2016 07:05:05 -0700 From: Pablo de Lara To: dev@dpdk.org Cc: Pablo de Lara Date: Wed, 15 Jun 2016 15:11:16 +0100 Message-Id: <1465999880-24438-1-git-send-email-pablo.de.lara.guarch@intel.com> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1465995709-32278-1-git-send-email-pablo.de.lara.guarch@intel.com> References: <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: 8bit Subject: [dpdk-dev] [PATCH v2 0/4] Refactor of debug information on cryptodev tests X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jun 2016 14:05:21 -0000 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 Changes in v2: - Use new TEST_HEXDUMP macro in new test_cryptodev_aes.c file. 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_aes.c | 6 +- app/test/test_cryptodev_perf.c | 1 - 4 files changed, 65 insertions(+), 114 deletions(-) -- 2.5.0