Searched hist:"233 eb4e786b57ea686b51c13a04cc2839fd682fc" (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/Documentation/netlink/specs/ |
H A D | ethtool.yaml | diff 233eb4e786b57ea686b51c13a04cc2839fd682fc Thu Mar 23 11:36:05 CDT 2023 Shay Agroskin <shayagr@amazon.com> ethtool: Add support for configuring tx_push_buf_len
This attribute, which is part of ethtool's ring param configuration allows the user to specify the maximum number of the packet's payload that can be written directly to the device.
Example usage: # ethtool -G [interface] tx-push-buf-len [number of bytes]
Co-developed-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Shay Agroskin <shayagr@amazon.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
/openbmc/linux/net/ethtool/ |
H A D | rings.c | diff 233eb4e786b57ea686b51c13a04cc2839fd682fc Thu Mar 23 11:36:05 CDT 2023 Shay Agroskin <shayagr@amazon.com> ethtool: Add support for configuring tx_push_buf_len
This attribute, which is part of ethtool's ring param configuration allows the user to specify the maximum number of the packet's payload that can be written directly to the device.
Example usage: # ethtool -G [interface] tx-push-buf-len [number of bytes]
Co-developed-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Shay Agroskin <shayagr@amazon.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | netlink.h | diff 233eb4e786b57ea686b51c13a04cc2839fd682fc Thu Mar 23 11:36:05 CDT 2023 Shay Agroskin <shayagr@amazon.com> ethtool: Add support for configuring tx_push_buf_len
This attribute, which is part of ethtool's ring param configuration allows the user to specify the maximum number of the packet's payload that can be written directly to the device.
Example usage: # ethtool -G [interface] tx-push-buf-len [number of bytes]
Co-developed-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Shay Agroskin <shayagr@amazon.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
/openbmc/linux/Documentation/networking/ |
H A D | ethtool-netlink.rst | diff 233eb4e786b57ea686b51c13a04cc2839fd682fc Thu Mar 23 11:36:05 CDT 2023 Shay Agroskin <shayagr@amazon.com> ethtool: Add support for configuring tx_push_buf_len
This attribute, which is part of ethtool's ring param configuration allows the user to specify the maximum number of the packet's payload that can be written directly to the device.
Example usage: # ethtool -G [interface] tx-push-buf-len [number of bytes]
Co-developed-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Shay Agroskin <shayagr@amazon.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
/openbmc/linux/include/uapi/linux/ |
H A D | ethtool_netlink.h | diff 233eb4e786b57ea686b51c13a04cc2839fd682fc Thu Mar 23 11:36:05 CDT 2023 Shay Agroskin <shayagr@amazon.com> ethtool: Add support for configuring tx_push_buf_len
This attribute, which is part of ethtool's ring param configuration allows the user to specify the maximum number of the packet's payload that can be written directly to the device.
Example usage: # ethtool -G [interface] tx-push-buf-len [number of bytes]
Co-developed-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Shay Agroskin <shayagr@amazon.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
/openbmc/linux/include/linux/ |
H A D | ethtool.h | diff 233eb4e786b57ea686b51c13a04cc2839fd682fc Thu Mar 23 11:36:05 CDT 2023 Shay Agroskin <shayagr@amazon.com> ethtool: Add support for configuring tx_push_buf_len
This attribute, which is part of ethtool's ring param configuration allows the user to specify the maximum number of the packet's payload that can be written directly to the device.
Example usage: # ethtool -G [interface] tx-push-buf-len [number of bytes]
Co-developed-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Shay Agroskin <shayagr@amazon.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|