From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 765882C50 for ; Wed, 19 Jul 2017 15:31:32 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Jul 2017 06:31:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,381,1496127600"; d="scan'208";a="126915864" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by orsmga005.jf.intel.com with ESMTP; 19 Jul 2017 06:31:30 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by IRSMSX152.ger.corp.intel.com ([169.254.6.83]) with mapi id 14.03.0319.002; Wed, 19 Jul 2017 14:31:29 +0100 From: "De Lara Guarch, Pablo" To: Jan Blunck , "dev@dpdk.org" CC: "Doherty, Declan" Thread-Topic: [PATCH v2 0/4] cryptodev vdev changes for -rc2 Thread-Index: AQHS+0lUZFKHwCNnq0aBVuH+7Yks5aJbLwfg Date: Wed, 19 Jul 2017 13:31:28 +0000 Message-ID: References: <20170712075940.58559-1-jblunck@infradead.org> <20170712195846.65286-1-jblunck@infradead.org> In-Reply-To: <20170712195846.65286-1-jblunck@infradead.org> Accept-Language: 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.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 0/4] cryptodev vdev changes for -rc2 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: Wed, 19 Jul 2017 13:31:32 -0000 > -----Original Message----- > From: Jan Blunck [mailto:jblunck@gmail.com] On Behalf Of Jan Blunck > Sent: Wednesday, July 12, 2017 8:59 PM > To: dev@dpdk.org > Cc: Doherty, Declan ; De Lara Guarch, Pablo > > Subject: [PATCH v2 0/4] cryptodev vdev changes for -rc2 >=20 > This series is a preparation to move the vdev bus out of librte_eal. For = that > the newly added cryptodev vdev functions need to change signature to not > require the rte_vdev.h header. >=20 > Changes since v1: > - move params parsing into new header > - make rte_cryptodev_vdev_pmd_init() static inline >=20 > Jan Blunck (4): > cryptodev: remove obsolete include > cryptodev: move initialization > cryptodev: rework PMD init to not require rte_vdev.h > cryptodev: move parameter parsing to its own header >=20 > lib/librte_cryptodev/Makefile | 1 + > lib/librte_cryptodev/rte_cryptodev.c | 3 + > lib/librte_cryptodev/rte_cryptodev.h | 1 - > lib/librte_cryptodev/rte_cryptodev_pmd.c | 37 +--------- > lib/librte_cryptodev/rte_cryptodev_vdev.h | 71 ++++++++----------= - > lib/librte_cryptodev/rte_cryptodev_vdev_params.h | 89 > ++++++++++++++++++++++++ > lib/librte_cryptodev/rte_cryptodev_version.map | 1 - > 7 files changed, 122 insertions(+), 81 deletions(-) create mode 100644 > lib/librte_cryptodev/rte_cryptodev_vdev_params.h >=20 > -- > 2.13.2 Hi Jan, Since there are some issues in this patchset and knowing that these changes= are required for work to be done in 17.11 (vdev moving out of EAL), let's postpone this = for the next release, as also there is no API breakage in this (correct me if I am wrong). Thanks, Pablo