Re: [dpdk-dev] [PATCH v2] net/mlx5: introduce mlx5 hash list

2019-11-07 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Bing Zhao > Sent: Thursday, November 7, 2019 11:21 AM > To: Bing Zhao ; Slava Ovsiienko > ; Stephen Hemminger > > Cc: Ori Kam ; Raslan Darawsheh > ; dev@dpdk.org > Subject: RE: [dpdk-dev] [PATCH v2] net/mlx5: introduce mlx5 ha

Re: [dpdk-dev] [PATCH v2] net/mlx5: introduce mlx5 hash list

2019-11-07 Thread Bing Zhao
eh > > Subject: [dpdk-dev] [PATCH v2] net/mlx5: introduce mlx5 hash list > > Introduce simple hash list to the mlx5 utilities. User can define its own > data structure containing the mlx5_hlist_entry and create the hash list > table via the creation interface. Then the entry will

[dpdk-dev] [PATCH v2] net/mlx5: introduce mlx5 hash list

2019-11-06 Thread Bing Zhao
Introduce simple hash list to the mlx5 utilities. User can define its own data structure containing the mlx5_hlist_entry and create the hash list table via the creation interface. Then the entry will be inserted into the table and linked to the corresponding list head. User should guarantee there i