Re: [ovs-dev] [PATCH V3] Add support for 802.1ad (qinq)

2014-04-14 Thread Thomas Graf
On 04/12/2014 10:09 PM, Thomas F Herbert wrote: diff --git a/lib/packets.c b/lib/packets.c index 6244c3f..385da79 100644 --- a/lib/packets.c +++ b/lib/packets.c @@ -198,8 +198,9 @@ eth_pop_vlan(struct ofpbuf *packet) { struct vlan_eth_header *veh = ofpbuf_l2(packet); -if (veh && ofpb

Re: [ovs-dev] [PATCH V3] Add support for 802.1ad (qinq)

2014-04-12 Thread Andy Zhou
HI, Thomas, Thanks for rebasing. But I am not able apply the patch. Git complained that the patch format is malformed. Is it possible you email client some how reformatted the patch? It would be great if you can send it again using 'git send-email'. Andy On Sat, Apr 12, 2014 at 1:09 PM, Thomas