Konstantin Ananyev b901d92836 bpf: support packet data load instructions
To fill the gap with linux kernel eBPF implementation,
add support for two non-generic instructions:
(BPF_ABS | <size> | BPF_LD) and (BPF_IND | <size> | BPF_LD)
which are used to access packet data.
These instructions can only be used when BPF context is a pointer
to 'struct rte_mbuf' (i.e: RTE_BPF_ARG_PTR_MBUF type).

Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
2020-06-24 23:42:04 +02:00
..
2020-05-05 23:46:21 +02:00
2019-11-15 11:36:27 +01:00
2019-07-19 14:17:11 +02:00
2020-05-05 23:46:21 +02:00
2020-05-11 00:37:16 +02:00
2020-02-05 15:29:59 +01:00
2019-05-04 23:39:23 +02:00
2020-05-18 18:14:21 +02:00
2018-12-19 01:25:56 +01:00
2020-04-21 12:52:55 +02:00
2019-01-20 13:08:50 +01:00