On Thu, Nov 22, 2018 at 02:39:16PM -0500, Vlad Dumitrescu wrote: > This could be used to rate limit egress traffic in concert with a qdisc > which supports Earliest Departure Time, such as FQ. > > Write access from cg skb progs only with CAP_SYS_ADMIN, since the value > will be used by downstream qdiscs. It might make sense to relax this. > > Changes v1 -> v2: > - allow access from cg skb, write only with CAP_SYS_ADMIN > > Signed-off-by: Vlad Dumitrescu <vla...@google.com>
Applied to bpf-next. I copied Eric's and Willem's Acks from v1, since v2 is essentially the same. Thanks everyone!