Re: [PATCH V4] pipeline: add RSS support

2023-02-19 Thread Thomas Monjalon
07/02/2023 17:41, Cristian Dumitrescu: > Add pipeline support for the Receive Side Scaling (RSS) hashing. While > the pipeline already supports the stateless hashing schemes, the RSS > scheme uses a key configured by the control plane and preserved > between successive RSS hash invocations. > > Si

[PATCH V4] pipeline: add RSS support

2023-02-07 Thread Cristian Dumitrescu
Add pipeline support for the Receive Side Scaling (RSS) hashing. While the pipeline already supports the stateless hashing schemes, the RSS scheme uses a key configured by the control plane and preserved between successive RSS hash invocations. Signed-off-by: Cristian Dumitrescu Signed-off-by: Ka