From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id DB5DD1AEF4; Mon, 18 Sep 2017 13:32:45 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga105.fm.intel.com with ESMTP; 18 Sep 2017 04:32:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,412,1500966000"; d="scan'208";a="1220262698" Received: from rnicolau-mobl.ger.corp.intel.com (HELO [10.237.221.79]) ([10.237.221.79]) by fmsmga002.fm.intel.com with ESMTP; 18 Sep 2017 04:32:42 -0700 To: Pablo de Lara , declan.doherty@intel.com Cc: dev@dpdk.org, stable@dpdk.org References: <20170818061753.55840-1-pablo.de.lara.guarch@intel.com> <20170915020937.75688-1-pablo.de.lara.guarch@intel.com> <20170915020937.75688-4-pablo.de.lara.guarch@intel.com> From: Radu Nicolau Message-ID: <5f4b5351-e276-9dec-a275-26a0d8cc7031@intel.com> Date: Mon, 18 Sep 2017 12:32:41 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 MIME-Version: 1.0 In-Reply-To: <20170915020937.75688-4-pablo.de.lara.guarch@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Subject: Re: [dpdk-dev] [PATCH v2 3/3] app/crypto-perf: fix packet length check X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Sep 2017 11:32:46 -0000 On 9/15/2017 3:09 AM, Pablo de Lara wrote: > When using DES-CBC, packet size has to be multiple > of 8 bytes, but if a list of packets is provided. > the check was not correct. > > Fixes: fc4600fb2520 ("app/crypto-perf: add extra option checks") > Cc: stable@dpdk.org > > Signed-off-by: Pablo de Lara > --- > Acked-by: Radu Nicolau