Re: [PATCH V5 1/2] pipeline: support hash functions

2022-06-01 Thread Thomas Monjalon
21/05/2022 00:31, Cristian Dumitrescu: > Add support for hash functions that compute a signature for an array > of bytes read from a packet header or meta-data. Useful for flow > affinity-based load balancing. > > Signed-off-by: Cristian Dumitrescu Series applied, thanks.

[PATCH V5 1/2] pipeline: support hash functions

2022-05-20 Thread Cristian Dumitrescu
Add support for hash functions that compute a signature for an array of bytes read from a packet header or meta-data. Useful for flow affinity-based load balancing. Signed-off-by: Cristian Dumitrescu --- Depends-on: series-23072 ("[V3,1/3] table: improve learner table timers") Change log: V5: -