Re: [dpdk-dev] [PATCH] net/mlx5: fix compiling without definition

2019-11-11 Thread Ferruh Yigit
On 11/11/2019 7:00 AM, Slava Ovsiienko wrote: >> -Original Message- >> From: Bing Zhao >> Sent: Sunday, November 10, 2019 18:37 >> To: Slava Ovsiienko ; Raslan Darawsheh >> >> Cc: Ori Kam ; dev@dpdk.org >> Subject: [PATCH] net/mlx5: fix compiling without definition >> >> When compiling th

Re: [dpdk-dev] [PATCH] net/mlx5: fix compiling without definition

2019-11-10 Thread Slava Ovsiienko
> -Original Message- > From: Bing Zhao > Sent: Sunday, November 10, 2019 18:37 > To: Slava Ovsiienko ; Raslan Darawsheh > > Cc: Ori Kam ; dev@dpdk.org > Subject: [PATCH] net/mlx5: fix compiling without definition > > When compiling the driver without macro for direct rules, the flow tabl

[dpdk-dev] [PATCH] net/mlx5: fix compiling without definition

2019-11-10 Thread Bing Zhao
When compiling the driver without macro for direct rules, the flow table reference count should also be in the flow table resource structure. Fixes: c7455199284a ("net/mlx5: reorganize flow tables with hash list") Signed-off-by: Bing Zhao --- drivers/net/mlx5/mlx5.h | 2 -- 1 file changed, 2 de