From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 3749B8D9B for ; Tue, 17 Apr 2018 16:46:45 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Apr 2018 07:46:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,463,1517904000"; d="scan'208";a="34320959" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by orsmga008.jf.intel.com with ESMTP; 17 Apr 2018 07:46:43 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.155]) by IRSMSX104.ger.corp.intel.com ([169.254.5.171]) with mapi id 14.03.0319.002; Tue, 17 Apr 2018 15:46:42 +0100 From: "De Lara Guarch, Pablo" To: Hemant Agrawal , "dev@dpdk.org" CC: "akhil.goyal@nxp.com" , "dpdk-up@NXP1.onmicrosoft.com" Thread-Topic: [PATCH] examples/l2fwd-crypto: fix the default aead assignments Thread-Index: AQHT0XYBCPzOJXar1E6pNGJb26lUtaQFEraQ Date: Tue, 17 Apr 2018 14:46:42 +0000 Message-ID: References: <1523438147-11739-1-git-send-email-hemant.agrawal@nxp.com> In-Reply-To: <1523438147-11739-1-git-send-email-hemant.agrawal@nxp.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTgyZDIyN2MtNTE3My00MWNkLTg2MDMtY2JlZmE5NTI1MDQ1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IlBETVJEQTZ2T0RRQ0hCOWVweWtxM0tuWmRRTVVTQjhhXC9Zd0x5S05LekE4PSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] examples/l2fwd-crypto: fix the default aead assignments 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: Tue, 17 Apr 2018 14:46:46 -0000 > -----Original Message----- > From: Hemant Agrawal [mailto:hemant.agrawal@nxp.com] > Sent: Wednesday, April 11, 2018 10:16 AM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo ; > akhil.goyal@nxp.com; dpdk-up@NXP1.onmicrosoft.com > Subject: [PATCH] examples/l2fwd-crypto: fix the default aead assignments >=20 > The code is incorrectly updating the authxform instead of aead xforms. >=20 > Fixes: b79e4c00af0e ("cryptodev: use AES-GCM/CCM as AEAD algorithms") > Cc: stable@dpdk.org >=20 > Signed-off-by: Hemant Agrawal Acked-by: Pablo de Lara