Re: [pox-dev] pox app multi-thread or single-thread, why buffer_id in controller side sometimes is not sequence

2014-08-20 Thread Murphy McCauley
On Aug 19, 2014, at 8:22 PM, 张伟 zhang...@126.com wrote: Hi all, I want to know for the application eg l2_learning. If we run this component, l2_learning is single thread or multi-thread? Single threaded. My simple test: def _handle_PacketIn (event): packet = event.parsed

Re: [pox-dev] pox app multi-thread or single-thread, why buffer_id in controller side sometimes is not sequence

2014-08-20 Thread 张伟
Thank you very much for your reply! See below. At 2014-08-20 02:48:33, Murphy McCauley murphy.mccau...@gmail.com wrote: On Aug 19, 2014, at 8:22 PM, 张伟 zhang...@126.com wrote: Hi all, I want to know for the application eg l2_learning. If we run this component, l2_learning is single

Re: [pox-dev] pox app multi-thread or single-thread, why buffer_id in controller side sometimes is not sequence

2014-08-20 Thread Murphy McCauley
On Aug 20, 2014, at 8:05 AM, 张伟 zhang...@126.com wrote: Thank you very much for your reply! See below. At 2014-08-20 02:48:33, Murphy McCauley murphy.mccau...@gmail.com wrote: On Aug 19, 2014, at 8:22 PM, 张伟 zhang...@126.com wrote: Hi all, I want to know for the

[pox-dev] pox app multi-thread or single-thread, why buffer_id in controller side sometimes is not sequence

2014-08-19 Thread 张伟
Hi all, I want to know for the application eg l2_learning. If we run this component, l2_learning is single thread or multi-thread? My simple test: def _handle_PacketIn (event): packet = event.parsed msg = of.ofp_flow_mod() msg.match = of.ofp_match.from_packet(packet,