Re: [ovs-dev] [PATCH] Bump up the supported kernel versions to include 3.5.x.

2012-08-08 Thread Kyle Mestery (kmestery)
On Aug 8, 2012, at 1:34 PM, Jesse Gross wrote: > On Wed, Aug 8, 2012 at 11:13 AM, Kyle Mestery (kmestery) > wrote: >> On Aug 8, 2012, at 1:08 PM, Jesse Gross wrote: >>> On Tue, Aug 7, 2012 at 3:48 PM, Kyle Mestery wrote: Signed-off-by: Kyle Mestery --- datapath/datapath.c | 4 ++--

Re: [ovs-dev] [PATCH] Bump up the supported kernel versions to include 3.5.x.

2012-08-08 Thread Jesse Gross
On Wed, Aug 8, 2012 at 11:13 AM, Kyle Mestery (kmestery) wrote: > On Aug 8, 2012, at 1:08 PM, Jesse Gross wrote: >> On Tue, Aug 7, 2012 at 3:48 PM, Kyle Mestery wrote: >>> Signed-off-by: Kyle Mestery >>> --- >>> datapath/datapath.c | 4 ++-- >>> 1 file changed, 2 insertions(+), 2 deletions(-) >>

Re: [ovs-dev] [PATCH] Bump up the supported kernel versions to include 3.5.x.

2012-08-08 Thread Kyle Mestery (kmestery)
On Aug 8, 2012, at 1:08 PM, Jesse Gross wrote: > On Tue, Aug 7, 2012 at 3:48 PM, Kyle Mestery wrote: >> Signed-off-by: Kyle Mestery >> --- >> datapath/datapath.c | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) > > Applied, thanks Kyle. Thanks Jesse. Fedora rolled up to this version,

Re: [ovs-dev] [PATCH] Bump up the supported kernel versions to include 3.5.x.

2012-08-08 Thread Jesse Gross
On Tue, Aug 7, 2012 at 3:48 PM, Kyle Mestery wrote: > Signed-off-by: Kyle Mestery > --- > datapath/datapath.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied, thanks Kyle. ___ dev mailing list dev@openvswitch.org http://openvswitch

[ovs-dev] [PATCH] Bump up the supported kernel versions to include 3.5.x.

2012-08-07 Thread Kyle Mestery
Signed-off-by: Kyle Mestery --- datapath/datapath.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/datapath/datapath.c b/datapath/datapath.c index 7a7dc4c..e98c84b 100644 --- a/datapath/datapath.c +++ b/datapath/datapath.c @@ -61,8 +61,8 @@ #include "vport-internal_dev.h