Re: [PATCH net-next 00/12] nfp: bpf: support direct packet access

2017-10-14 Thread David Miller
From: Jakub Kicinski Date: Thu, 12 Oct 2017 10:34:06 -0700 > The core of this series is direct packet access support. With a > small change to the verifier, the offloaded code can now make > use of DPA. We need to be careful to use kernel (after initial > translation) offsets in our JIT. Direc

[PATCH net-next 00/12] nfp: bpf: support direct packet access

2017-10-12 Thread Jakub Kicinski
Hi! The core of this series is direct packet access support. With a small change to the verifier, the offloaded code can now make use of DPA. We need to be careful to use kernel (after initial translation) offsets in our JIT. Direct packet access also brings us to the problem of eBPF endianness