mbox series

[0/2] net/mlx5: support multiple groups and jump action

Message ID 20181003015640.36306-1-yskoh@mellanox.com (mailing list archive)
Headers
Series net/mlx5: support multiple groups and jump action |

Message

Yongseok Koh Oct. 3, 2018, 1:56 a.m. UTC
  In accordance with
        "[RFC] net/mlx5: support multiple groups and jump action" [1].

[1] https://mails.dpdk.org/archives/dev/2018-September/111140.html

Yongseok Koh (2):
  ethdev: add jump action to description table
  net/mlx5: support multiple groups and jump action

 app/test-pmd/config.c            |  2 +-
 drivers/net/mlx5/Makefile        | 10 ++++++
 drivers/net/mlx5/meson.build     |  4 +++
 drivers/net/mlx5/mlx5_flow.h     |  5 +++
 drivers/net/mlx5/mlx5_flow_tcf.c | 78 +++++++++++++++++++++++++++++++++++-----
 lib/librte_ethdev/rte_flow.c     |  1 +
 6 files changed, 90 insertions(+), 10 deletions(-)