Re: [ovs-dev] [PATCH v5 2/2] dpif-netdev/mfex: Optimize packet hash and enable autovalidator

2022-01-13 Thread Van Haaren, Harry
> -Original Message- > From: Stokes, Ian > Sent: Wednesday, January 12, 2022 9:47 PM > To: Van Haaren, Harry ; ovs- > d...@openvswitch.org > Cc: i.maxim...@ovn.org; Amber, Kumar > Subject: RE: [PATCH v5 2/2] dpif-netdev/mfex: Optimize packet hash and enable > autovalidator > > > From: Ku

Re: [ovs-dev] [PATCH v5 2/2] dpif-netdev/mfex: Optimize packet hash and enable autovalidator

2022-01-12 Thread Stokes, Ian
> From: Kumar Amber > > This patch adds error checking of packet hashes to the mfex > autovalidator infrastructure, ensuring that hashes calculated by > optimized mfex implementations is identical to the scalar code. > > This patch avoids calculating the software hash of the packet again > if th

Re: [ovs-dev] [PATCH v5 2/2] dpif-netdev/mfex: Optimize packet hash and enable autovalidator

2022-01-12 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. checkpatch: WARNING: Unexpected sign-offs from developers who are not authors or co-authors or committ

[ovs-dev] [PATCH v5 2/2] dpif-netdev/mfex: Optimize packet hash and enable autovalidator

2022-01-12 Thread Harry van Haaren
From: Kumar Amber This patch adds error checking of packet hashes to the mfex autovalidator infrastructure, ensuring that hashes calculated by optimized mfex implementations is identical to the scalar code. This patch avoids calculating the software hash of the packet again if the optimized mini