From: David S. Miller Date: Wed, 19 Oct 2016 19:18:21 +0000 (-0400) Subject: Merge branch 'macb-ethtool-ringparam' X-Git-Tag: v4.14-rc1~1973^2~435 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7b1536ef0aa0392da7c90cede82e5eacc0f25da3;p=platform%2Fkernel%2Flinux-rpi.git 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 --- 7b1536ef0aa0392da7c90cede82e5eacc0f25da3