Re: [ovs-dev] [PATCH] datapath: Add support for RHEL-7 / CentOS-7 kernel.

2014-10-03 Thread Pravin Shelar
On Thu, Oct 2, 2014 at 11:37 AM, Jiri Benc wrote: > On Mon, 29 Sep 2014 21:39:56 -0700, Pravin B Shelar wrote: >> This patch mostly is related to tunnel API where RHEL 7 >> kernel API are not in-sync with newer linux kernel API. So >> extra checks are required to check for parameters of API. >> >>

Re: [ovs-dev] [PATCH] datapath: Add support for RHEL-7 / CentOS-7 kernel.

2014-10-02 Thread Jiri Benc
On Mon, 29 Sep 2014 21:39:56 -0700, Pravin B Shelar wrote: > This patch mostly is related to tunnel API where RHEL 7 > kernel API are not in-sync with newer linux kernel API. So > extra checks are required to check for parameters of API. > > Signed-off-by: Pravin B Shelar > --- [...] > --- a/data

[ovs-dev] [PATCH] datapath: Add support for RHEL-7 / CentOS-7 kernel.

2014-09-29 Thread Pravin B Shelar
This patch mostly is related to tunnel API where RHEL 7 kernel API are not in-sync with newer linux kernel API. So extra checks are required to check for parameters of API. Signed-off-by: Pravin B Shelar --- acinclude.m4 |7 +++ datapath/datapath.c