[dpdk-dev] [PATCH v4 22/22] net/atlantic: documentation and rel notes

Ferruh Yigit ferruh.yigit at intel.com
Wed Oct 10 12:29:50 CEST 2018


On 10/9/2018 10:32 AM, Igor Russkikh wrote:
> Signed-off-by: Igor Russkikh <igor.russkikh at aquantia.com>
> Signed-off-by: Pavel Belous <Pavel.Belous at aquantia.com>

<...>

> @@ -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


More information about the dev mailing list