commit | b49087dd0fa27d61b55f7c77d0b857e3b5055161 | [log] [tgz] |
---|---|---|
author | Sunil Goutham <sgoutham@cavium.com> | Wed Jul 29 16:49:44 2015 +0300 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 29 23:52:32 2015 -0700 |
tree | 965a9c9ac4d850c7bd258f62016dfbfac77a4539 | |
parent | 3d7a8aaad8720edb301d40d4a9d7fa906c76ba34 [diff] |
net: thunderx: Fix crash when changing rss with mutliple traffic flows This fixes a crash when changing rss with multiple traffic flows. While interface teardown, disable tx queues after all NAPI threads are done. If done otherwise tx queues might be woken up inside NAPI if any CQE_TX are processed. Signed-off-by: Sunil Goutham <sgoutham@cavium.com> Signed-off-by: Aleksey Makarov <aleksey.makarov@caviumnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>