On Mon, Mar 06, 2017 at 05:09:47PM +0100, Jannis Ohms wrote: > The 6 DSCP bits defines some kind of priority. > > Are there different queues for each value or bucket of values ? > > How are these queues configured (min rate / max rate) ? > > can I reconfigure them ? > > > Are the packets automaticly dispatched to the queues acording to their dscp > ? or do i have to write flows which match the tos field and use the enqueue > action > > Is there some kind of OVS QoS guide?
OVS largely treats DSCP like any other kind of field. If you want packets to be dispatched to queues based on DSCP, you can add flows to match on DSCP and set the queue. To configure queuing, read the documentation for the QoS and Queue tables in ovs-vswitchd.conf.db(5). _______________________________________________ discuss mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
