commit | b1a15e8643c444f9fc185d296e99424618ad1180 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Mon May 11 15:12:41 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue May 12 23:08:46 2015 -0400 |
tree | 7287546e72023958b7f15befd342cdf503fe90aa | |
parent | a2029240e5836e73ebcc1a8ddb8c22d636f89c9a [diff] |
net: systemport: Implement TX coalescing control knobs Add the ability to configure both 'tx-frames' which controls how many frames are doing to trigger a single interrupt and 'tx-usecs' which dictates how long to wait before an interrupt should be services. Since our timer resolution is close to 8.192 us, we round up to the nearest value the 'tx-usecs' timeout value. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>