mbox

[v3,0/2] support e-switch flow count action

Message ID 1539733797-31468-1-git-send-email-motih@mellanox.com (mailing list archive)
Headers

Message

Moti Haimovsky Oct. 16, 2018, 11:50 p.m. UTC
  The following patches add support in mlx5 PMD for configuring and
reading flow counters from the device e-switch.

Moti Haimovsky (2):
  net/mlx5: refactor TC-flow infrastructure
  net/mlx5: support e-switch flow count action

 drivers/net/mlx5/mlx5.c            |  18 +-
 drivers/net/mlx5/mlx5.h            |   4 +-
 drivers/net/mlx5/mlx5_flow.c       |  99 ++----
 drivers/net/mlx5/mlx5_flow.h       |  20 +-
 drivers/net/mlx5/mlx5_flow_dv.c    |   1 +
 drivers/net/mlx5/mlx5_flow_tcf.c   | 618 +++++++++++++++++++++++++++++++++++--
 drivers/net/mlx5/mlx5_flow_verbs.c |  87 ++++++
 7 files changed, 739 insertions(+), 108 deletions(-)