Re: [Ryu-devel] Maximum tcp frame utilization

2016-02-20 Thread Stas Kozlov
Tomonori, San Thank you, that works for me. On 17.02.2016 23:35, FUJITA Tomonori wrote: > On Sat, 13 Feb 2016 12:15:44 +0300 > Stas Kozlov wrote: > >> I have a ryu code which programs 1000 flow entries at once. Each time >> when I call datapath.send_msg() the controller sends 1 flow_mod p

Re: [Ryu-devel] Maximum tcp frame utilization

2016-02-17 Thread FUJITA Tomonori
On Sat, 13 Feb 2016 12:15:44 +0300 Stas Kozlov wrote: > I have a ryu code which programs 1000 flow entries at once. Each time > when I call datapath.send_msg() the controller sends 1 flow_mod per TCP > frame (~120 bytes payload). Is it possible to increase maximum possible > messages in one TC

[Ryu-devel] Maximum tcp frame utilization

2016-02-13 Thread Stas Kozlov
Hi, All I have a ryu code which programs 1000 flow entries at once. Each time when I call datapath.send_msg() the controller sends 1 flow_mod per TCP frame (~120 bytes payload). Is it possible to increase maximum possible messages in one TCP frame? -- Stas -