datapath: Update IPv6 parsing code for kernel style.
authorJesse Gross <jesse@nicira.com>
Sat, 26 Feb 2011 00:46:19 +0000 (16:46 -0800)
committerJesse Gross <jesse@nicira.com>
Thu, 3 Mar 2011 20:17:40 +0000 (12:17 -0800)
commitbfef471742202cedac0a50303f392bea3debd22f
treebb4ea3982b2d6f771683d279e84525f0def45e09
parente977ba19df6210a5ccd46dd61151c804eeeafc78
datapath: Update IPv6 parsing code for kernel style.

Fixes a number of minor elements in the IPv6 extraction and
parsing code to better conform to kernel style.  Examples include
using kernel types/functions, adding line breaks, and using
unlikely() macros.  There is no functional change.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
datapath/flow.c
datapath/flow.h