[Ryu-devel] MP-Bgp support

2016-02-13 Thread Stas Kozlov
Hi All, Does Ryu framework supports MP-BGP EVPN? I want to use Ryu for VXLAN control plane . -- Stas -- Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App in

[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 -