From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 00/10] Introduce generic 'rawdevice' support Date: Wed, 31 Jan 2018 15:45:26 +0100 Message-ID: <6226718.18SkXDHchy@xps> References: <20180130145710.24757-1-shreyansh.jain@nxp.com> <20180131091318.7894-1-shreyansh.jain@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, hemant.agrawal@nxp.com, fiona.trahe@intel.com, rosen.xu@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 0DAB429D6 for ; Wed, 31 Jan 2018 15:46:13 +0100 (CET) In-Reply-To: <20180131091318.7894-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" 31/01/2018 10:13, Shreyansh Jain: > The rawdevice implementation is targetted towards various accelerator use cases > which cannot be generalized within existing device models. Aim is to provided a > generalized structure at the cost of portability guarantee. Specific PMDs may > also expose any specific config APIs. Applications built over such devices are > special use-cases involving IP blocks. Applied with minor changes, doxygen fixes and compilation fixes.