From: David S. Miller Date: Wed, 18 Mar 2020 04:16:35 +0000 (-0700) Subject: Merge branch 'net_sched-allow-use-of-hrtimer-slack' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c7cba8326c1eba1f49f39a71cd9ef03a03a80da4;p=linux.git Merge branch 'net_sched-allow-use-of-hrtimer-slack' Eric Dumazet says: ==================== net_sched: allow use of hrtimer slack Packet schedulers have used hrtimers with exact expiry times. Some of them can afford having a slack, in order to reduce the number of timer interrupts and feed bigger batches to increase efficiency. FQ for example does not care if throttled packets are sent with an additional (small) delay. Original observation of having maybe too many interrupts was made by Willem de Bruijn. v2: added strict netlink checking (Jakub Kicinski) ==================== Signed-off-by: David S. Miller --- c7cba8326c1eba1f49f39a71cd9ef03a03a80da4