From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP; 15 Jun 2016 05:55:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,476,1459839600"; d="scan'208";a="976183089" Received: from sie-lab-212-116.ir.intel.com (HELO silpixa00378492.ir.intel.com) ([10.237.212.116]) by orsmga001.jf.intel.com with ESMTP; 15 Jun 2016 05:55:33 -0700 From: Pablo de Lara To: dev@dpdk.org Cc: Pablo de Lara Date: Wed, 15 Jun 2016 14:01:45 +0100 Message-Id: <1465995709-32278-1-git-send-email-pablo.de.lara.guarch@intel.com> X-Mailer: git-send-email 2.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH 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 12:55:35 -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 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