Re: [dpdk-dev] [PATCH v4] net/mlx5: support multiple groups and jump action

2018-10-13 Thread Shahaf Shuler
Friday, October 12, 2018 11:43 AM, Yongseok Koh: > Subject: [PATCH v4] net/mlx5: support multiple groups and jump action > > rte_flow has 'group' attribute and 'jump' action in order to support multiple > groups. This feature is known as multi-table support ('chain' in linux TC > flower) in genera

[dpdk-dev] [PATCH v4] net/mlx5: support multiple groups and jump action

2018-10-12 Thread Yongseok Koh
rte_flow has 'group' attribute and 'jump' action in order to support multiple groups. This feature is known as multi-table support ('chain' in linux TC flower) in general because a group means a table of flows. Example commands are: flow create 0 transfer priority 1 ingress pa