net/qede: fix assignment of Rx/Tx handlers
authorRasesh Mody <rmody@marvell.com>
Fri, 15 May 2020 06:34:18 +0000 (23:34 -0700)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 18 May 2020 18:35:57 +0000 (20:35 +0200)
commita60704d1ac3debeec5f97c8563f5fc0390150e0b
tree9789860303a95d59a9d798636eebf5a9a2678ff5
parent975a75c0575fadc1a4c0d8ddf24d9a16f4c04203
net/qede: fix assignment of Rx/Tx handlers

Fix to assign dummy Rx/Tx handlers in dev_stop.
For MTU set, assignment of the appropriate Rx/Tx handlers will be
handled by dev_start/dev_stop.

Fixes: 81f8804992c9 ("net/qede: enhance Rx CPU utilization")
Fixes: 8de0c4201926 ("net/qede: fix odd number of queues usage in 100G mode")
Cc: stable@dpdk.org
Signed-off-by: Rasesh Mody <rmody@marvell.com>
Signed-off-by: Igor Russkikh <irusskikh@marvell.com>
drivers/net/qede/qede_ethdev.c