Skip to content

Commit adf671c

Browse files
Sameeh Jubrandavem330
authored andcommitted
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>
1 parent 9cb9c0d commit adf671c

File tree

1 file changed

+4
-1
lines changed
  • Documentation/networking/device_drivers/amazon

1 file changed

+4
-1
lines changed

Documentation/networking/device_drivers/amazon/ena.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ operation.
7373
AQ is used for submitting management commands, and the
7474
results/responses are reported asynchronously through ACQ.
7575

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
7777
vendor-specific extensions. Most of the management operations are
7878
framed in a generic Get/Set feature command.
7979

@@ -202,11 +202,14 @@ delay value to each level.
202202
The user can enable/disable adaptive moderation, modify the interrupt
203203
delay table and restore its default values through sysfs.
204204

205+
RX copybreak:
206+
=============
205207
The rx_copybreak is initialized by default to ENA_DEFAULT_RX_COPYBREAK
206208
and can be configured by the ETHTOOL_STUNABLE command of the
207209
SIOCETHTOOL ioctl.
208210

209211
SKB:
212+
====
210213
The driver-allocated SKB for frames received from Rx handling using
211214
NAPI context. The allocation method depends on the size of the packet.
212215
If the frame length is larger than rx_copybreak, napi_get_frags()

0 commit comments

Comments
 (0)