Revision 68e66e1a69cd94f934522348ab232af49863452a authored by Moshe Shemesh on 02 October 2021, 08:15:35 UTC, committed by Saeed Mahameed on 20 October 2021, 17:42:50 UTC
During suspend flow the driver calls mlx5e_destroy_vlan_table() which
does not only delete the vlans steering flow rules, but also frees the
data on currently active vlans, thus it is not restored during resume
flow.

This fix keeps the vlan data on suspend flow and frees it only on driver
remove flow.

Fixes: 6783f0a21a3c ("net/mlx5e: Dynamic alloc vlan table for netdev when needed")
Signed-off-by: Moshe Shemesh <moshe@nvidia.com>
Reviewed-by: Tariq Toukan <tariqt@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
1 parent a6f7433
History
File Mode Size
bnep
cmtp
hidp
rfcomm
6lowpan.c -rw-r--r-- 27.2 KB
Kconfig -rw-r--r-- 4.4 KB
Makefile -rw-r--r-- 816 bytes
a2mp.c -rw-r--r-- 21.8 KB
a2mp.h -rw-r--r-- 3.2 KB
af_bluetooth.c -rw-r--r-- 17.1 KB
amp.c -rw-r--r-- 13.9 KB
amp.h -rw-r--r-- 1.9 KB
aosp.c -rw-r--r-- 647 bytes
aosp.h -rw-r--r-- 338 bytes
ecdh_helper.c -rw-r--r-- 5.9 KB
ecdh_helper.h -rw-r--r-- 1.4 KB
hci_conn.c -rw-r--r-- 49.6 KB
hci_core.c -rw-r--r-- 124.3 KB
hci_debugfs.c -rw-r--r-- 30.1 KB
hci_debugfs.h -rw-r--r-- 1.6 KB
hci_event.c -rw-r--r-- 156.2 KB
hci_request.c -rw-r--r-- 91.5 KB
hci_request.h -rw-r--r-- 5.6 KB
hci_sock.c -rw-r--r-- 45.8 KB
hci_sysfs.c -rw-r--r-- 2.2 KB
l2cap_core.c -rw-r--r-- 198.9 KB
l2cap_sock.c -rw-r--r-- 41.1 KB
leds.c -rw-r--r-- 2.2 KB
leds.h -rw-r--r-- 554 bytes
lib.c -rw-r--r-- 4.0 KB
mgmt.c -rw-r--r-- 238.7 KB
mgmt_config.c -rw-r--r-- 9.3 KB
mgmt_config.h -rw-r--r-- 490 bytes
mgmt_util.c -rw-r--r-- 6.2 KB
mgmt_util.h -rw-r--r-- 2.2 KB
msft.c -rw-r--r-- 15.0 KB
msft.h -rw-r--r-- 1.9 KB
sco.c -rw-r--r-- 26.1 KB
selftest.c -rw-r--r-- 8.5 KB
selftest.h -rw-r--r-- 1.6 KB
smp.c -rw-r--r-- 92.9 KB
smp.h -rw-r--r-- 5.1 KB

back to top