[Ryu-devel] ?????? Bufferid in messages

2015-01-21 Thread ????
quot;; ????: [Ryu-devel] Bufferid in messages Hi, One basic doubt. Most of the simple_switch apps have this part of code # install a flow to avoid packet_in next time if out_port != ofproto.OFPP_FLOOD: match = parser.OFPMatch(in_port=in_port, eth_dst=dst) #

Re: [Ryu-devel] Bufferid in messages

2015-01-20 Thread Benjamin Eggerstedt
Hi Padma, I have described my patch as part of the mail, let me quote it. Please find the reference to the OF specs as part of the quote. ## Quote This is with regards to the patch that I sent with subject "[PATCH 1/2] simple_switch_13.py: Added ability to use buffer_id in FlowMod" (the seco

[Ryu-devel] Bufferid in messages

2015-01-20 Thread Padma Jayasankar
Hi, One basic doubt. Most of the simple_switch apps have this part of code # install a flow to avoid packet_in next time if out_port != ofproto.OFPP_FLOOD: match = parser.OFPMatch(in_port=in_port, eth_dst=dst) # verify if we have a valid buffer_id, if yes avoid to