From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 305CCA00E6 for ; Tue, 19 Mar 2019 18:29:04 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D3DBD25A1; Tue, 19 Mar 2019 18:29:03 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id D782C1B19 for ; Tue, 19 Mar 2019 18:29:01 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Mar 2019 10:29:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,245,1549958400"; d="scan'208";a="215574870" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by orsmga001.jf.intel.com with ESMTP; 19 Mar 2019 10:28:59 -0700 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.230]) by IRSMSX107.ger.corp.intel.com ([169.254.10.15]) with mapi id 14.03.0415.000; Tue, 19 Mar 2019 17:28:58 +0000 From: "Trahe, Fiona" To: "Zhang, Roy Fan" , "dev@dpdk.org" CC: "akhil.goyal@nxp.com" , "Zhang, Roy Fan" , "De Lara Guarch, Pablo" Thread-Topic: [dpdk-dev] [PATCH v2 2/3] test: add out of place test for AESNI-MB Thread-Index: AQHUz1oFyv3gUl5oeUOocooIloEY7qYTUOtg Date: Tue, 19 Mar 2019 17:28:58 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B43589719669@IRSMSX101.ger.corp.intel.com> References: <20190228113619.76782-1-roy.fan.zhang@intel.com> <20190228113619.76782-3-roy.fan.zhang@intel.com> In-Reply-To: <20190228113619.76782-3-roy.fan.zhang@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTQ2ODg1MDEtNDJjYy00M2EzLTg1NDYtMTE3MDVhNjcwYTllIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiWWxKeDBnWFJTNkVJaVk1aUZWVUk3dmY0U1pnNDlTZWJDeU1YbSt1K2d1cjlzTkNmVlNFSHFONThLNnRhTGY1SiJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 2/3] test: add out of place test for AESNI-MB 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190319172858.GP7ssisI-QVVd5MvYSyxQEuuUYtsBLJvELO6r00FAag@z> > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Fan Zhang > Sent: Thursday, February 28, 2019 11:36 AM > To: dev@dpdk.org > Cc: akhil.goyal@nxp.com; Zhang, Roy Fan ; De Lar= a Guarch, Pablo > > Subject: [dpdk-dev] [PATCH v2 2/3] test: add out of place test for AESNI-= MB >=20 > This patch updates the unit test to enable AESNI-MB PMD > out-of-place tests. A special test type that swap both > the source and destination buffer is added for a more > comprehensive test set to take place. >=20 > Signed-off-by: Fan Zhang Acked-by: Fiona Trahe