File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Documentation/networking/device_drivers/amazon Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ operation.
7373AQ is used for submitting management commands, and the
7474results/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
7777vendor-specific extensions. Most of the management operations are
7878framed in a generic Get/Set feature command.
7979
@@ -202,11 +202,14 @@ delay value to each level.
202202The user can enable/disable adaptive moderation, modify the interrupt
203203delay table and restore its default values through sysfs.
204204
205+ RX copybreak:
206+ =============
205207The rx_copybreak is initialized by default to ENA_DEFAULT_RX_COPYBREAK
206208and can be configured by the ETHTOOL_STUNABLE command of the
207209SIOCETHTOOL ioctl.
208210
209211SKB:
212+ ====
210213The driver-allocated SKB for frames received from Rx handling using
211214NAPI context. The allocation method depends on the size of the packet.
212215If the frame length is larger than rx_copybreak, napi_get_frags()
You can’t perform that action at this time.
0 commit comments