commit | 52d9138fb31ac2dadfbf8e51abf04130ee25f4ee | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Apr 12 13:27:09 2017 +1000 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 12 10:17:02 2017 -0400 |
tree | 7d80da9dcd6d8766f1d5f52b74be2d2a0f84d581 | |
parent | 3833dc6c1888cfd872b9ce2e3c70a4f07f1a6f9a [diff] |
ftgmac100: Make ring sizes configurable via ethtool We set an arbitrary max at 1024 since we pre-allocate the actual descriptor arrays and skb arrays to the full size to keep the code a bit simpler and avoid allocation failures in the reset task. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: David S. Miller <davem@davemloft.net>