From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v4 22/22] net/atlantic: documentation and rel notes Date: Wed, 10 Oct 2018 11:29:50 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: Pavel Belous To: Igor Russkikh , "dev@dpdk.org" Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id AD0161B47B for ; Wed, 10 Oct 2018 12:29:52 +0200 (CEST) In-Reply-To: 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/9/2018 10:32 AM, Igor Russkikh wrote: > Signed-off-by: Igor Russkikh > Signed-off-by: Pavel Belous <...> > @@ -0,0 +1,53 @@ > +.. SPDX-License-Identifier: BSD-3-Clause > + Copyright(c) 2018 Aquantia Corporation. > + > +Aquantia Atlantic DPDK Driver > +============================= > + > +Atlantic DPDK driver provides DPDK support for Aquantia's AQtion family of chipsets: AQC107/AQC108/AQC109 Can you please provide links to the devices mentioned? <...> > @@ -0,0 +1,37 @@ > +; > +; Supported features of the 'atlantic' network poll mode driver. > +; > +; Refer to default.ini for the full list of available PMD features. > +; > +[Features] > +Speed capabilities = Y > +Link status = Y > +Link status event = Y > +MTU update = Y > +Jumbo frame = Y > +Promiscuous mode = Y > +Allmulticast mode = Y > +Unicast MAC filter = Y > +VLAN filter = Y > +Flow control = Y > +CRC offload = Y > +VLAN offload = Y > +L3 checksum offload = Y > +L4 checksum offload = Y > +Rx descriptor status = Y > +Tx descriptor status = Y > +Basic stats = Y > +Extended stats = Y > +Stats per queue = Y > +Linux UIO = Y > +x86-32 = Y > +x86-64 = Y > +Queue start/stop = Y > +RSS hash = Y > +RSS key update = Y > +RSS reta update = Y > +Packet type parsing = Y > +FW version = Y > +EEPROM dump = Y > +Registers dump = Y > +LED = Y Can you please distribute this file to the patchset, update the relevant item in the patch that enables this feature, so that it becomes kind of documentation and help to track the code which enabled a feature. And please keep the order of the default.ini