> 2013/10/21 FUJITA Tomonori <[email protected]> > >> On Mon, 21 Oct 2013 18:45:23 +0900 >> Satoshi Kobayashi <[email protected]> wrote: >> >> > I was also mistaken in it and made time useless. >> > Therefore I feel that it is better to change a default value. >> > >> > Is it like this\x85? (RFC because I do not know that this is excellent) >> > ------------------------------ >> > def __init__(self, port, max_len=ofproto_v1_3.OFPCML_NO_BUFFER, >> > type_=None, len_=None): >> > super(OFPActionOutput, self).__init__() >> > self.port = port >> > self.max_len = max_len if port == ofproto_v1_3.OFPP_CONTROLLER >> else >> > 0 >> >> Changing the default to non zero value is fine by me. However, using >> OFPCML_NO_BUFFER has big side effects (could be harmful), the packet >> is not buffered anymore? >> > > I agree. > How is it that uses OFPCML_MAX? I want to set the default size large > enough. If it is a fixed number, it is nice.
how about 128, which is the default miss_send_len? YAMAMOTO Takashi > > Thanks, > Satoshi ------------------------------------------------------------------------------ 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=60135991&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
