I am creating an HFSC queue outside of OVS, and would like to forward traffic to that queue.  I do these commands on clean runs, so they are not duplicated.

The following command does not "fully" work:

    ovs-ofctl add-flow ovsbr0 ip,in_port=10,ip_dscp=5,actions=set_queue:3,output:9

BUT if I give this it does:

    ovs-ofctl add-flow ovsbr0 ip,in_port=10,ip_dscp=5,actions=set_queue:3,output:9,NORMAL

In both cases, I can see traffic/packets hitting the rule, but only in the second case is it forwarded to my tc queue.  If I run "ovs-ofctl dump-flows ovsbr0" it shows that the rule gets packets, so it seems more an issue of forwarding to my queue.

Any help is appreciated!

Thanks,
Deborah Charan

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
discuss mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to