Re: [ovs-dev] [PATCH v3 03/16] flow: Introduce parse_dl_type().

2016-05-24 Thread Fischetti, Antonio
Looks ok to me. Acked-by: Antonio Fischetti <antonio.fische...@intel.com> > -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Daniele > Di Proietto > Sent: Tuesday, May 17, 2016 1:56 AM > To: dev@openvswitch.org > Subject: [ovs-de

[ovs-dev] [PATCH v3 03/16] flow: Introduce parse_dl_type().

2016-05-16 Thread Daniele Di Proietto
The function simply returns the ethernet type of the packet (after eventually discarding the VLAN tag). It will be used by a following commit. Signed-off-by: Daniele Di Proietto Acked-by: Flavio Leitner --- lib/flow.c | 14 -- lib/flow.h