Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: ena: documentation: update ena.txt

Small cosmetic changes to ena.txt

Signed-off-by: Sameeh Jubran <sameehj@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Sameeh Jubran and committed by
David S. Miller
adf671cc 9cb9c0de

+4 -1
+4 -1
Documentation/networking/device_drivers/amazon/ena.txt
··· 73 73 AQ is used for submitting management commands, and the 74 74 results/responses are reported asynchronously through ACQ. 75 75 76 - ENA introduces a very small set of management commands with room for 76 + ENA introduces a small set of management commands with room for 77 77 vendor-specific extensions. Most of the management operations are 78 78 framed in a generic Get/Set feature command. 79 79 ··· 202 202 The user can enable/disable adaptive moderation, modify the interrupt 203 203 delay table and restore its default values through sysfs. 204 204 205 + RX copybreak: 206 + ============= 205 207 The rx_copybreak is initialized by default to ENA_DEFAULT_RX_COPYBREAK 206 208 and can be configured by the ETHTOOL_STUNABLE command of the 207 209 SIOCETHTOOL ioctl. 208 210 209 211 SKB: 212 + ==== 210 213 The driver-allocated SKB for frames received from Rx handling using 211 214 NAPI context. The allocation method depends on the size of the packet. 212 215 If the frame length is larger than rx_copybreak, napi_get_frags()