Re: [ovs-dev] [PATCH] datapath: 64-bit GRE support

2012-10-04 Thread Jesse Gross
On Tue, Sep 11, 2012 at 4:21 AM, Pravin B Shelar wrote: > From: Pravin Shelar > > Extend GRE to have a 64-bit key. Use GRE sequence number to store > upper 32-bits of the key. > > Bug #13186 > Signed-off-by: Pravin B Shelar I received a sparse warning when applying this: CHECK /home/jgross

Re: [ovs-dev] [PATCH] datapath: 64-bit GRE support

2012-09-11 Thread Ben Pfaff
On Tue, Sep 11, 2012 at 09:57:43PM -0700, Ben Pfaff wrote: > On Tue, Sep 11, 2012 at 04:21:47AM -0700, Pravin B Shelar wrote: > > From: Pravin Shelar > > > > Extend GRE to have a 64-bit key. Use GRE sequence number to store > > upper 32-bits of the key. > > I think that the documentation in vswi

Re: [ovs-dev] [PATCH] datapath: 64-bit GRE support

2012-09-11 Thread Ben Pfaff
On Tue, Sep 11, 2012 at 04:21:47AM -0700, Pravin B Shelar wrote: > From: Pravin Shelar > > Extend GRE to have a 64-bit key. Use GRE sequence number to store > upper 32-bits of the key. I think that the documentation in vswitch.xml ought to say that. It should also, in my opinion, mention that t