]> git.baikalelectronics.ru Git - kernel.git/commit
net/mlx5: Fix root flow table update
authorMaor Gottlieb <maorg@mellanox.com>
Thu, 9 Jun 2016 21:07:31 +0000 (00:07 +0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 10 Jun 2016 05:06:25 +0000 (22:06 -0700)
commit6b62144156d3153c3606481d4c4a73a455afb58d
tree0a655774d1435783324d84e2316e0208877d6122
parent5d1a1b13cc2f53e297cfbe06312995af21f4b06a
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: af403359ec6c ('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>
drivers/net/ethernet/mellanox/mlx5/core/fs_core.c