diff options
author | Shannon Nelson <shannon.nelson@amd.com> | 2023-02-10 16:50:16 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-02-13 11:05:12 +0000 |
commit | 5b4e9a7a71ab912d150cb2276cb23af51c863150 (patch) | |
tree | 3bd02168faa1a52a37582a9b3cf493d6f7ec9eb0 /include/uapi/linux/ethtool_netlink.h | |
parent | 896de449f80476dc64b9167c41284532a4cccfec (diff) |
net: ethtool: extend ringparam set/get APIs for rx_push
Similar to what was done for TX_PUSH, add an RX_PUSH concept
to the ethtool interfaces.
Signed-off-by: Shannon Nelson <shannon.nelson@amd.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux/ethtool_netlink.h')
-rw-r--r-- | include/uapi/linux/ethtool_netlink.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/ethtool_netlink.h b/include/uapi/linux/ethtool_netlink.h index ffb073c0dbb4..d39ce21381c5 100644 --- a/include/uapi/linux/ethtool_netlink.h +++ b/include/uapi/linux/ethtool_netlink.h @@ -356,6 +356,7 @@ enum { ETHTOOL_A_RINGS_TCP_DATA_SPLIT, /* u8 */ ETHTOOL_A_RINGS_CQE_SIZE, /* u32 */ ETHTOOL_A_RINGS_TX_PUSH, /* u8 */ + ETHTOOL_A_RINGS_RX_PUSH, /* u8 */ /* add new constants above here */ __ETHTOOL_A_RINGS_CNT, |