]> git.baikalelectronics.ru Git - kernel.git/commit
net: ena: Update LLQ header length in ena documentation
authorArthur Kiyanovski <akiyano@amazon.com>
Fri, 7 Jan 2022 20:23:40 +0000 (20:23 +0000)
committerJakub Kicinski <kuba@kernel.org>
Sat, 8 Jan 2022 03:25:50 +0000 (19:25 -0800)
commitd200848b6e08954e166f103ba98984451e683880
tree6021aa5ff1d5c45c3856bd2d90b30be00156cdfd
parentca2514ab41546db7777f87dd9bf3e2902aea7c76
net: ena: Update LLQ header length in ena documentation

LLQ entry length is 128 bytes. Therefore the maximum header in
the entry is calculated by:
tx_max_header_size =
LLQ_ENTRY_SIZE - DESCRIPTORS_NUM_BEFORE_HEADER * 16 =
128 - 2 * 16 = 96

This patch updates the documentation so that it states the correct
max header length.

Signed-off-by: Shay Agroskin <shayagr@amazon.com>
Signed-off-by: Arthur Kiyanovski <akiyano@amazon.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Documentation/networking/device_drivers/ethernet/amazon/ena.rst