Good Afternoon,
I am trying to use Mininet together with OVS and a RYU controller to emulate a simple network. I was wondering if some could tell me IF it is possible to set queues/qos through linux tc and then they would show up in the commands: sh ovs-vsctl list Qos sh ovs-vsctl list Queue What I am doing now is for instance, tc qdisc add dev s2-eth5 rot handle 1: drr then add two sub classes (what I want as my queues) tc class add dev s2-eth5 parent 1: classid 1:1 drr quantum 100 tc class add dev s2-eth5 parent 1: classid 1:2 drr quantum 200 then because I know it is necessary I add a filter that basically let's everything pass through it, tc filter add dev eth0 protocol ip parent 1: prio 1 u32 But nothing shows in my queues/qos tables.. I am a beginner and I apologize if this is trivial but any thoughts? My goal is to create one QOS per port that has 2-3 queues that are served in a Deficit Round Robin (DRR) Fashion!! Best, Sherif
_______________________________________________ discuss mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
