commit | 6d2a3ed011e84287c634ec2b6e4a856ce95fd729 | [log] [tgz] |
---|---|---|
author | Or Gerlitz <ogerlitz@mellanox.com> | Tue Sep 04 19:12:10 2018 +0300 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Wed Oct 17 14:18:50 2018 -0700 |
tree | 1e992604c3011ecf09c10dc3e4f7feee185d7975 | |
parent | 42f7ad6760077e125eb7849c5499b7b77a54c2f3 [diff] |
net/mlx5e: Avoid duplicated code for tc offloads add/del fdb rule The code for adding/deleting fdb flow is repeated when user-space does flow add/del and when we add/del from the neigh update path - unify them to avoid the duplication. Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com> Signed-off-by: Paul Blakey <paulb@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>