]> git.baikalelectronics.ru Git - kernel.git/commit
net/mlx5e: Change parse attr struct to accommodate multiple tunnel infos
authorEli Britstein <elibr@mellanox.com>
Sun, 18 Nov 2018 11:16:52 +0000 (13:16 +0200)
committerSaeed Mahameed <saeedm@mellanox.com>
Tue, 11 Dec 2018 22:52:20 +0000 (14:52 -0800)
commitc55a7b7e54675da3f31f5075e3180ff369458f78
tree179342fd9ec45db3e2abf941751e2947e49d7ec6
parent753ca8f22c7234f652fb28459a4d672d25d7bb2d
net/mlx5e: Change parse attr struct to accommodate multiple tunnel infos

Currently the driver can support only a single TC tunnel_set action.
Change the tunnel info fields to arrays, as a pre-step to support
multiple encapsulations for a single flow, with no functional change.

Signed-off-by: Eli Britstein <elibr@mellanox.com>
Reviewed-by: Oz Shlomo <ozsh@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c