Re: [dpdk-dev] [PATCH v2 0/3] Reorganize resources of flow tables

2019-11-08 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Bing Zhao > Sent: Friday, November 8, 2019 5:23 PM > To: Slava Ovsiienko > Cc: Bing Zhao ; Ori Kam > ; Raslan Darawsheh ; > dev@dpdk.org > Subject: [PATCH v2 0/3] Reorganize resources of flow tables > > From: Bing Zhao > > Number of flow tables is limit

[dpdk-dev] [PATCH v2 0/3] Reorganize resources of flow tables

2019-11-08 Thread Bing Zhao
From: Bing Zhao Number of flow tables is limited by the memory resource, and the index could be to as large as 2^^32 - 1. In the past, the flow tables are organized by arrays, and this organization has some advantages and disadvantages. The lookup for the table resource from a linear array is qui