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

2018-10-09 Thread Shahaf Shuler
Wednesday, October 10, 2018 5:48 AM, Yongseok Koh: > Subject: Re: [PATCH v2] net/mlx5: support multiple groups and jump action > On Tue, Oct 09, 2018 at 05:50:30AM -0700, Shahaf Shuler wrote: > > Hi Koh, > > Few comments. > > > > Monday, October 8, 2018 9:06 PM¸ Yongseok Koh: > > > Subject: [PATCH

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

2018-10-09 Thread Yongseok Koh
On Tue, Oct 09, 2018 at 05:50:30AM -0700, Shahaf Shuler wrote: > Hi Koh, > Few comments. > > Monday, October 8, 2018 9:06 PM¸ Yongseok Koh: > > Subject: [PATCH v2] net/mlx5: support multiple groups and jump action > > > > rte_flow has 'group' attribute and 'jump' action in order to support > >

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

2018-10-09 Thread Shahaf Shuler
Hi Koh, Few comments. Monday, October 8, 2018 9:06 PM¸ Yongseok Koh: > Subject: [PATCH v2] 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

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

2018-10-09 Thread Ori Kam
> -Original Message- > From: dev On Behalf Of Yongseok Koh > Sent: Monday, October 8, 2018 9:06 PM > To: Shahaf Shuler > Cc: dev@dpdk.org; Yongseok Koh > Subject: [dpdk-dev] [PATCH v2] net/mlx5: support multiple groups and jump > action > > rte_flow has

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

2018-10-08 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