From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 126E21B3D2 for ; Mon, 1 Oct 2018 18:00:43 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Oct 2018 09:00:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,328,1534834800"; d="scan'208";a="95483703" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.49]) ([10.237.221.49]) by orsmga001.jf.intel.com with ESMTP; 01 Oct 2018 09:00:42 -0700 To: Gagandeep Singh , dev@dpdk.org Cc: pankaj.chauhan@nxp.com References: <20180928051647.32341-1-g.singh@nxp.com> <20180928074601.4287-1-g.singh@nxp.com> <20180928074601.4287-5-g.singh@nxp.com> From: Ferruh Yigit Openpgp: preference=signencrypt Message-ID: Date: Mon, 1 Oct 2018 17:00:41 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20180928074601.4287-5-g.singh@nxp.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v4 4/4] doc: add usage doc for ENETC PMD X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2018 16:00:44 -0000 On 9/28/2018 8:46 AM, Gagandeep Singh wrote: > Add enetc usage document to compile and run the > DPDK application on enetc supported platform. > This document introduces the enetc driver, supported > platforms and supported features. > > Signed-off-by: Gagandeep Singh <...> > @@ -643,6 +643,13 @@ F: drivers/net/dpaa2/ > F: doc/guides/nics/dpaa2.rst > F: doc/guides/nics/features/dpaa2.ini > > +NXP enetc > +M: Gagandeep Singh > +M: Pankaj Chauhan > +F: drivers/net/enetc/ Can you please add above part with patch 1/4, and append rest with this patch. <...> > @@ -0,0 +1,11 @@ > +; > +; Supported features of the 'enetc' network poll mode driver. > +; > +; Refer to default.ini for the full list of available PMD features. > +; > +[Features] > +Packet type parsing = Y > +Link status = Y > +Linux VFIO = Y > +ARMv8 = Y > +Usage doc = Y Can you please add .ini file with patch 1/4, so you will need to above MAINTAINERS part to add .ini file too And add "Packet type parsing = Y" part with patch 3/4 <...> > @@ -156,6 +161,7 @@ The libraries prepended with a plus sign were incremented in this version. > librte_pmd_ixgbe.so.2 > librte_pmd_dpaa2_cmdif.so.1 > librte_pmd_dpaa2_qdma.so.1 > + + librte_pmd_enetc.so.1 No need to add this one, there is no API that this PMD provides.