From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by dpdk.org (Postfix) with ESMTP id CD52F2BF3 for ; Thu, 16 Mar 2017 16:37:56 +0100 (CET) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.15.2/8.15.1) with ESMTPS id v2GFbqle000555 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL); Thu, 16 Mar 2017 08:37:52 -0700 (PDT) Received: from ALA-MBC.corp.ad.wrs.com ([fe80::fcbe:9b7:1141:89a1]) by ALA-HCA.corp.ad.wrs.com ([147.11.189.40]) with mapi id 14.03.0294.000; Thu, 16 Mar 2017 08:37:51 -0700 From: "Legacy, Allain" To: "YIGIT, FERRUH" CC: "dev@dpdk.org" , "Jolliffe, Ian" , "RICHARDSON, BRUCE" , "MCNAMARA, JOHN" , "WILES, ROGER" , "thomas.monjalon@6wind.com" , "vincent.jardin@6wind.com" , "jerin.jacob@caviumnetworks.com" , "stephen@networkplumber.org" , "3chas3@gmail.com" <3chas3@gmail.com> Thread-Topic: [PATCH v4 17/17] doc: adds information related to the AVP PMD Thread-Index: AQHSnmUF7/3WGY8F8EWI61K46VFxtKGXmZ9A Date: Thu, 16 Mar 2017 15:37:51 +0000 Message-ID: <70A7408C6E1BFB41B192A929744D8523968F24D0@ALA-MBC.corp.ad.wrs.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> <5119e707-4b8e-e38a-6676-9112f56d67e0@intel.com> In-Reply-To: <5119e707-4b8e-e38a-6676-9112f56d67e0@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [128.224.140.166] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4 17/17] doc: adds information related to the AVP 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: Thu, 16 Mar 2017 15:37:57 -0000 > -----Original Message----- > From: Ferruh Yigit [mailto:ferruh.yigit@intel.com] > Sent: Thursday, March 16, 2017 10:53 AM <...> > +; > > +[Features] > > +Link status =3D Y > > +Queue start/stop =3D Y > > +Jumbo frame =3D Y > > +Scattered Rx =3D Y > > +Promiscuous mode =3D Y > > +Unicast MAC filter =3D Y > > +VLAN offload =3D Y > > +Basic stats =3D Y > > +Stats per queue =3D Y > > +Linux UIO =3D Y > > +x86-64 =3D Y >=20 > Each feature can be added with the patch feature actually implemented, an= d > initial empty version can be part of skeleton patch. Ok. Will do.