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 52FA3108D for ; Tue, 24 Jan 2017 19:10:15 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Jan 2017 10:10:05 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,278,1477983600"; d="scan'208";a="812795594" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by FMSMGA003.fm.intel.com with ESMTP; 24 Jan 2017 10:10:04 -0800 Received: from irsmsx105.ger.corp.intel.com ([169.254.7.38]) by IRSMSX152.ger.corp.intel.com ([169.254.6.191]) with mapi id 14.03.0248.002; Tue, 24 Jan 2017 18:10:04 +0000 From: "Griffin, John" To: Hemant Agrawal , "dev@dpdk.org" CC: "thomas.monjalon@6wind.com" , "Doherty, Declan" , "shreyansh.jain@nxp.com" , "De Lara Guarch, Pablo" , "jblunck@infradead.org" Thread-Topic: [dpdk-dev] [PATCH] cryptodev: decouple from PCI device Thread-Index: AQHScWuhtKardHpss0q6W7D6sFA9IKFH9kxg Date: Tue, 24 Jan 2017 18:10:03 +0000 Message-ID: References: <1484730970-2832-1-git-send-email-hemant.agrawal@nxp.com> In-Reply-To: <1484730970-2832-1-git-send-email-hemant.agrawal@nxp.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZDdkNTZhNDEtOGM2YS00Njg5LTg2M2UtM2IxZTc1YjU3M2Y1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlFuaWNpYktHQUM5TCtkbEpBS2RmQXN3ckVNUEh6bmhXc0dZaXhUV1dVRE09In0= x-ctpclassification: CTP_IC 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] cryptodev: decouple from PCI device 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: Tue, 24 Jan 2017 18:10:16 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Hemant Agrawal > Sent: Wednesday, January 18, 2017 9:16 AM > To: dev@dpdk.org > Cc: thomas.monjalon@6wind.com; Doherty, Declan > ; shreyansh.jain@nxp.com; De Lara Guarch, > Pablo ; jblunck@infradead.org > Subject: [dpdk-dev] [PATCH] cryptodev: decouple from PCI device >=20 > This makes struct rte_cryptodev independent of struct rte_pci_device by > replacing it with a pointer to the generic struct rte_device. >=20 > This is inline with the recent changes in ethdev >=20 > Signed-off-by: Hemant Agrawal Acked-by: John Griffin