Re: [ovs-dev] [PATCH v14 5/5] dpif-netdev: Add specialized generic scalar functions

2019-07-19 Thread Stokes, Ian
> On 18.07.2019 16:03, Harry van Haaren wrote: > > This commit adds a number of specialized functions, that handle > > common miniflow fingerprints. This enables compiler optimization, > > resulting in higher performance. Below a quick description of > > how this optimization actually works; > > >

Re: [ovs-dev] [PATCH v14 5/5] dpif-netdev: Add specialized generic scalar functions

2019-07-19 Thread Ilya Maximets
On 18.07.2019 16:03, Harry van Haaren wrote: > This commit adds a number of specialized functions, that handle > common miniflow fingerprints. This enables compiler optimization, > resulting in higher performance. Below a quick description of > how this optimization actually works; > > "Specialize

Re: [ovs-dev] [PATCH v14 5/5] dpif-netdev: Add specialized generic scalar functions

2019-07-18 Thread 0-day Robot
Bleep bloop. Greetings Harry van Haaren, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. git-am: Failed to merge in the changes. Patch failed at 0001 dpif-netdev: Add specialized generic scala

[ovs-dev] [PATCH v14 5/5] dpif-netdev: Add specialized generic scalar functions

2019-07-18 Thread Harry van Haaren
This commit adds a number of specialized functions, that handle common miniflow fingerprints. This enables compiler optimization, resulting in higher performance. Below a quick description of how this optimization actually works; "Specialized functions" are "instances" of the generic implementatio