Re: [ovs-dev] [PATCH v2 01/13] datapath: Drop support for linux pre-2.6.32 kernel.
On Tue, Sep 3, 2013 at 1:59 PM, Pravin B Shelar wrote: > diff --git a/FAQ b/FAQ > index 75d9007..5f23778 100644 > --- a/FAQ > +++ b/FAQ > @@ -149,12 +149,13 @@ A: The following table lists the Linux kernel versions > against which the > 1.10.x 2.6.18 to 3.8 > 1.11.x 2.6.18
[ovs-dev] [PATCH v2 01/13] datapath: Drop support for linux pre-2.6.32 kernel.
This makes datapath module much close to upstream datapath and make code easy to understand. Signed-off-by: Pravin B Shelar --- FAQ |5 +++-- NEWS|1 + README |2 +- SubmittingPatches |2 +- datapath/datapath.c |4 ++-- debian/ch