net/sfc: fix Rx queue start failure path
authorIgor Romanov <igor.romanov@oktetlabs.ru>
Thu, 5 Mar 2020 15:48:55 +0000 (15:48 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 18 Mar 2020 09:21:41 +0000 (10:21 +0100)
commita8bcd99de4a2cf5d52ea24506dbca20a26d5ba0b
treec24a41c14a5102a536233ff549e5b4d85b73d663
parent2e2e5bdf908ef7ce6ba7a33be5bec6f42f4a39fe
net/sfc: fix Rx queue start failure path

Call correct cleanup operations on failure in Rx queue start function.

Fixes: df1bfde4ff0d ("net/sfc: factor out libefx-based Rx datapath")
Fixes: 28944ac098aa ("net/sfc: implement Rx queue start and stop operations")
Cc: stable@dpdk.org
Signed-off-by: Igor Romanov <igor.romanov@oktetlabs.ru>
Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com>
drivers/net/sfc/sfc_rx.c