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
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