From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 20E901B9CC for ; Wed, 25 Oct 2017 16:33:14 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP; 25 Oct 2017 07:33:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,431,1503385200"; d="scan'208";a="913622881" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by FMSMGA003.fm.intel.com with ESMTP; 25 Oct 2017 07:33:12 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by IRSMSX154.ger.corp.intel.com ([169.254.12.83]) with mapi id 14.03.0319.002; Wed, 25 Oct 2017 15:33:05 +0100 From: "De Lara Guarch, Pablo" To: Jan Blunck , "dev@dpdk.org" CC: "Doherty, Declan" Thread-Topic: [PATCH v3 0/4] cryptodev vdev changes for 17.11-rc1 Thread-Index: AQHTPn6+fbUW7UZGSUSpRsPw9BUUYKL0voTQ Date: Wed, 25 Oct 2017 14:33:05 +0000 Message-ID: References: <20170712195846.65286-1-jblunck@infradead.org> <20171006083934.34819-1-jblunck@infradead.org> In-Reply-To: <20171006083934.34819-1-jblunck@infradead.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjQ2ZWQxODktMTEzOS00YjE2LWExYmEtYjk4MWVlNmQ0MGUwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6InJzdzQ2THRTVU5sTnFIR0NPaXprWklsbTNkcitoUmw0cklHQWJYZGliYVk9In0= x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 0/4] cryptodev vdev changes for 17.11-rc1 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, 25 Oct 2017 14:33:15 -0000 > -----Original Message----- > From: Jan Blunck [mailto:jblunck@gmail.com] On Behalf Of Jan Blunck > Sent: Friday, October 6, 2017 9:40 AM > To: dev@dpdk.org > Cc: Doherty, Declan ; De Lara Guarch, Pablo > > Subject: [PATCH v3 0/4] cryptodev vdev changes for 17.11-rc1 >=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 > Changes since v2: > - fix bisect compile errors > - workaround check-git-log.sh stupidity >=20 > Jan Blunck (4): > cryptodev: remove obsolete include > cryptodev: move initialization > cryptodev: rework dependency on vdev header > 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, Declan has submitted a patchset that drops all vdev/PCI code from cryptodev= , so it superseds your two last patches. Therefore, I will drop them and get the first two. The end goal should be t= he same, Anyway. Thanks, Pablo