Re: [ovs-dev] [PATCH v3 02/13] datapath: Move kernel version check to configure.

2013-09-04 Thread Jesse Gross
On Wed, Sep 4, 2013 at 12:56 PM, Pravin B Shelar wrote: > Rather than having compile time check in datapath.c, its better > to check kernel version at configuration step. > > Signed-off-by: Pravin B Shelar Acked-by: Jesse Gross ___ dev mailing list de

[ovs-dev] [PATCH v3 02/13] datapath: Move kernel version check to configure.

2013-09-04 Thread Pravin B Shelar
Rather than having compile time check in datapath.c, its better to check kernel version at configuration step. Signed-off-by: Pravin B Shelar --- acinclude.m4| 14 -- datapath/datapath.c |5 - 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/acinclude