Thanks

acording to ovs-vswitchd.conf.db(5).

you can configure a queue to asigne dscp bits for eagress traffic.
This is usefull if traffic gets forwarded to non OpenFlow Networks.
But why is there nothing similar for ingress Traffic.
For me this is a simetrical problem.

Am 06.03.2017 um 17:35 schrieb Ben Pfaff:
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).

--
Ostfalia University of Applied Sciences
Research Group IP-based Communication Systems
Salzdahlumer Straße 46/48
38302 Wolfenbüttel, Germany

Tel.:   + 49 (0)5331 939 43320
Fax:    + 49 (0)5331 939 43322
E-Mail: [email protected]
Web:    http://www.ostfalia.de/cms/de/e

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

Reply via email to