解释ethtool合并输出

除了txrx是传输和接收,任何人都可以解释在ethtool -c (合并输出)中字段的含义,以及它们对合并的工作有什么影响?

 Coalesce parameters for eth0: Adaptive RX: off TX: off stats-block-usecs: 999936 sample-interval: 0 pkt-rate-low: 0 pkt-rate-high: 0 rx-usecs: 18 rx-frames: 12 rx-usecs-irq: 18 rx-frames-irq: 2 tx-usecs: 80 tx-frames: 20 tx-usecs-irq: 18 tx-frames-irq: 2 rx-usecs-low: 0 rx-frame-low: 0 tx-usecs-low: 0 tx-frame-low: 0 rx-usecs-high: 0 rx-frame-high: 0 tx-usecs-high: 0 tx-frame-high: 0 

tx和rx事件之间的延迟以及这些事件的中断产生。

rx-frames [-irq] rx-usecs [-irq] tx-frames [-irq] tx-usecs [-irq]

帧参数指定在产生中断之前接收/发送的数据包数量。 usecs参数指定在产生一个中断之前至less有一个数据包被接收/发送之后的微秒数。 中断禁用时,[-irq]参数是更新状态的相应延迟。