git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
740f5bf
)
net/sfc: add missing Rx fini on RSS setup fail path
author
Ivan Malov
<ivan.malov@oktetlabs.ru>
Tue, 17 Apr 2018 15:18:38 +0000
(16:18 +0100)
committer
Ferruh Yigit
<ferruh.yigit@intel.com>
Fri, 27 Apr 2018 14:54:55 +0000
(15:54 +0100)
Fixes:
4ec1fc3ba881
("net/sfc: add basic stubs for RSS support on driver attach")
Cc: stable@dpdk.org
Signed-off-by: Ivan Malov <ivan.malov@oktetlabs.ru>
Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com>
drivers/net/sfc/sfc.c
patch
|
blob
|
history
diff --git
a/drivers/net/sfc/sfc.c
b/drivers/net/sfc/sfc.c
index
716683b
..
dcf5eb8
100644
(file)
--- a/
drivers/net/sfc/sfc.c
+++ b/
drivers/net/sfc/sfc.c
@@
-677,6
+677,8
@@
sfc_set_rss_defaults(struct sfc_adapter *sa)
fail_hash_support_get:
fail_scale_support_get:
+ efx_rx_fini(sa->nic);
+
fail_rx_init:
efx_ev_fini(sa->nic);