numam-dpdk/lib/librte_bpf
Konstantin Ananyev 60702e8c7c bpf: add extra information for external symbol definitions
Extend struct rte_bpf_xsym with new fields to provide information about:
 - for variables - type and size
 - for functions - number of arguments and type/size of each argument
   and return value

Such information would allow validate code to perform
more extensive checking on input BPF program and catch
misbehaving BPF code.

That change would cause ABI/API breakage for librte_bpf.

Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
2018-07-12 09:37:16 +02:00
..
bpf_def.h bpf: add extra information for external symbol definitions 2018-07-12 09:37:16 +02:00
bpf_exec.c bpf: add extra information for external symbol definitions 2018-07-12 09:37:16 +02:00
bpf_impl.h bpf: add extra information for external symbol definitions 2018-07-12 09:37:16 +02:00
bpf_jit_x86.c bpf: add extra information for external symbol definitions 2018-07-12 09:37:16 +02:00
bpf_load_elf.c bpf: add extra information for external symbol definitions 2018-07-12 09:37:16 +02:00
bpf_load.c bpf: add extra information for external symbol definitions 2018-07-12 09:37:16 +02:00
bpf_pkt.c bpf: introduce basic Rx/Tx filters 2018-05-12 00:36:34 +02:00
bpf_validate.c bpf: add more checks 2018-05-12 00:35:23 +02:00
bpf.c remove useless constructor headers 2018-07-12 00:00:35 +02:00
Makefile bpf: introduce basic Rx/Tx filters 2018-05-12 00:36:34 +02:00
meson.build bpf: introduce basic Rx/Tx filters 2018-05-12 00:36:34 +02:00
rte_bpf_ethdev.h bpf: add missed experimental tags 2018-05-14 17:42:43 +02:00
rte_bpf_version.map bpf: introduce basic Rx/Tx filters 2018-05-12 00:36:34 +02:00
rte_bpf.h bpf: add extra information for external symbol definitions 2018-07-12 09:37:16 +02:00