[ovs-dev] [PATCH] ovs : Implementation to add meter in ovs flows

Deepanshu Saxena1/CHN/TCS deepanshu.saxena1 at tcs.com
Wed Jul 27 15:43:50 UTC 2016


Thanks for the review comments. I am working on the review comments. 

As per earlier discussion on meter implementation [1] the approach is to use tc capabilities for kernel implementation. Using qdisc and filters 
I implemented meter as rate limiter. 

I understood your point that my code is applying tc on the output port following the meter instruction. I implemented it like this because as per my understanding tc is applied to a port. I selected the output port for that purpose. 
 
Can you please clarify the approach to use tc for kernel space implementation of meters. 

[1] http://openvswitch.org/pipermail/dev/2016-April/069276.html


=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you




More information about the dev mailing list