On Mon, 28 Nov 2016 16:56:27 -0800, Ben Pfaff wrote: > I know that this isn't intended to be applied yet, according to the > cover letter, but it doesn't build: > > ../lib/odp-util.c:5504:15: error: no member named 'base_layer' in 'struct > flow' > ../lib/odp-util.c:5504:40: error: no member named 'base_layer' in 'struct > flow' > ../lib/odp-util.c:5505:19: error: no member named 'base_layer' in 'struct > flow' > ../lib/odp-util.c:5505:33: error: use of undeclared identifier 'LAYER_2' > ../lib/odp-util.c:5512:20: error: no member named 'base_layer' in 'struct > flow' > ../lib/odp-util.c:5512:40: error: no member named 'base_layer' in 'struct > flow' > > and furthermore I can't any mention of base_layer in the OVS history so > I'm not sure what's going on here.
It's in patch 2, seems that the order is mixed up. Sorry for that. Please apply all three patches together for testing. We'll be taking a different approach with this patchset, implementing EXT-382 instead. Thanks, Jiri _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
