From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 6CEB2F72 for ; Mon, 8 May 2017 15:08:34 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP; 08 May 2017 06:08:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,309,1491289200"; d="scan'208";a="99096542" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by fmsmga006.fm.intel.com with ESMTP; 08 May 2017 06:08:31 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX106.ger.corp.intel.com (163.33.3.31) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 8 May 2017 14:08:30 +0100 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.187]) by irsmsx111.ger.corp.intel.com ([169.254.2.58]) with mapi id 14.03.0319.002; Mon, 8 May 2017 14:08:30 +0100 From: "Trahe, Fiona" To: Jerin Jacob , "Mrozowicz, SlawomirX" CC: "Doherty, Declan" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] doc: announce public crypto PMD names removal Thread-Index: AQHSxLutuwUih80IUUqCWUcG3uTTNKHqOtWAgAAz5IA= Date: Mon, 8 May 2017 13:08:29 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B435891F319B@IRSMSX101.ger.corp.intel.com> References: <20170504093919.52597-1-slawomirx.mrozowicz@intel.com> <20170508110205.GA16391@jerin> In-Reply-To: <20170508110205.GA16391@jerin> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 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] doc: announce public crypto PMD names removal 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, 08 May 2017 13:08:34 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jerin Jacob > Sent: Monday, May 8, 2017 12:02 PM > To: Mrozowicz, SlawomirX > Cc: Doherty, Declan ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] doc: announce public crypto PMD names > removal >=20 > -----Original Message----- > > Date: Thu, 4 May 2017 11:39:19 +0200 > > From: Slawomir Mrozowicz > > To: declan.doherty@intel.com > > CC: dev@dpdk.org, Slawomir Mrozowicz > > Subject: [dpdk-dev] [PATCH] doc: announce public crypto PMD names remov= al > > X-Mailer: git-send-email 2.9.3 > > > > The following PMD names definitions will be moved to the individual PMD= s > > to remove the coupling between crypto PMDs and the librte_cryptodev: > > CRYPTODEV_NAME_NULL_PMD > > CRYPTODEV_NAME_AESNI_MB_PMD > > CRYPTODEV_NAME_AESNI_GCM_PMD > > CRYPTODEV_NAME_OPENSSL_PMD > > CRYPTODEV_NAME_QAT_SYM_PMD > > CRYPTODEV_NAME_SNOW3G_PMD > > CRYPTODEV_NAME_KASUMI_PMD > > CRYPTODEV_NAME_ZUC_PMD > > CRYPTODEV_NAME_ARMV8_PMD > > CRYPTODEV_NAME_SCHEDULER_PMD > > CRYPTODEV_NAME_DPAA2_SEC_PMD > > > > Signed-off-by: Slawomir Mrozowicz >=20 > Acked-by: Jerin Jacob Acked-by: Fiona Trahe