Re: [Ryu-devel] REST API stress cause ryu to hit 100% CPU utilization

2014-01-29 Thread FUJITA Tomonori
On Wed, 29 Jan 2014 22:14:33 + Morgan Yang wrote: > We are using the REST API plugin interface to Openstack so it will > be ideal to stay with REST. Do you think performance will improve if > our agent supports jumbo/super flow or wildcard flow addition? I see. If your agent supports such, t

Re: [Ryu-devel] REST API stress cause ryu to hit 100% CPU utilization

2014-01-29 Thread FUJITA Tomonori
On Wed, 29 Jan 2014 11:27:05 +0900 Satoshi Kobayashi wrote: > Do we have any document for how to use VRRP RPC API? I want to try it. Thanks for interest! I'll write docs about VRRP but there is no VRRP docs for now. Here's simple instructions (of course, after reading, writing and sending a pat

Re: [Ryu-devel] REST API stress cause ryu to hit 100% CPU utilization

2014-01-29 Thread Morgan Yang
Hi Fujita: We are using the REST API plugin interface to Openstack so it will be ideal to stay with REST. Do you think performance will improve if our agent supports jumbo/super flow or wildcard flow addition? Much Thanks Morgan Yang -Original Message- From: FUJITA Tomonori [mailto:fuj

Re: [Ryu-devel] [PATCH v2 02/39] Correct OF1.4 OFPMatch JSON serialisation and formatting

2014-01-29 Thread Simon Horman
On Wed, Jan 29, 2014 at 09:12:43PM +0900, FUJITA Tomonori wrote: > On Wed, 29 Jan 2014 15:13:46 +0900 > FUJITA Tomonori wrote: > > > On Wed, 29 Jan 2014 12:05:49 +0900 > > Simon Horman wrote: > > > > > Prior to this patch the code serialises an OFPMatch as: > > > > > >"OFPMatch": { > > >

Re: [Ryu-devel] [PATCH v2 02/39] Correct OF1.4 OFPMatch JSON serialisation and formatting

2014-01-29 Thread FUJITA Tomonori
On Wed, 29 Jan 2014 15:13:46 +0900 FUJITA Tomonori wrote: > On Wed, 29 Jan 2014 12:05:49 +0900 > Simon Horman wrote: > > > Prior to this patch the code serialises an OFPMatch as: > > > >"OFPMatch": { > > "oxm_fields": { > > "arp_op": 1, > > ... > > } > >}