From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 00/11] Introduce generic 'rawdevice' support Date: Tue, 30 Jan 2018 17:55:18 +0100 Message-ID: <11861975.yldKnesAnA@xps> References: <20180123135910.10755-1-shreyansh.jain@nxp.com> <20180130145710.24757-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 224991B69F for ; Tue, 30 Jan 2018 17:56:05 +0100 (CET) In-Reply-To: <20180130145710.24757-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" 30/01/2018 15:56, Shreyansh Jain: > Shreyansh Jain (11): > rawdev: introduce raw device library support > rawdev: add attribute get and set support > rawdev: add buffer stream IO support > rawdev: support for extended stats > rawdev: support for firmware management > rawdev: add self test support > drivers/raw: introduce skeleton rawdev driver > drivers/raw: support for rawdev testcases > test: enable rawdev skeleton test > maintainers: claim ownership of rawdev > doc: add rawdev library page Unfortunately, there is a compilation issue (see my comment on patch 7). While at it, you should update doxygen config and .so lib in release notes. As an example, please check the last new lib bbdev in the git history, nothing was missing. Thanks