commit | b6e0e875421ef6debfbe05d3aa99ac788d886074 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Thu Mar 22 18:19:32 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Mar 25 20:48:25 2018 -0400 |
tree | 6622c4c4151faad1627de5ce223c10e419043fe1 | |
parent | 9259f134a7dd1372ab142b2860994b993db34917 [diff] |
net: systemport: Implement adaptive interrupt coalescing Implement support for adaptive RX and TX interrupt coalescing using net_dim. We have each of our TX ring and our single RX ring implement a bcm_sysport_net_dim structure which holds an interrupt counter, number of packets, bytes, and a container for a net_dim instance. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>