]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Merge branch 'qed-coalesce'
authorDavid S. Miller <davem@davemloft.net>
Thu, 23 Jun 2016 19:56:54 +0000 (15:56 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Jun 2016 19:56:54 +0000 (15:56 -0400)
commit8a0b0751ffd82ffb9e2c52ac2d09c2fefdaa6971
tree3b7d0eb130dd14d13c6979a0810723f9a77f8908
parentdc14341ed6b4e9d0a1d68c437a7ba84a621f1714
parentd552fa84cb3573eb86b6722329f5e72c3ed9029e
Merge branch 'qed-coalesce'

Sudarsana Reddy Kalluru says:

====================
qed*: coalesce parameters config support.

The patch series adds the support for config/read of the adapter coalesce
parameters. Patch (1) adds the qed infrastructure/APIs for the support and
patch (2) adds the driver support for following ethtool commands:
ethtool -c|--show-coalesce ethX
ethtool -C|--coalesce ethX [rx-usecs N] [tx-usecs N]
====================

Signed-off-by: David S. Miller <davem@davemloft.net>