> But when I checked the configuration in ovs, I still got miss_send_len=0: > > OFPT_FEATURES_REPLY (xid=0x2): dpid:00001afe86e1a141 > n_tables:254, n_buffers:256 > ... > OFPT_GET_CONFIG_REPLY (xid=0x4): frags=normal *miss_send_len=0*
this value is for the connection used by ovs-ofctl, not ryu. > > So there is some inconsistent feedback from ryu and ovs. And I still have > empty-packet_in problem. > Any advice on this issue? Thank you. can you show us your flow table? ie. ovs-ofctl dump-flows br or your code? i suspect that you are using ofp_action_output with max_len=0. YAMAMOTO Takashi ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
