Hi Fujita-San,
On 2016年02月18日 13:37, FUJITA Tomonori wrote: > On Fri, 12 Feb 2016 15:39:50 +0900 > IWASE Yusuke <[email protected]> wrote: > >> simple_switch_* apps have conflicting two faces of its purpose. >> One is the example apps for beginners, the other is the utility >> apps for the L2 switching in the user environments. >> These are difficult to be compatible. >> >> This patch adds an example app for begginers and separates >> from simple_switch_* apps. >> This makes it easy to improve the L2 switching function of >> simple_switch_* apps. >> >> To simplify example_switch_13, the following features are dropped >> from simple_switch_* apps. >> - FlowMod and Packet-Out messages using "buffer_id". >> - Checking the expected "miss_send_length" field. >> - Ignoring the LLDP packets >> >> Signed-off-by: IWASE Yusuke <[email protected]> >> --- >> ryu/app/example_switch_13.py | 101 >> +++++++++++++++++++++++++++++++++++++++++++ >> 1 file changed, 101 insertions(+) >> create mode 100644 ryu/app/example_switch_13.py > > Applied, I'm not sure simple_switch_* can be used as an apprication > for the L2 switching in production though. It does not directly mean the production environment. For example, the following post was to improve simple_switch_* apps, but it was not adopted because we want to keep the codes simple. https://sourceforge.net/p/ryu/mailman/message/33875719/ Now, with this patch, we can improve simple_switch_* apps more freely because the examples for beginners are separated from these apps. Thanks, Iwase ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
