commit | b5635ad2e4906e8f8bd3ab145059ce413c03a7ad | [log] [tgz] |
---|---|---|
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | Thu Aug 03 10:41:56 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 03 15:16:09 2017 -0700 |
tree | 5d935e007826f502b22753e112f830d15fd98c33 | |
parent | eb1e93a10ef5bedfc15d1404dc6a2c46d843cde9 [diff] |
net: mvpp2: remove RX queue group reset code The RX queue group allocation is anyway re-done later in mvpp2_port_init(), so resetting it in mvpp2_init() is not very useful, and will be annoying as we are going to rework the RX queue group allocation logic. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: David S. Miller <davem@davemloft.net>