commit | 0366f7e06a6bee7eace3946a6b67fb88b828bc5c | [log] [tgz] |
---|---|---|
author | Ong Boon Leong <boon.leong.ong@intel.com> | Tue Sep 15 09:28:38 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 15 15:39:31 2020 -0700 |
tree | 69b984351c2476a7c54ad60cd2223134a0a98aa7 | |
parent | 945c5704887e35bb4aee841c17aca9dd277c5e55 [diff] |
net: stmmac: add ethtool support for get/set channels Restructure NAPI add and delete process so that we can call them accordingly in open() and ethtool_set_channels() accordingly. Introduced stmmac_reinit_queues() to handle the transition needed for changing Rx & Tx channels accordingly. Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>