I tried it without FV and I'm getting the same error: "invalid action type 11"

----- Original Message -----
From: "Rob Sherwood" <[email protected]>
To: "Ali Sydney" <[email protected]>
Cc: [email protected]
Sent: Monday, September 26, 2011 10:57:57 AM
Subject: Re: [openflow-discuss] OpenFlow error: invalid action type 11

On Mon, Sep 26, 2011 at 8:53 AM, Ali Sydney <[email protected]> wrote:
> I am trying to use the min-rate feature to implement some level of QoS. Below 
> are the details:
>
> 1. Using dpctl, I configured 2 queues (Queue 1 and 2) on Port 3 of the Pronto 
> 3290 switch.
> 2. I am now attempting to map tcp and udp flows to these queues.
> 3. I assumed the following actions would do the mapping:
>
> # Map tcp flows to Queue 1 of port 3
> actions = [[openflow.OFPAT_ENQUEUE,[3,1]]]
>
> # Map udp flows to Queue 2 of port 3
> actions = [[openflow.OFPAT_ENQUEUE,[3,2]]]
>
> This test is similar to what was done from the flowing link using the 
> reference switch:
> http://www.openflow.org/wk/index.php/Slicing
>
> NB. I am also using FlowVisor.

I would try this without the flowvisor first, to try to isolate the
problem.  Also, the queue support for FV never got ported from the 0.4
code (see https://openflow.stanford.edu/bugs/browse/FLOWVISOR-81) and
was never designed to allow slices to have direct access to the queues
but rather that the FV would do all the queue management.  The error
you're getting is probably from the flowvisor.

- Rob
.
_______________________________________________
openflow-discuss mailing list
[email protected]
https://mailman.stanford.edu/mailman/listinfo/openflow-discuss

Reply via email to