On Wed, Jun 1, 2016 at 11:24 PM, Simon Horman <simon.hor...@netronome.com> wrote: > This breaks out some of of skb_vlan_pop into a separate helper. > This new helper moves the outer-most vlan tag present in packet data > into metadata. > > The motivation is to allow acceleration VLAN tags without adding a new > one. This is in preparation for a push ethernet header support in Open > vSwitch. > > Signed-off-by: Simon Horman <simon.hor...@netronome.com> >
I am not sure we need this function at this point. I will post comment on patch 4 where it is used.