From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id CBEB31B781 for ; Wed, 25 Oct 2017 17:55:07 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP; 25 Oct 2017 08:55:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,432,1503385200"; d="scan'208";a="164859667" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by orsmga005.jf.intel.com with ESMTP; 25 Oct 2017 08:55:06 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX107.ger.corp.intel.com (163.33.3.99) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 25 Oct 2017 16:55:05 +0100 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.22]) by irsmsx111.ger.corp.intel.com ([169.254.2.30]) with mapi id 14.03.0319.002; Wed, 25 Oct 2017 16:55:05 +0100 From: "Trahe, Fiona" To: "dev@dpdk.org" CC: "De Lara Guarch, Pablo" , "Doherty, Declan" Thread-Topic: [dpdk-dev] [PATCH v2 3/3] cryptodev: break dependency on PCI device bus Thread-Index: AQHTTYmbXKBgNaPAnkOiOV5Vh4MQXqL0t8jw Date: Wed, 25 Oct 2017 15:55:04 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B435892B17EE@IRSMSX101.ger.corp.intel.com> References: <20171020212113.4543-1-declan.doherty@intel.com> <20171025120036.22458-1-declan.doherty@intel.com> <20171025120036.22458-4-declan.doherty@intel.com> In-Reply-To: <20171025120036.22458-4-declan.doherty@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODgxZjQyYzEtZWZjNy00NzIxLThkZTAtNDI2MTE3MTRiZGRhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IlwvOVlxYWZQdTVHc3hFVWpyVkVkM3kyYmNJUytLWlRFMENtNWNqTFVaUEVNPSJ9 x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 11.0.0.116 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 3/3] cryptodev: break dependency on PCI device 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 15:55:08 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Declan Doherty > Sent: Wednesday, October 25, 2017 1:01 PM > To: dev@dpdk.org > Cc: Doherty, Declan > Subject: [dpdk-dev] [PATCH v2 3/3] cryptodev: break dependency on PCI dev= ice bus >=20 > Removes any dependency of librte_cryptodev on the PCI device > infrastructure code and removes the functions which were virtual > device specific. >=20 > Updates QAT crypto PMD to remove dependencies on rte_cryptodev_pci.h > and replaces those calls with the new bus independent functions. >=20 > Signed-off-by: Declan Doherty Acked-by: Fiona Trahe