commit | 3cfc4332edbc0e96af99be9c1cadf10c8b7113fb | [log] [tgz] |
---|---|---|
author | Paul Blakey <paulb@mellanox.com> | Sun Mar 15 15:18:47 2020 +0200 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Tue Mar 17 19:41:21 2020 -0700 |
tree | 7082249c05c0227c7d69bf113a26d491ac96a134 | |
parent | 35e725e1b9d645cc412e06bbc204d63dddb1512b [diff] |
net/mlx5e: CT: Fix insert rules when TC_CT config isn't enabled If CONFIG_MLX5_TC_CT isn't enabled, all offloading of eswitch tc rules fails on parsing ct match, even if there is no ct match. Return success if there is no ct match, regardless of config. Fixes: 4c3844d9e97e ("net/mlx5e: CT: Introduce connection tracking") Signed-off-by: Paul Blakey <paulb@mellanox.com> Reviewed-by: Oz Shlomo <ozsh@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>