Comment 2 for bug 1843165

Revision history for this message
Moshe Levi (moshele) wrote :

yes,

So today ovs mechanism driver can bind Direct port see [1] for ovs offload.
ovs was extended with tc-offload to support rate limit see [1].
The ovs qos drive [2] it limited to work only with Normal Ports, so we can't put QOS rules on direct port.
We just want to add Direct port to ovs Qos driver as done here [4]

[1] - https://github.com/openvswitch/ovs/commit/e7f6ba220e10c0b560da097185514b6e33e2dc71
[2] - https://github.com/openstack/neutron/blob/master/neutron/plugins/ml2/drivers/openvswitch/mech_driver/mech_openvswitch.py#L83

[3] - https://github.com/openstack/neutron/blob/master/neutron/services/qos/drivers/openvswitch/driver.py#L56
[4] - https://review.opendev.org/#/c/611605/