Re: [dpdk-dev] [PATCH] net/mlx5: fix nested flow creation error

2020-11-13 Thread Thomas Monjalon
> > If xmedata mode 1 enabled and create a flow with RSS and mark action, there > > was an error that rdma-core failed to create RQT due to wrong queue > > definition. This was due to mixed flow creation in thread specific flow > > workspace. > > > > This patch introduces nested flow workspace(con

Re: [dpdk-dev] [PATCH] net/mlx5: fix nested flow creation error

2020-11-11 Thread Matan Azrad
From: Xueming Li > If xmedata mode 1 enabled and create a flow with RSS and mark action, there > was an error that rdma-core failed to create RQT due to wrong queue > definition. This was due to mixed flow creation in thread specific flow > workspace. > > This patch introduces nested flow wor

[dpdk-dev] [PATCH] net/mlx5: fix nested flow creation error

2020-11-09 Thread Xueming Li
If xmedata mode 1 enabled and create a flow with RSS and mark action, there was an error that rdma-core failed to create RQT due to wrong queue definition. This was due to mixed flow creation in thread specific flow workspace. This patch introduces nested flow workspace(context data), each flow us