]> git.baikalelectronics.ru Git - kernel.git/commit
net/mlx5: Remove encap entry pointer from the eswitch flow attributes
authorOr Gerlitz <ogerlitz@mellanox.com>
Tue, 25 Apr 2017 12:30:08 +0000 (15:30 +0300)
committerSaeed Mahameed <saeedm@mellanox.com>
Sun, 30 Apr 2017 13:03:06 +0000 (16:03 +0300)
commitc523129e33f7d8735f28b8d8e03c47380912b2a6
treea6e0d86579cd3137b88e8efe19d5185e722e7dfa
parent278136d3ae7078369d7d631aec9f67055f5b123f
net/mlx5: Remove encap entry pointer from the eswitch flow attributes

Encap wise, the tc eswitch flow attribute struct needs to have
only the encap ID which is programmed later to the HW and none
of the higher level encap params, fix that.

This patch doesn't change any functionality.

Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
drivers/net/ethernet/mellanox/mlx5/core/eswitch.h
drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c