[ovs-dev] [PATCH v2] net: add ETH_P_802_3_MIN

Simon Horman horms at verge.net.au
Thu Mar 28 05:31:29 UTC 2013


On Thu, Mar 28, 2013 at 01:21:08AM -0400, David Miller wrote:
> From: Simon Horman <horms at verge.net.au>
> Date: Thu, 28 Mar 2013 13:38:25 +0900
> 
> > Add a new constant ETH_P_802_3_MIN, the minimum ethernet type for
> > an 802.3 frame. Frames with a lower value in the ethernet type field
> > are Ethernet II.
> > 
> > Also update all the users of this value that David Miller and
> > I could find to use the new constant.
> > 
> > Also correct a bug in util.c. The comparison with ETH_P_802_3_MIN
> > should be >= not >.
> > 
> > As suggested by Jesse Gross.
> > 
> > Compile tested only.
> > 
> > Acked-by: Mauro Carvalho Chehab <mchehab at redhat.com>
> > Acked-by: Stefan Richter <stefanr at s5r6.in-berlin.de>
> > Signed-off-by: Simon Horman <horms at verge.net.au>
> 
> Looks great, applied, thanks Simon.

Thanks!



More information about the dev mailing list