Re: [ovs-dev] [PATCH v2] datapath: Enable tunnel GSO features.

2014-07-11 Thread Pravin Shelar
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

Re: [ovs-dev] [PATCH v2] datapath: Enable tunnel GSO features.

2014-07-10 Thread Andy Zhou
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_

[ovs-dev] [PATCH v2] datapath: Enable tunnel GSO features.

2014-07-03 Thread Pravin B Shelar
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