From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 00/10] Introduce generic 'rawdevice' support Date: Tue, 30 Jan 2018 00:49:05 +0100 Message-ID: <1697434.V3Jmbt3P0N@xps> References: <20180102125749.2379-1-shreyansh.jain@nxp.com> <20180123135910.10755-1-shreyansh.jain@nxp.com> <3936585.LC0zCDCLAv@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, 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, Neil Horman , ferruh.yigit@intel.com To: Shreyansh Jain Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 6E6871B33E for ; Tue, 30 Jan 2018 00:49:52 +0100 (CET) In-Reply-To: <3936585.LC0zCDCLAv@xps> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 25/01/2018 23:21, Thomas Monjalon: > 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 :) No review at all of this new driver class? Shreyansh, please could you rebase on latest master and add the __rte_experimental tag as done in this commit: http://dpdk.org/commit/77b7b81e32e Thanks