Re: [dpdk-dev] [PATCH] net/mlx5: fix missing init for flow group

2019-04-22 Thread Shahaf Shuler
Wednesday, April 17, 2019 2:08 AM, Yongseok Koh: > Subject: Re: [PATCH] net/mlx5: fix missing init for flow group > > On Sun, Apr 14, 2019 at 08:18:55PM +, Ori Kam wrote: > > the flow group should be initialized. > > For example selecting if the encapsulation is for root or private > > tables

Re: [dpdk-dev] [PATCH] net/mlx5: fix missing init for flow group

2019-04-16 Thread Yongseok Koh
On Sun, Apr 14, 2019 at 08:18:55PM +, Ori Kam wrote: > the flow group should be initialized. > For example selecting if the encapsulation is for root or private tables > is based on the flow->group value. > > Fixes: 4f84a19779ca ("net/mlx5: add Direct Rules API") > > Signed-off-by: Ori Kam >

[dpdk-dev] [PATCH] net/mlx5: fix missing init for flow group

2019-04-14 Thread Ori Kam
the flow group should be initialized. For example selecting if the encapsulation is for root or private tables is based on the flow->group value. Fixes: 4f84a19779ca ("net/mlx5: add Direct Rules API") Signed-off-by: Ori Kam --- drivers/net/mlx5/mlx5_flow_dv.c | 1 + 1 file changed, 1 insertion(