Re: [PATCH v2] ethdev: add calculate hash function

2023-10-11 Thread Ferruh Yigit
On 10/10/2023 3:24 PM, Ori Kam wrote: > rte_flow supports insert by index table[1]. > > Using the above table, the application can create rules > that are based on hash. > For example application can create the following logic in order > to create load balancing: > 1. Create insert by index table

[PATCH v2] ethdev: add calculate hash function

2023-10-10 Thread Ori Kam
rte_flow supports insert by index table[1]. Using the above table, the application can create rules that are based on hash. For example application can create the following logic in order to create load balancing: 1. Create insert by index table with 2 rules, that hashes based on dmac 2. Insert to