Re: [dpdk-dev] [PATCH] event/sw: fix hashing of flow on ordered ingress

2017-04-19 Thread Thomas Monjalon
13/04/2017 14:31, Bruce Richardson: > On Mon, Apr 10, 2017 at 04:56:43PM +0100, Harry van Haaren wrote: > > The flow id of packets was not being hashed on ingress > > on an ordered queue. Fix by applying same hashing as is > > applied in the atomic queue case. The hashing itself is > > broken out i

Re: [dpdk-dev] [PATCH] event/sw: fix hashing of flow on ordered ingress

2017-04-13 Thread Bruce Richardson
On Mon, Apr 10, 2017 at 04:56:43PM +0100, Harry van Haaren wrote: > The flow id of packets was not being hashed on ingress > on an ordered queue. Fix by applying same hashing as is > applied in the atomic queue case. The hashing itself is > broken out into a macro to avoid duplication of code. > >

[dpdk-dev] [PATCH] event/sw: fix hashing of flow on ordered ingress

2017-04-10 Thread Harry van Haaren
The flow id of packets was not being hashed on ingress on an ordered queue. Fix by applying same hashing as is applied in the atomic queue case. The hashing itself is broken out into a macro to avoid duplication of code. Fixes: 617995dfc5b2 ("event/sw: add scheduling logic") Signed-off-by: Harry