Re: [ovs-dev] [PATCH branch-2.4 v2] tunnel: Mark GRE64 tunnel protocol deprecated.

2015-07-28 Thread Pravin Shelar
On Mon, Jul 27, 2015 at 11:25 AM, Jesse Gross wrote: > On Tue, Jul 21, 2015 at 9:52 PM, Pravin B Shelar wrote: >> v2.3.0 - 14 Aug 2014 >> diff --git a/datapath/vport-gre.c b/datapath/vport-gre.c >> index 7bbcf57..8a47ab2 100644 >> --- a/datapath/vport-gre.c >> +++ b/datapath/vport-gre.c >> @@ -3

Re: [ovs-dev] [PATCH branch-2.4 v2] tunnel: Mark GRE64 tunnel protocol deprecated.

2015-07-27 Thread Jesse Gross
On Tue, Jul 21, 2015 at 9:52 PM, Pravin B Shelar wrote: > v2.3.0 - 14 Aug 2014 > diff --git a/datapath/vport-gre.c b/datapath/vport-gre.c > index 7bbcf57..8a47ab2 100644 > --- a/datapath/vport-gre.c > +++ b/datapath/vport-gre.c > @@ -330,6 +330,7 @@ static struct vport *gre64_create(const struct

[ovs-dev] [PATCH branch-2.4 v2] tunnel: Mark GRE64 tunnel protocol deprecated.

2015-07-21 Thread Pravin B Shelar
GRE64 was introduced to extend GRE key from 32-bit to 64-bit using key and sequence number field. But GRE64 is not standard protocol. There are not many users of this protocol. Therefore we have decided to deprecate it. Since GRE64 is not in upstream OVS kernel module removing it will bring upstrea