datapath: compat: Fix Compiler error for kernel 3.3 to 3.8
authorPravin B Shelar <pshelar@nicira.com>
Fri, 6 Dec 2013 18:43:12 +0000 (10:43 -0800)
committerPravin B Shelar <pshelar@nicira.com>
Wed, 4 Dec 2013 12:08:09 +0000 (04:08 -0800)
commita526bcdf8076543d6530f5978b4ab6d9a7f97623
treef6faeace6af8f7786b079d13300b0b403aa1fb6a
parentafc9f54778901086a9565c14e1ce16c3c7aca514
datapath: compat: Fix Compiler error for kernel 3.3 to 3.8

Kernel 3.3 to 3.8 has defined `struct flow_keys` but does not
contains flow_keys.thoff field.  Therefore we need to use
compat definition for flow_keys struct.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
datapath/linux/compat/include/net/flow_keys.h