mbox series

[v2,0/3] net/mlx5: migrate Linux TC flower driver to new flow engine

Message ID 20180924195503.18894-1-yskoh@mellanox.com (mailing list archive)
Headers
Series net/mlx5: migrate Linux TC flower driver to new flow engine |

Message

Yongseok Koh Sept. 24, 2018, 7:55 p.m. UTC
  This patchset is to migrate the existing E-Switch flow driver on to the new flow
engine. This patchset depends on Ori's new flow engine [1].

[1] http://patches.dpdk.org/project/dpdk/list/?series=1473

v2:
* make changes for the newly introduced meson build.

Yongseok Koh (3):
  net/mlx5: add abstraction for multiple flow drivers
  net/mlx5: remove Netlink flow driver
  net/mlx5: add Linux TC flower driver for E-Switch flow

 drivers/net/mlx5/Makefile          |    2 +-
 drivers/net/mlx5/meson.build       |    2 +-
 drivers/net/mlx5/mlx5.c            |   12 +-
 drivers/net/mlx5/mlx5.h            |   25 -
 drivers/net/mlx5/mlx5_flow.c       |  352 +++++++-
 drivers/net/mlx5/mlx5_flow.h       |   33 +-
 drivers/net/mlx5/mlx5_flow_dv.c    |   26 +-
 drivers/net/mlx5/mlx5_flow_tcf.c   | 1608 ++++++++++++++++++++++++++++++++++++
 drivers/net/mlx5/mlx5_flow_verbs.c |   20 +-
 drivers/net/mlx5/mlx5_nl_flow.c    | 1228 ---------------------------
 10 files changed, 1973 insertions(+), 1335 deletions(-)
 create mode 100644 drivers/net/mlx5/mlx5_flow_tcf.c
 delete mode 100644 drivers/net/mlx5/mlx5_nl_flow.c
  

Comments

Thomas Monjalon Oct. 4, 2018, 4:16 p.m. UTC | #1
24/09/2018 21:55, Yongseok Koh:
> Yongseok Koh (3):
>   net/mlx5: add abstraction for multiple flow drivers
>   net/mlx5: remove Netlink flow driver
>   net/mlx5: add Linux TC flower driver for E-Switch flow

applied to dpdk-next-net-mlx