Re: [Ryu-devel] Using OFPQueueGetConfigRequest

2013-05-17 Thread FUJITA Tomonori
On Fri, 17 May 2013 11:29:53 +0200 Philipp Aeschlimann wrote: > Sure I can, here we go... > >>From e442dea1f9ae2ce0fe31698e3e5b226041b8c2a0 Mon Sep 17 00:00:00 2001 > From: Aeschlimann Philipp > Date: Fri, 17 May 2013 11:18:44 +0200 > Subject: [PATCH] Fix for OFPQueueGetConfigReply/Request in O

Re: [Ryu-devel] Using OFPQueueGetConfigRequest

2013-05-17 Thread Philipp Aeschlimann
Sure I can, here we go... >From e442dea1f9ae2ce0fe31698e3e5b226041b8c2a0 Mon Sep 17 00:00:00 2001 From: Aeschlimann Philipp Date: Fri, 17 May 2013 11:18:44 +0200 Subject: [PATCH] Fix for OFPQueueGetConfigReply/Request in OFP13 Signed-off-by: Philipp Aeschlimann --- ryu/ofproto/ofproto_v1_3_par

Re: [Ryu-devel] Using OFPQueueGetConfigRequest

2013-05-15 Thread Isaku Yamahata
On Wed, May 15, 2013 at 12:03:26PM +0200, Philipp Aeschlimann wrote: > Hey > > I'm using the following script to create the bridge (OVS). As you can > see, I'm using > > ovs-vsctl set bridge $NAME protocols=OpenFlow13 > > To set the version of OFP. Is there any other place where I have to > conf

Re: [Ryu-devel] Using OFPQueueGetConfigRequest

2013-05-15 Thread Philipp Aeschlimann
Hey I'm using the following script to create the bridge (OVS). As you can see, I'm using ovs-vsctl set bridge $NAME protocols=OpenFlow13 To set the version of OFP. Is there any other place where I have to configure this? Because my app won't work anyways with OVS, here's the version I'm using:

Re: [Ryu-devel] Using OFPQueueGetConfigRequest

2013-05-15 Thread Isaku Yamahata
On Tue, May 14, 2013 at 04:10:46PM +0200, Philipp Aeschlimann wrote: > Hey there > > I'm trying some things with QoS and therefore i wrote a simple > test-app here (click download in the upper right corner): > > https://owncloud.engineering.zhaw.ch/public.php?service=files&t=f6f7e645b0d67b3c9a0cc

Re: [Ryu-devel] Using OFPQueueGetConfigRequest

2013-05-15 Thread Philipp Aeschlimann
BTW, I'm wondering what softswitch or infrastructure you guy's are using for development and test the OF-implementation in RYU for you're applications? g *pae 2013/5/14 Philipp Aeschlimann : > Hey there > > I'm trying some things with QoS and therefore i wrote a simple > test-app here (click down