Re: [Ryu-devel] Bug Fix - OFPSetAsync Call

2014-03-20 Thread FUJITA Tomonori
On Tue, 18 Mar 2014 23:52:14 -0700 Sriram wrote: > When OFPSetAsync is called, I noticed that appropriate bits are not set > correctly. Each type should be left shifted to set the correct type and > receive corresponding async messages from the switch. Thanks! It would be great if you could sen

[Ryu-devel] Bug Fix - OFPSetAsync Call

2014-03-18 Thread Sriram
Hi, When OFPSetAsync is called, I noticed that appropriate bits are not set correctly. Each type should be left shifted to set the correct type and receive corresponding async messages from the switch. Attached is a patch that addresses this bug. Sriram SetAsync_Config.patch Description: Binar