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 EF58A1B7DB for ; Wed, 25 Oct 2017 23:32:41 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Oct 2017 14:32:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,433,1503385200"; d="scan'208";a="167617860" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by fmsmga006.fm.intel.com with ESMTP; 25 Oct 2017 14:32:39 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by IRSMSX102.ger.corp.intel.com ([169.254.2.180]) with mapi id 14.03.0319.002; Wed, 25 Oct 2017 22:32:39 +0100 From: "De Lara Guarch, Pablo" To: "Tan, Jianfeng" , "dev@dpdk.org" CC: "jblunck@infradead.org" , "Richardson, Bruce" , "Ananyev, Konstantin" , "thomas@monjalon.net" , "yliu@fridaylinux.org" , "maxime.coquelin@redhat.com" , "mtetsuyah@gmail.com" , "Yigit, Ferruh" Thread-Topic: [PATCH v8 3/4] bus/vdev: move to vdev bus to drivers/bus Thread-Index: AQHTTbQPEZkgUMPOIUy72032XbEp5qL1FX3Q Date: Wed, 25 Oct 2017 21:32:38 +0000 Message-ID: References: <1507519229-80692-1-git-send-email-jianfeng.tan@intel.com> <1508951446-70979-1-git-send-email-jianfeng.tan@intel.com> <1508951446-70979-4-git-send-email-jianfeng.tan@intel.com> In-Reply-To: <1508951446-70979-4-git-send-email-jianfeng.tan@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMmI1YzI1MjAtZGQzZC00ZDA2LTk2MzYtODQyZmEwMzEyMjNhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IjFvemVCS24xcUpkUkN4UGJSYlk4SWk4dm5KcXBlbytkTDJPWEVDanExSE09In0= x-ctpclassification: CTP_IC 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 v8 3/4] bus/vdev: move to vdev bus to drivers/bus 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 21:32:42 -0000 Hi Jianfeng, > -----Original Message----- > From: Tan, Jianfeng > Sent: Wednesday, October 25, 2017 6:11 PM > To: dev@dpdk.org > Cc: jblunck@infradead.org; Richardson, Bruce > ; Ananyev, Konstantin > ; De Lara Guarch, Pablo > ; thomas@monjalon.net; > yliu@fridaylinux.org; maxime.coquelin@redhat.com; > mtetsuyah@gmail.com; Yigit, Ferruh ; Tan, > Jianfeng > Subject: [PATCH v8 3/4] bus/vdev: move to vdev bus to drivers/bus >=20 > Move the vdev bus from lib/librte_eal to drivers/bus. >=20 > As the crypto vdev helper function refers to data structure in rte_vdev.h= , so > we move those helper function into drivers/bus too. >=20 > Signed-off-by: Jianfeng Tan ... > ABI Changes > ----------- >=20 > @@ -355,11 +362,12 @@ The libraries prepended with a plus sign were > incremented in this version. >=20 > librte_acl.so.2 > + librte_bitratestats.so.2 > + + librte_bus_vdev.so.1 > librte_cfgfile.so.2 > librte_cmdline.so.2 > librte_cryptodev.so.4 > librte_distributor.so.1 > - + librte_eal.so.6 > + + librte_eal.so.7 EAL ABI version has been bumped already in this release, so there is no need to do it again.