[ovs-dev] [PATCH v3 07/12] dpif-netdev: Cache align netdev_flow_keys.

Ben Pfaff blp at ovn.org
Wed Oct 19 20:54:44 UTC 2016


On Wed, Oct 19, 2016 at 01:42:50PM -0700, Jarno Rajahalme wrote:
> 
> > On Oct 19, 2016, at 10:01 AM, Joe Stringer <joe at ovn.org> wrote:
> > 
> > On 14 October 2016 at 07:37, Bhanuprakash Bodireddy
> > <bhanuprakash.bodireddy at intel.com> wrote:
> >> Aligning the 'keys' array seems to have positive performance impact.
> >> 
> >> Signed-off-by: Bhanuprakash Bodireddy <bhanuprakash.bodireddy at intel.com>
> >> Co-authored-by: Antonio Fischetti <antonio.fischetti at intel.com>
> >> Signed-off-by: Antonio Fischetti <antonio.fischetti at intel.com>
> >> Acked-by: Daniele Di Proietto <diproiettod at vmware.com>
> > 
> > It looks like the Windows build was broken after this change:
> > https://ci.appveyor.com/project/blp/ovs/build/1.0.2391
> > 
> > Will one of you take a look?
> 
> The example in include/openvswitch/compiler.c has the
> OVS_ALIGNED_VAR() before the declaration, not after, so changing the
> modified line accordingly might help. I’d not want to propose a patch
> before testing that this fixes the Windows build, though, and I do not
> have access to a Windows build system…

You can always just push to a test repo of your own in github and then
wait for appveyor to succeed or fail.



More information about the dev mailing list