]> git.itanic.dy.fi Git - linux-stable/commit
net: mvneta: fix enable of all initialized RXQs
authorYelena Krivosheev <yelena@marvell.com>
Fri, 30 Mar 2018 10:05:31 +0000 (12:05 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 30 Mar 2018 18:27:47 +0000 (14:27 -0400)
commite81b5e01c14add8395dfba7130f8829206bb507d
tree86489181e1ee33a0dc767d55b67129d7a06ad673
parentb6cdbc85234b072340b8923e69f49ec293f905dc
net: mvneta: fix enable of all initialized RXQs

In mvneta_port_up() we enable relevant RX and TX port queues by write
queues bit map to an appropriate register.

q_map must be ZERO in the beginning of this process.

Signed-off-by: Yelena Krivosheev <yelena@marvell.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/marvell/mvneta.c