]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge branch 'macb-ethtool-ringparam'
authorDavid S. Miller <davem@davemloft.net>
Wed, 19 Oct 2016 19:18:21 +0000 (15:18 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 19 Oct 2016 19:18:21 +0000 (15:18 -0400)
commit7b1536ef0aa0392da7c90cede82e5eacc0f25da3
treeb458c30c5410f63cd9c1455debd0b990bd042407
parent0f6e87613c3234c6350aaa971bd9434d29405302
parent8441bb33beaf58a67a7664dddede68c5860acf74
Merge branch 'macb-ethtool-ringparam'

Zach Brown says:

====================
macb: Add ethtool get_ringparam and set_ringparam to cadence

There are use cases like RT that would benefit from being able to tune the
macb rx/tx ring sizes. The ethtool set_ringparam function is the standard way
of doing so.

The first patch changes the hardcoded tx/rx ring sizes to variables that are
set to a hardcoded default.

The second patch implements the get_ringparam and set_ringparam fucntions.
====================

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