For instance, if I run ethtool -g eth0
on my system, I get the following output:
Ring parameters for eth0:
Pre-set maximums:
RX: 4096
RX Mini: 0
RX Jumbo: 0
TX: 4096
Current hardware settings:
RX: 4096
RX Mini: 0
RX Jumbo: 0
TX: 4096
Is 4096 the buffer size in bytes allocated for one frame, there being multiple number of such buffers or is it the number of buffers?