Re: [Ryu-devel] [PATCH 0/3] refactor datapath handshake for easy hooking

2012-03-08 Thread Isaku Yamahata
On Thu, Mar 08, 2012 at 06:28:34AM +0900, FUJITA Tomonori wrote: > On Wed, 7 Mar 2012 20:55:39 +0900 > Isaku Yamahata wrote: > > > This patch series splits up handshake into more phase. > > Then it can be easily hooked up. > > With this refactoring, cbench work around is contained in cbench app

Re: [Ryu-devel] [PATCH 0/3] refactor datapath handshake for easy hooking

2012-03-07 Thread FUJITA Tomonori
On Wed, 7 Mar 2012 20:55:39 +0900 Isaku Yamahata wrote: > This patch series splits up handshake into more phase. > Then it can be easily hooked up. > With this refactoring, cbench work around is contained in cbench app itself. > > Isaku Yamahata (3): > ofproto: add known list of desc stats an

[Ryu-devel] [PATCH 0/3] refactor datapath handshake for easy hooking

2012-03-07 Thread Isaku Yamahata
This patch series splits up handshake into more phase. Then it can be easily hooked up. With this refactoring, cbench work around is contained in cbench app itself. Isaku Yamahata (3): ofproto: add known list of desc stats and helper functions controller/handler: split out handshack into more