commit | 2fee37a47cebc26d58eec5dafc8ba787a6ee5350 | [log] [tgz] |
---|---|---|
author | Maor Gottlieb <maorg@mellanox.com> | Fri Jun 10 00:07:31 2016 +0300 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 09 22:06:25 2016 -0700 |
tree | 0a655774d1435783324d84e2316e0208877d6122 | |
parent | 86d56a1a6b7352542661d8a9463758c7f285fce3 [diff] |
net/mlx5: Fix root flow table update When we destroy the last flow table we need to update the root_ft to NULL. It fixes an issue for when the last flow table is destroyed and recreated again, root_ft pointer will not be updated, as a result traffic will be dropped. Fixes: 2cc43b494a6c ('net/mlx5_core: Managing root flow table') Signed-off-by: Maor Gottlieb <maorg@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>