mbox

[0/7] net/mlx5: fixes for the new flow engine

Message ID 20181008180150.39273-1-yskoh@mellanox.com (mailing list archive)
Headers

Message

Yongseok Koh Oct. 8, 2018, 6:02 p.m. UTC
  Minor fixes accumulated since the following two patchsets.

	net/mlx5: add Direct Verbs flow driver support [1]
	net/mlx5: migrate Linux TC flower driver to new flow engine

[1] http://patches.dpdk.org/cover/45248
[2] http://patches.dpdk.org/cover/44897

Yongseok Koh (7):
  net/mlx5: fix wrong flow action macro usage
  net/mlx5: use standard IP protocol numbers
  net/mlx5: rename flow macros
  net/mlx5: fix validation of VLAN ID in flow spec
  net/mlx5: fix flow validation for no fate action
  net/mlx5: add missing VLAN action constraints
  net/mlx5: fix errno values for flow engine

 drivers/net/mlx5/mlx5_flow.c       | 117 +++++++++++++++++++------------------
 drivers/net/mlx5/mlx5_flow.h       |  54 ++++++++---------
 drivers/net/mlx5/mlx5_flow_dv.c    |  30 +++++-----
 drivers/net/mlx5/mlx5_flow_tcf.c   |  78 +++++++++++++++++++------
 drivers/net/mlx5/mlx5_flow_verbs.c |  59 ++++++++++---------
 5 files changed, 193 insertions(+), 145 deletions(-)