From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v5 0/4] introduces the enetc PMD driver Date: Wed, 3 Oct 2018 20:48:51 +0100 Message-ID: <91042144-6f52-1bcd-de8c-7c7e2ef4e989@intel.com> References: <20180928074601.4287-1-g.singh@nxp.com> <20181003133608.3605-1-g.singh@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: pankaj.chauhan@nxp.com To: Gagandeep Singh , dev@dpdk.org Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id DA2241B295 for ; Wed, 3 Oct 2018 21:49:00 +0200 (CEST) In-Reply-To: <20181003133608.3605-1-g.singh@nxp.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 10/3/2018 2:36 PM, Gagandeep Singh wrote: > *ENETC* PMD driver which integrates with the existing PCI bus. > Document is also part of the set > > v4->v5 Change-log: > * missing commit info added in patch [3/4] > * dev_close API implemented > * link_update API updated > * all comments handled > > v3->v4 Change-log: > * fixed patch set > > v2->v3 Change-log: > * Added a release note > * commom part of documentation is removed > * cflag Werror added in Makefile > * private list of RX/TX queues removed > * added the dev_start and dev_stop APIs > * added rx/tx queue release APIs > * packet parse type feature enabled > > v1->v2 Change-log: > * document improvement > * checkpatch warnings removed > > Gagandeep Singh (4): > net/enetc: add ENETC PMD with basic operations > net/enetc: enable Rx and Tx > net/enetc: support packet parse type > doc: add usage doc for ENETC PMD For series, Reviewed-by: Ferruh Yigit Acked-by: Shreyansh Jain Series applied to dpdk-next-net/master, thanks.