diff options
author | Giuseppe CAVALLARO <peppe.cavallaro@st.com> | 2012-11-26 03:10:42 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-11-27 02:22:10 +0400 |
commit | 9125cdd1be1199588f71c99e76e32bcda0b7d847 (patch) | |
tree | 52fe0ed58cc7522324399f9a3e23fb81bdff6d7e /include/linux/pci-dma.h | |
parent | 7284a3f1ad0d09dcf3cc5a1914ceaf01a3352314 (diff) | |
download | linux-9125cdd1be1199588f71c99e76e32bcda0b7d847.tar.xz |
stmmac: add the initial tx coalesce schema
This patch adds a new schema used for mitigating the
number of transmit interrupts.
It is based on a SW timer and a threshold value.
The timer is used to periodically call the stmmac_tx_clean
function; the threshold is used for setting the IC (Interrupt
on Completion bit). The ISR will then invoke the poll method.
Also the patch improves some ethtool stat fields.
V2: review the logic to manage the IC bit in the TDESC
that was bugged because it didn't take care about the
fragments. Also fix the tx_count_frames that has not to be
limited to TX DMA ring. Thanks to Ben Hutchings.
V3: removed the spin_lock irqsave/restore as D. Miller suggested.
Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/pci-dma.h')
0 files changed, 0 insertions, 0 deletions