Re: [PATCH iproute2 -next] bpf: minor fix in api and bpf_dump_error() usage

2015-12-17 Thread Stephen Hemminger
On Mon, 14 Dec 2015 16:57:32 +0100 Daniel Borkmann wrote: > Fix a whitespace in bpf_dump_error() usage, and also a missing closing > bracket in ntohl() macro for eBPF programs. > > Signed-off-by: Daniel Borkmann > --- Applied to net-next -- To unsubscribe from this list: send the line "unsubsc

[PATCH iproute2 -next] bpf: minor fix in api and bpf_dump_error() usage

2015-12-14 Thread Daniel Borkmann
Fix a whitespace in bpf_dump_error() usage, and also a missing closing bracket in ntohl() macro for eBPF programs. Signed-off-by: Daniel Borkmann --- include/bpf_api.h | 2 +- tc/tc_bpf.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/bpf_api.h b/include/bpf