[dpdk-dev] [PATCH v2 0/4] add support of Direct Verbs encap and decap actions

Dekel Peled dekelp at mellanox.com
Sun Oct 7 16:25:04 CEST 2018


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-October/114654.html
[2] "net/mlx5: allow flow rule with attribute egress"
    http://mails.dpdk.org/archives/dev/2018-October/114658.html

---
V2:
* Rebase on tip.
* Apply code review comments.
---

Dekel Peled (4):
  net/mlx5: add flow action functions to glue
  net/mlx5: add Direct Verbs encap and decap defs
  net/mlx5: add L2 and L3 encap to Direct Verbs flow
  net/mlx5: add L2 and L3 decap to Direct Verbs flow

 drivers/net/mlx5/mlx5_flow.c    |   8 +
 drivers/net/mlx5/mlx5_flow.h    |   6 +
 drivers/net/mlx5/mlx5_flow_dv.c | 440 +++++++++++++++++++++++++++++++++++++++-
 drivers/net/mlx5/mlx5_glue.c    |  33 +++
 drivers/net/mlx5/mlx5_glue.h    |   9 +
 5 files changed, 492 insertions(+), 4 deletions(-)

-- 
1.8.3.1



More information about the dev mailing list