Re: [ovs-dev] [PATCH upstream] openvswitch: Reduce Netlink attribute mask to u32.

2011-11-17 Thread Jesse Gross
On Thu, Nov 17, 2011 at 3:55 PM, Ben Pfaff wrote: > On Thu, Nov 17, 2011 at 02:51:51PM -0800, Jesse Gross wrote: >> In the OVS tree, the Netlink attributes for flow key types spans >> 64-bits but in the upstream version it only needs 32-bits so this >> reduces it. >> >> Signed-off-by: Jesse Gross

Re: [ovs-dev] [PATCH upstream] openvswitch: Reduce Netlink attribute mask to u32.

2011-11-17 Thread Ben Pfaff
On Thu, Nov 17, 2011 at 02:51:51PM -0800, Jesse Gross wrote: > In the OVS tree, the Netlink attributes for flow key types spans > 64-bits but in the upstream version it only needs 32-bits so this > reduces it. > > Signed-off-by: Jesse Gross Acked-by: Ben Pfaff __

[ovs-dev] [PATCH upstream] openvswitch: Reduce Netlink attribute mask to u32.

2011-11-17 Thread Jesse Gross
In the OVS tree, the Netlink attributes for flow key types spans 64-bits but in the upstream version it only needs 32-bits so this reduces it. Signed-off-by: Jesse Gross --- net/openvswitch/flow.c | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/net/openvswit