mbox

[0/4] support DV encap and decap actions

Message ID 1538059845-35896-1-git-send-email-dekelp@mellanox.com (mailing list archive)
Headers

Message

Dekel Peled Sept. 27, 2018, 2:50 p.m. UTC
  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(-)