[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <202301090436.9DR3pNt1-lkp@intel.com>
Date: Mon, 9 Jan 2023 04:15:14 +0800
From: kernel test robot <lkp@...el.com>
To: David Arinzon <darinzon@...zon.com>,
David Miller <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>
Cc: oe-kbuild-all@...ts.linux.dev, netdev@...r.kernel.org,
David Arinzon <darinzon@...zon.com>,
"Machulsky, Zorik" <zorik@...zon.com>,
"Matushevsky, Alexander" <matua@...zon.com>,
Saeed Bshara <saeedb@...zon.com>,
"Bshara, Nafea" <nafea@...zon.com>,
"Saidi, Ali" <alisaidi@...zon.com>,
"Kiyanovski, Arthur" <akiyano@...zon.com>,
"Dagan, Noam" <ndagan@...zon.com>,
"Agroskin, Shay" <shayagr@...zon.com>,
"Itzko, Shahar" <itzko@...zon.com>,
"Abboud, Osama" <osamaabb@...zon.com>
Subject: Re: [PATCH V1 net-next 5/5] net: ena: Add devlink documentation
Hi David,
I love your patch! Perhaps something to improve:
[auto build test WARNING on net-next/master]
url: https://github.com/intel-lab-lkp/linux/commits/David-Arinzon/net-ena-Register-ena-device-to-devlink/20230108-183920
patch link: https://lore.kernel.org/r/20230108103533.10104-6-darinzon%40amazon.com
patch subject: [PATCH V1 net-next 5/5] net: ena: Add devlink documentation
reproduce:
# https://github.com/intel-lab-lkp/linux/commit/677aa62d9ff1bc108e291e910ad4e0d090530b7c
git remote add linux-review https://github.com/intel-lab-lkp/linux
git fetch --no-tags linux-review David-Arinzon/net-ena-Register-ena-device-to-devlink/20230108-183920
git checkout 677aa62d9ff1bc108e291e910ad4e0d090530b7c
make menuconfig
# enable CONFIG_COMPILE_TEST, CONFIG_WARN_MISSING_DOCUMENTS, CONFIG_WARN_ABI_ERRORS
make htmldocs
If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@...el.com>
All warnings (new ones prefixed by >>):
>> Documentation/networking/device_drivers/ethernet/amazon/ena.rst:258: WARNING: Explicit markup ends without a blank line; unexpected unindent.
vim +258 Documentation/networking/device_drivers/ethernet/amazon/ena.rst
242
243 - The ENA device supports RSS that allows flexible Rx traffic
244 steering.
245 - Toeplitz and CRC32 hash functions are supported.
246 - Different combinations of L2/L3/L4 fields can be configured as
247 inputs for hash functions.
248 - The driver configures RSS settings using the AQ SetFeature command
249 (ENA_ADMIN_RSS_HASH_FUNCTION, ENA_ADMIN_RSS_HASH_INPUT and
250 ENA_ADMIN_RSS_INDIRECTION_TABLE_CONFIG properties).
251 - If the NETIF_F_RXHASH flag is set, the 32-bit result of the hash
252 function delivered in the Rx CQ descriptor is set in the received
253 SKB.
254 - The user can provide a hash key, hash function, and configure the
255 indirection table through `ethtool(8)`.
256
257 .. _`devlink support`:
> 258 DEVLINK SUPPORT
259 ===============
260 .. _`devlink`: https://www.kernel.org/doc/html/latest/networking/devlink/index.html
261
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests
View attachment "config" of type "text/plain" (39373 bytes)
Powered by blists - more mailing lists