How to map a queue on a flow configured on OpenvSwitch on OF13 ?
Hello.
So I'm using ODL HeliumSR2 with mininet 2.2 with openvswitch 2.0.2.
I'm able to create a qos and queues on a specific port. After that I try to map it to a flow. However before it was used the action "enqueue" that would specify a port and the queue id. However with OF13 we no longer have "enqueue", but we have a similar thing which is "set-queue". However this command only allow us to specify the queue-id. Where can we specify which port is the queue in order to it be applied ?
I've tested only with the action "set-queue:1" however the rate limiting is not applied.
Is this a bug on openvswitch or I have to add something else in order to correctly map the queue to the flow ?
Help would be much apreciated.
Regards, Nuno B.