datapath: Fix compilation on newer old-style Xen kernels.
authorJesse Gross <jesse@nicira.com>
Mon, 25 Jan 2010 00:58:40 +0000 (19:58 -0500)
committerJesse Gross <jesse@nicira.com>
Tue, 26 Jan 2010 23:09:39 +0000 (18:09 -0500)
commit8cdaca99b5742489c35b1cac6e39791a47451952
tree8f826d3ca0d5074ea00487a7e98e05d6be4e94f8
parent1cdb82b9f51f0c087c791a7f60ac9271299a3e04
datapath: Fix compilation on newer old-style Xen kernels.

Some ports of Xen (such as Debian Lenny's) use the old style
Xen checksumming fields on newer kernels.  Normally the code that
deals with those fields isn't used at all on newer kernels.  This
updates the checksumming pointer code with some changes from Lenny
Xen since it is cleaner and works well with our existing compatibility
layer.

CC:pspreadborough@comcast.net
datapath/datapath.c