Comment 8 for bug 1021530

Revision history for this message
Aaron Rosen (arosen) wrote : Re: update to include stable fixes for OVS 1.4

Hi Adam,

It seems like this patch wasn't actually applied to the package you provided?

 I downloaded openvswitch-datapath-source_1.4.0-1ubuntu1.1_all.deb (http://ppa.launchpad.net/gandelman-a/ppa/ubuntu/pool/main/o/openvswitch/openvswitch-datapath-source_1.4.0-1ubuntu1.1_all.deb) and navigated to data.tar.gz->./usr/src/openvswitch-datapath.tar.bz2->/modules/openvswitch-datapath/->openvswitch.tar.gz->openvswitch/lib/odp-util.h and :

#define ODPUTIL_FLOW_KEY_BYTES 144
not
#define ODPUTIL_FLOW_KEY_BYTES 200

I also confirmed the same thing with the package built with debug symbols.

Thanks,

Aaron