···7373AQ is used for submitting management commands, and the7474results/responses are reported asynchronously through ACQ.75757676-ENA introduces a very small set of management commands with room for7676+ENA introduces a small set of management commands with room for7777vendor-specific extensions. Most of the management operations are7878framed in a generic Get/Set feature command.7979···202202The user can enable/disable adaptive moderation, modify the interrupt203203delay table and restore its default values through sysfs.204204205205+RX copybreak:206206+=============205207The rx_copybreak is initialized by default to ENA_DEFAULT_RX_COPYBREAK206208and can be configured by the ETHTOOL_STUNABLE command of the207209SIOCETHTOOL ioctl.208210209211SKB:212212+====210213The driver-allocated SKB for frames received from Rx handling using211214NAPI context. The allocation method depends on the size of the packet.212215If the frame length is larger than rx_copybreak, napi_get_frags()