Re: [Ryu-devel] [PATCH 00/32] gre tunnel app

2012-04-04 Thread Isaku Yamahata
On Wed, Apr 04, 2012 at 03:04:01PM +0900, Simon Horman wrote: > Hi Yamahata-san, > > you have been busy! > > On Mon, Apr 02, 2012 at 04:08:14PM +0900, Isaku Yamahata wrote: > > Hi. This patch series implements an ryu application which support gre > > tunneling. > > > > The first part (1-6) is si

Re: [Ryu-devel] [PATCH 00/32] gre tunnel app

2012-04-03 Thread Simon Horman
Hi Yamahata-san, you have been busy! On Mon, Apr 02, 2012 at 04:08:14PM +0900, Isaku Yamahata wrote: > Hi. This patch series implements an ryu application which support gre > tunneling. > > The first part (1-6) is simpley trivial bug fix, refactoring. > The second part (7-15) is for openflow par

[Ryu-devel] [PATCH 00/32] gre tunnel app

2012-04-02 Thread Isaku Yamahata
Hi. This patch series implements an ryu application which support gre tunneling. The first part (1-6) is simpley trivial bug fix, refactoring. The second part (7-15) is for openflow parser/serializer imporvement. The thirt part (16-30) is preparation for gre tunneling the last port(31-32) is real