On Thu, Jul 10, 2014 at 5:05 PM, Andy Zhou wrote:
> The logic looks good. Patchcheck returns some warnings that may be
> nice to fix up.
> Otherwise, Acked-by: Andy Zhou
>
>
> WARNING: LINUX_VERSION_CODE should be avoided, code should be for the
> version to which it is merged
> #29: FILE: data
The logic looks good. Patchcheck returns some warnings that may be
nice to fix up.
Otherwise, Acked-by: Andy Zhou
WARNING: LINUX_VERSION_CODE should be avoided, code should be for the
version to which it is merged
#29: FILE: datapath/linux/compat/include/linux/netdev_features.h:12:
+#if LINUX_
Following patch enables all available tunnel GSO features for OVS
bridge device so that ovs can use hardware offloads available to
underling device.
Signed-off-by: Pravin B Shelar
---
v1-v2:
This patch checks for kernel version rather than supported
features.
---
.../linux/compat/include/linux/n