diff options
| author | Jonathan Corbet <corbet@lwn.net> | 2020-06-26 11:35:10 -0600 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2020-06-26 11:35:10 -0600 |
| commit | 435a77434653faabcdf26c3d08c4fd25602c8613 (patch) | |
| tree | c123be30b03ba5614201b726143c7d3e6d500c98 /include/linux/netdevice.h | |
| parent | 0b227076d509c2facf177d7cdb67cbbb885cb661 (diff) | |
| parent | 4ac250814dfdc8606ac643283f26a63b0d5cbc73 (diff) | |
Merge branch 'mauro' into docs-next
A big set of fixes and RST conversions from Mauro. He swears that this is
the last RST conversion set, which is certainly cause for celebration.
Diffstat (limited to 'include/linux/netdevice.h')
| -rw-r--r-- | include/linux/netdevice.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 6fc613ed8eae..f3ca52958a17 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -1742,6 +1742,8 @@ enum netdev_priv_flags { * @real_num_rx_queues: Number of RX queues currently active in device * @xdp_prog: XDP sockets filter program pointer * @gro_flush_timeout: timeout for GRO layer in NAPI + * @napi_defer_hard_irqs: If not zero, provides a counter that would + * allow to avoid NIC hard IRQ, on busy queues. * * @rx_handler: handler for received packets * @rx_handler_data: XXX: need comments on this one |
