commit | 065fd83e1be2e1ba0d446a257fd86a3cc7bddb51 | [log] [tgz] |
---|---|---|
author | Jisheng Zhang <Jisheng.Zhang@synaptics.com> | Mon Mar 16 22:56:36 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 16 15:06:24 2020 -0700 |
tree | cee687d8844a4156db06403983b264ce0d41acad | |
parent | b317538c47943f9903860d83cc0060409e12d2ff [diff] |
net: mvneta: Fix the case where the last poll did not process all rx For the case where the last mvneta_poll did not process all RX packets, we need to xor the pp->cause_rx_tx or port->cause_rx_tx before claculating the rx_queue. Fixes: 2dcf75e2793c ("net: mvneta: Associate RX queues with each CPU") Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com> Signed-off-by: David S. Miller <davem@davemloft.net>