[ovs-dev] [PATCH v12 rebased 1/3] userspace: add support for pop_eth and push_eth actions

Jiri Benc jbenc at redhat.com
Tue Nov 29 08:18:56 UTC 2016


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


More information about the dev mailing list