From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 00/10] Introduce generic 'rawdevice' support Date: Thu, 25 Jan 2018 23:21:52 +0100 Message-ID: <3936585.LC0zCDCLAv@xps> References: <20180102125749.2379-1-shreyansh.jain@nxp.com> <20180123135910.10755-1-shreyansh.jain@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Shreyansh Jain , fiona.trahe@intel.com, hemant.agrawal@nxp.com, rosen.xu@intel.com, bruce.richardson@intel.com, konstantin.ananyev@intel.com, olivier.matz@6wind.com, jerin.jacob@caviumnetworks.com To: dev@dpdk.org Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 7E6DB1B026 for ; Thu, 25 Jan 2018 23:22:36 +0100 (CET) In-Reply-To: <20180123135910.10755-1-shreyansh.jain@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 23/01/2018 14:59, Shreyansh Jain: > Defining a very generic super-set of device type and its device operations that > can be exposed such that any new/upcoming/experimental device can be layered > over it. 'rawdevice' semantic in this patchset represents a device that doesn't > have any flavor/type associated with it which is advertised (like net, crypto > etc). > > A *rte_rawdevice* is a raw/generic device without any standard configuration > or input/output method assumption. Please HELP! Some reviews would be more than welcome :)