Re: [PATCH net-next 1/2] ebpf: allow bpf_ktime_get_ns_proto also for networking

2015-05-31 Thread David Miller
From: Daniel Borkmann Date: Fri, 29 May 2015 23:23:06 +0200 > As this is already exported from tracing side via commit d9847d310ab4 > ("tracing: Allow BPF programs to call bpf_ktime_get_ns()"), we might > as well want to move it to the core, so also networking users can make > use of it, e.g. to

[PATCH net-next 1/2] ebpf: allow bpf_ktime_get_ns_proto also for networking

2015-05-29 Thread Daniel Borkmann
As this is already exported from tracing side via commit d9847d310ab4 ("tracing: Allow BPF programs to call bpf_ktime_get_ns()"), we might as well want to move it to the core, so also networking users can make use of it, e.g. to measure diffs for certain flows from ingress/egress. Signed-off-by: D