Re: [PATCH v6 0/6] Add eBPF hooks for cgroups

2016-10-20 Thread David Ahern
On 9/19/16 10:43 AM, Daniel Mack wrote: > This is v6 of the patch set to allow eBPF programs for network > filtering and accounting to be attached to cgroups, so that they apply > to all sockets of all tasks placed in that cgroup. The logic also > allows to be extendeded for other cgroup based

[PATCH v6 0/6] Add eBPF hooks for cgroups

2016-09-19 Thread Daniel Mack
This is v6 of the patch set to allow eBPF programs for network filtering and accounting to be attached to cgroups, so that they apply to all sockets of all tasks placed in that cgroup. The logic also allows to be extendeded for other cgroup based eBPF logic. Changes from v5: * The eBPF programs