From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] app/test: fix hexdump length of cipher/plaintexts Date: Mon, 11 Jul 2016 16:09:19 +0200 Message-ID: <2042764.nmHVxgRbll@xps13> References: <1468076729-43197-1-git-send-email-pablo.de.lara.guarch@intel.com> <1468167372-136814-1-git-send-email-deepak.k.jain@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Deepak Kumar Jain , pablo.de.lara.guarch@intel.com Return-path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id 04E152B98 for ; Mon, 11 Jul 2016 16:09:24 +0200 (CEST) Received: by mail-wm0-f41.google.com with SMTP id o80so52499087wme.1 for ; Mon, 11 Jul 2016 07:09:24 -0700 (PDT) In-Reply-To: <1468167372-136814-1-git-send-email-deepak.k.jain@intel.com> 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" 2016-07-10 17:16, Deepak Kumar Jain: > From: Pablo de Lara > > Plaintexts and ciphertexts are dumped when debugging is enabled, > using TEST_HEXDUMP. For Snow3G and KASUMI, their lengths are in bits, > but TEST_HEXDUMP uses bytes, so lenghts are passed in bytes now. > > Fixes: 47df73a1a62f ("app/test: use hexdump if debug log is enabled") > > Signed-off-by: Pablo de Lara > Signed-off-by: Deepak Kumar Jain Applied, thanks