On Wed, 5 Feb 2014 14:46:52 +0900 (JST) [email protected] (YAMAMOTO Takashi) wrote:
> > On Mon, 3 Feb 2014 12:48:28 +0900 > > YAMAMOTO Takashi <[email protected]> wrote: > > > >> currently OFP classes takes the Datapath object, which is too complex > >> for this purpose. this class, ProtocolDesc, is intended to be > >> a simpler replacement for that. > >> > >> Signed-off-by: YAMAMOTO Takashi <[email protected]> > >> --- > >> ryu/ofproto/ofproto_protocol.py | 56 > >> +++++++++++++++++++++++++++++++++++++++++ > >> 1 file changed, 56 insertions(+) > >> create mode 100644 ryu/ofproto/ofproto_protocol.py > > > > Can we have the following in ofproto_parser.py instead of creating a > > new file? Having the following in ofproto_parser.py looks ok. > > i considered it but it would create circular imports. > i feel a separate module cleaner. Understood. Then fine by me. Applied, thanks. ------------------------------------------------------------------------------ Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper. http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
