Re: [ovs-dev] [PATCH] dpif-netdev: Fix windows build.

2016-10-19 Thread Daniele Di Proietto
Thanks, pushed to master On 19/10/2016 14:51, "Sairam Venugopal" wrote: >Acked-by: Sairam Venugopal > > >On 10/19/16, 1:50 PM, "Daniele Di Proietto" wrote: > >>OVS_ALIGNED_VAR(...) should be at the beginning of a definition, as >>the example in include/openvswitch/compiler.h shows. >> >>Fix

Re: [ovs-dev] [PATCH] dpif-netdev: Fix windows build.

2016-10-19 Thread Sairam Venugopal
Acked-by: Sairam Venugopal On 10/19/16, 1:50 PM, "Daniele Di Proietto" wrote: >OVS_ALIGNED_VAR(...) should be at the beginning of a definition, as >the example in include/openvswitch/compiler.h shows. > >Fixes: 38ee0814978c ("dpif-netdev: Cache align netdev_flow_keys.") >Reported-by: Joe Strin

Re: [ovs-dev] [PATCH] dpif-netdev: Fix windows build.

2016-10-19 Thread Alin Serdean
Acked-by: Alin Gabriel Serdean > -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Daniele Di > Proietto > Sent: Wednesday, October 19, 2016 11:50 PM > To: dev@openvswitch.org > Subject: [ovs-dev] [PATCH] dpif-netdev: Fix windows build. &g

[ovs-dev] [PATCH] dpif-netdev: Fix windows build.

2016-10-19 Thread Daniele Di Proietto
OVS_ALIGNED_VAR(...) should be at the beginning of a definition, as the example in include/openvswitch/compiler.h shows. Fixes: 38ee0814978c ("dpif-netdev: Cache align netdev_flow_keys.") Reported-by: Joe Stringer Signed-off-by: Daniele Di Proietto --- lib/dpif-netdev.c | 2 +- 1 file changed,