On Wed, Jul 27, 2016 at 09:13:50PM +0530, Deepanshu Saxena1/CHN/TCS wrote: > 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.
If that's all you can do with Linux traffic control then meters can't be implemented that way. If you do want to use Linux traffic control then you'll have to find a creative way to apply it in the middle of a set of actions. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev