From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2CD6AA0A05; Tue, 19 Jan 2021 19:03:11 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AC12E140F56; Tue, 19 Jan 2021 19:03:10 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 6B8DC140F50 for ; Tue, 19 Jan 2021 19:03:09 +0100 (CET) IronPort-SDR: JXWHZuHy6Ypu/MLF0RCLep61DYkubP1VNCjGjzEcoEB96KdxKRAFaVTgMz+QhifHRbx+2GrE0J y+FbWm3NAcZg== X-IronPort-AV: E=McAfee;i="6000,8403,9869"; a="176401156" X-IronPort-AV: E=Sophos;i="5.79,359,1602572400"; d="scan'208";a="176401156" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Jan 2021 10:03:08 -0800 IronPort-SDR: bLFa+/68Az8QP61A7pYOOsLWqEDMG0WYKEYYKqqEUqpGy6bo+bevx6kkaKfrkOCXcVGHThtwv0 J6sKfN8BKQDQ== X-IronPort-AV: E=Sophos;i="5.79,359,1602572400"; d="scan'208";a="384032347" Received: from dwdohert-mobl.ger.corp.intel.com (HELO [10.213.225.173]) ([10.213.225.173]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Jan 2021 10:03:06 -0800 To: Akhil Goyal , Tejasree Kondoj , Radu Nicolau , "Trahe, Fiona" , Fan Zhang Cc: Anoob Joseph , Ankur Dwivedi , "dev@dpdk.org" References: <20201218141016.1834-1-ktejasree@marvell.com> <20201218141016.1834-3-ktejasree@marvell.com> From: "Doherty, Declan" Message-ID: Date: Tue, 19 Jan 2021 18:02:57 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.6.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 2/2] test/crypto: support SSL/TLS way of cipher-auth operations X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 19/01/2021 5:00 PM, Akhil Goyal wrote: > Hi Tejasree, > >> Subject: [PATCH 2/2] test/crypto: support SSL/TLS way of cipher-auth operations >> >> Adding support for SSL/TLS way of cipher-auth operations order >> - auth generation followed by encryption >> - decryption followed by auth verify >> >> Signed-off-by: Tejasree Kondoj >> --- > > With this patch the following existing case is failing on NXP platforms. Please check. > > 10) TestCase AES-128-CBC HMAC-SHA1 Encryption Digest Scatter Gather line 634 FAILED: Generated digest data not as expected > > Fiona/Fan, > Could you please check this patch on intel platform? > > Regards, > Akhil > > Hey Akhil, we'll check it out and let you know tomorrow.