Re: [dpdk-dev] [PATCH] net/mlx5: fix multiple flow table hash list

2019-12-17 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of Xiaoyu Min > Sent: Monday, December 16, 2019 11:28 AM > To: Ori Kam ; Matan Azrad ; > Shahaf Shuler ; Slava Ovsiienko > > Cc: dev@dpdk.org; sta...@dpdk.org; Zhike Wang > Subject: [dpdk-dev] [PATCH] net/mlx5: fix

Re: [dpdk-dev] [PATCH] net/mlx5: fix multiple flow table hash list

2019-12-17 Thread Matan Azrad
> From: Xiaoyu Min > The eth devices which share one ibv device only need one hash list of flow > table. > > Currently, flow table hash list is created per each eth device whatever > whether they share one ibv device or not. > > If the devices share one ibv device, the previously created hash

[dpdk-dev] [PATCH] net/mlx5: fix multiple flow table hash list

2019-12-16 Thread Xiaoyu Min
The eth devices which share one ibv device only need one hash list of flow table. Currently, flow table hash list is created per each eth device whatever whether they share one ibv device or not. If the devices share one ibv device, the previously created hash list will become dangle because the