Re: [PATCH 0/2] Add ethtool get_ringparam and set_ringparam to cadence

2016-10-19 Thread David Miller
From: Zach Brown Date: Wed, 19 Oct 2016 09:56:56 -0500 > 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 variabl

[PATCH 0/2] Add ethtool get_ringparam and set_ringparam to cadence

2016-10-19 Thread Zach Brown
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 implement