From mboxrd@z Thu Jan 1 00:00:00 1970 From: Doug Rorem Date: Fri, 30 Apr 2021 04:28:21 +0000 Subject: UDP multicast buffer Message-Id: <41874db3-8c9a-823b-c8d9-4e2c452aed83@uic.edu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org 29-apr Hi, I have an application to buffer UDP multicast video packets sometimes arriving in bursts over an IPsec VPN link over the internet. I'd like to create a buffer with a tc queue [tbq?] to even out the arrivals. I would like to have an egress rule setup to output at the average input rate (determined from the kernel avrate estimator). Since the video can come from multiple cameras with varied resolutions, there's no way to know the incoming data rate ahead of time. I've seen some limited information on using the avrate parameter in policing options for filters, but for my need I'd want it for shaping. Would tc work for this application? Any information to help me configure it would be appreciated. Also - if there's any examples available of how to do this it would be helpful as well. Thanks in advance. Regards, Doug Rorem University of Illinois at Chicago