]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit45247bf2985edd983bb241dfa71f0c17713c8e7b
treea6e0d86579cd3137b88e8efe19d5185e722e7dfa
parent1d447a39142e0eaf8526fcb37699e6b8cce5eaa8
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