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, 21 Nov 2018 17:36:18 +0000 Message-ID: <8efb12dd-9ac2-d83f-4d9a-ac291e2e5f50@intel.com> References: <20180928074601.4287-1-g.singh@nxp.com> <20181003133608.3605-1-g.singh@nxp.com> <91042144-6f52-1bcd-de8c-7c7e2ef4e989@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: pankaj.chauhan@nxp.com To: Gagandeep Singh , dev@dpdk.org Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 7F55D1B104 for ; Wed, 21 Nov 2018 18:36:24 +0100 (CET) In-Reply-To: <91042144-6f52-1bcd-de8c-7c7e2ef4e989@intel.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 8:48 PM, Ferruh Yigit wrote: > 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. > Can you please send a web page patch [1], to announce NIC support [2]? You can benefit from recent samples like 'Marvell NETA' [3] or 'Aquantia Atlantic' [4]. Thanks, ferruh [1] https://git.dpdk.org/tools/dpdk-web/ [2] https://core.dpdk.org/supported/ [3] https://mails.dpdk.org/archives/web/2018-October/000908.html [4] https://mails.dpdk.org/archives/web/2018-November/000922.html