commit | 421797b1aa363cb897f29f7d365e068dc9d9db81 | [log] [tgz] |
---|---|---|
author | Kan Liang <[email protected]> | Fri Feb 19 09:24:02 2016 -0500 |
committer | David S. Miller <[email protected]> | Fri Feb 19 22:54:09 2016 -0500 |
tree | 50c3851083719e586bb6c83a58f57261dab1163b | |
parent | ac2c7ad0e5d6030452c9af2fafd192e17fd04264 [diff] |
net/ethtool: support get coalesce per queue This patch implements sub command ETHTOOL_GCOALESCE for ioctl ETHTOOL_PERQUEUE. It introduces an interface get_per_queue_coalesce to get coalesce of each masked queue from device driver. Then the interrupt coalescing parameters will be copied back to user space one by one. Signed-off-by: Kan Liang <[email protected]> Reviewed-by: Ben Hutchings <[email protected]> Signed-off-by: David S. Miller <[email protected]>