Re: [Ryu-devel] Openvswitch Hangs

2017-04-05 Thread Attitude Killer
Hi I am extracting information from packets using this and generating packets using proto=150 from Scapy tool and trying to aggregate all the packets in a list for specific time:- self.mac_to_port = {} self.start_time = time.time() self.data = [] self.data_size = 0

Re: [Ryu-devel] OFPOxmId in Table Features Request

2017-04-05 Thread William Fisher
Thanks! The change to oxm_serialize_header helped immensely. I'm working on adjusting the tablefeatures test packet_data. I'll also test experimenter oxm id's. -Bill On Tue, Apr 4, 2017 at 9:59 PM, Iwase Yusuke wrote: > Instead, I guess we need to extend ofproto.oxm_serialize_header() to > i