diff options
author | Jisheng Zhang <Jisheng.Zhang@synaptics.com> | 2018-04-02 05:23:43 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-04-02 17:14:02 +0200 |
commit | 4a188a63afdffb5f62cccc508589c19e5297ed05 (patch) | |
tree | 3a371e8015fba24582b8b913c4e721afba3256d9 /drivers/net/ethernet/apple | |
parent | ipv6: frags: fix /proc/sys/net/ipv6/ip6frag_low_thresh (diff) | |
download | linux-4a188a63afdffb5f62cccc508589c19e5297ed05.tar.xz linux-4a188a63afdffb5f62cccc508589c19e5297ed05.zip |
net: mvneta: split rxq/txq init and txq deinit into SW and HW parts
This is to prepare the suspend/resume improvement in next patch. The
SW parts can be optimized out during resume.
As for rxq handling during suspend, we'd like to drop packets by
calling mvneta_rxq_drop_pkts() which is both SW and HW operation,
so we don't split rxq deinit.
Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/apple')
0 files changed, 0 insertions, 0 deletions