This series adds support of encap and decap actions in DV format. It is using the generic encapsulation framework from [1]. Note that encap action is relevant for egress only. Hence this series should be merged on top of [2].
[1] "ethdev: add generic L2/L3 tunnel encapsulation actions" http://mails.dpdk.org/archives/dev/2018-September/113122.html [2] "net/mlx5: allow flow rule with attribute egress" http://mails.dpdk.org/archives/dev/2018-September/113276.html Dekel Peled (4): net/mlx5: add flow action functions to glue net/mlx5: add definitions for DV encap and decap net/mlx5: add DV encap L2 and L3 operations net/mlx5: add DV decap L2 and L3 operations drivers/net/mlx5/mlx5_flow.c | 10 + drivers/net/mlx5/mlx5_flow.h | 7 + drivers/net/mlx5/mlx5_flow_dv.c | 487 +++++++++++++++++++++++++++++++++++++++- drivers/net/mlx5/mlx5_glue.c | 33 +++ drivers/net/mlx5/mlx5_glue.h | 7 + 5 files changed, 539 insertions(+), 5 deletions(-) -- 1.8.3.1