From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v4 17/17] doc: adds information related to the AVP PMD Date: Thu, 16 Mar 2017 14:53:07 +0000 Message-ID: <5119e707-4b8e-e38a-6676-9112f56d67e0@intel.com> References: <1488414008-162839-1-git-send-email-allain.legacy@windriver.com> <1489432593-32390-1-git-send-email-allain.legacy@windriver.com> <1489432593-32390-18-git-send-email-allain.legacy@windriver.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, ian.jolliffe@windriver.com, bruce.richardson@intel.com, john.mcnamara@intel.com, keith.wiles@intel.com, thomas.monjalon@6wind.com, vincent.jardin@6wind.com, jerin.jacob@caviumnetworks.com, stephen@networkplumber.org, 3chas3@gmail.com To: Allain Legacy Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 7149C1396 for ; Thu, 16 Mar 2017 15:53:34 +0100 (CET) In-Reply-To: <1489432593-32390-18-git-send-email-allain.legacy@windriver.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" On 3/13/2017 7:16 PM, Allain Legacy wrote: > Updates the documentation and feature lists for the AVP PMD device. > > Signed-off-by: Allain Legacy > Signed-off-by: Matt Peters > Acked-by: John McNamara <...> > diff --git a/doc/guides/nics/features/avp.ini b/doc/guides/nics/features/avp.ini > new file mode 100644 > index 0000000..64bf42e > --- /dev/null > +++ b/doc/guides/nics/features/avp.ini > @@ -0,0 +1,17 @@ > +; > +; Supported features of the 'AVP' network poll mode driver. > +; > +; Refer to default.ini for the full list of available PMD features. > +; > +[Features] > +Link status = Y > +Queue start/stop = Y > +Jumbo frame = Y > +Scattered Rx = Y > +Promiscuous mode = Y > +Unicast MAC filter = Y > +VLAN offload = Y > +Basic stats = Y > +Stats per queue = Y > +Linux UIO = Y > +x86-64 = Y Each feature can be added with the patch feature actually implemented, and initial empty version can be part of skeleton patch.