From mboxrd@z Thu Jan 1 00:00:00 1970 From: Phil Daws Date: Mon, 22 Apr 2013 08:47:18 +0000 Subject: Ingress QoS Message-Id: <388514326.423420.1366620438331.JavaMail.root@innovot.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org Hello, have started to learn about Ingress policing/shaping using the IFB module. What I would like to achieve is having different class ID's for different service groups. One would contain HTTP/S traffic, another SMTP, and one for interactive services like RDP. Most examples I have seen are for limiting bandwidth, where as I am after priority control so that a non interactive does not impede a users interactive experience. What would be the most efficient way to achieve this sort of configuration ? Thank you.