Re: [PATCH net-next 1/2] ebpf: allow bpf_ktime_get_ns_proto also for networking
From: David Miller <davem@davemloft.net>
Date: 2015-06-01 04:44:57
From: David Miller <davem@davemloft.net>
Date: 2015-06-01 04:44:57
From: Daniel Borkmann <daniel@iogearbox.net> 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 measure diffs for certain flows from ingress/egress.
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>Applied.