Re: [Ryu-devel] RYU Patches

2014-09-24 Thread Sriram
Hi, here is the updated version of that patch. Let me know if this looks OK. Thanks, Sriram On Wed, Sep 24, 2014 at 12:03 AM, Yusuke Iwase wrote: > Hi, > > I checked and tested your patch > (0001-Fix-spell-check-in-group-feature-message.patch) > and found a impact for re

[Ryu-devel] RYU Patches

2014-09-21 Thread Sriram
rotocol version" Hope this helps. Thanks, Sriram 0001-Improve-debug-messages-for-unsupported-request.patch Description: Binary data 0001-Fix-spell-check-in-group-feature-message.patch Description: Binary data -- Meet PC

[Ryu-devel] Patch for Missing fields in StatsReply messages in OF 1.2, 1.3

2014-09-17 Thread Sriram
Hi, I found some fields missing in the OpenFlow statistics messages in both OpenFlow 1.2 and 1.3 lib files. I also removed extra fields that are not part of 1.2 header. Unit tests are passing. Hope this is helpful. Thanks, Sriram 0001-Add-missing-fields-in-OpenFlow-statistics-messages.patch

Re: [Ryu-devel] Patch for Typos and Incorrect Values in OpenFlow Header files

2014-09-16 Thread Sriram
Hi Fujita-san, I have split the previous patch into 2 patches for ease of tracking. Also, the unit tests pass now. let me know otherwise. Thanks, Sriram On Fri, Sep 12, 2014 at 3:00 PM, FUJITA Tomonori < fujita.tomon...@lab.ntt.co.jp> wrote: > On Tue, 9 Sep 2014 09:27:15 -0700 > S

Re: [Ryu-devel] Patch for Typos and Incorrect Values in OpenFlow Header files

2014-09-09 Thread Sriram
Please consider the updated patch. Thanks, Sriram On Mon, Sep 8, 2014 at 11:53 PM, Sriram wrote: > Hi, > > I found some typos and inconsistencies between the OpenFlow specification > and header files for OpenFlow 1.3 and 1.4. Attached patch has correct > values. >

[Ryu-devel] Patch for Typos and Incorrect Values in OpenFlow Header files

2014-09-08 Thread Sriram
Hi, I found some typos and inconsistencies between the OpenFlow specification and header files for OpenFlow 1.3 and 1.4. Attached patch has correct values. Thanks, Sriram 0001-Fix-Incorrect-Enum-Names-and-Values.patch Description: Binary data

[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