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

2019-11-07 Thread Slava Ovsiienko
> -Original Message- > From: Bing Zhao > Sent: Friday, November 8, 2019 6:45 > To: Slava Ovsiienko > Cc: Ori Kam ; Raslan Darawsheh > ; dev@dpdk.org > Subject: [PATCH 0/3] Reorganize resources of flow tables > > Number of flow tables is limited by the memory resource, and the index > cou

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

2019-11-07 Thread 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 quite fast, the ID co