[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <151804202589.30000.6117096373101222054.stgit@firesoul>
Date: Wed, 07 Feb 2018 23:21:09 +0100
From: Jesper Dangaard Brouer <brouer@...hat.com>
To: eric@...it.org
Cc: victor@...iniac.net, netdev@...r.kernel.org,
Jesper Dangaard Brouer <brouer@...hat.com>, yhs@...com,
Daniel Borkmann <borkmann@...earbox.net>,
Alexei Starovoitov <alexei.starovoitov@...il.com>
Subject: [suricata PATCH 0/3] Suricata cleanup makefile
Hi Eric,
I've improved the Suricata ebpf makefile, in-order to avoid generating
the .eh_frame sections. This required changing the code a bit, to
allow using clang -target bpf.
The makefile have also been improved to stop on clang compile errors,
instead of generating an almost empty BPF ELF file.
Could I ask you to get these changes into Suricata, through correct
process for this Open Source project?
--Jesper
---
Jesper Dangaard Brouer (3):
suricata/ebpf: take clang -target bpf include issue of stdint.h into account
suricata/ebpf: compile with clang -target bpf
suricata/ebpf: improving the ebpf makefile
ebpf/Makefile.am | 22 ++++++++++++++++++----
ebpf/bypass_filter.c | 27 +++++++++++++--------------
ebpf/filter.c | 3 +--
ebpf/hash_func01.h | 12 ++++++------
ebpf/lb.c | 11 +++++------
ebpf/vlan_filter.c | 5 ++---
ebpf/xdp_filter.c | 42 ++++++++++++++++++++----------------------
7 files changed, 65 insertions(+), 57 deletions(-)
--
Powered by blists - more mailing lists