On 2019-03-13 10:39, Jiri Slaby wrote:
On 04. 06. 18, 14:05, Björn Töpel wrote:
From: Björn Töpel
The xdp_umem_page holds the address for a page. Trade memory for
faster lookup. Later, we'll add DMA address here as well.
...
--- a/include/net/xdp_sock.h +++ b/include/net/xdp_sock.h
...
--
On 04. 06. 18, 14:05, Björn Töpel wrote:
> From: Björn Töpel
>
> The xdp_umem_page holds the address for a page. Trade memory for
> faster lookup. Later, we'll add DMA address here as well.
...
> --- a/include/net/xdp_sock.h
> +++ b/include/net/xdp_sock.h
...
> --- a/net/xdp/xdp_umem.c
> +++ b/ne
From: Björn Töpel
The xdp_umem_page holds the address for a page. Trade memory for
faster lookup. Later, we'll add DMA address here as well.
Signed-off-by: Björn Töpel
---
include/net/xdp_sock.h | 7 ++-
net/xdp/xdp_umem.c | 15 ++-
net/xdp/xdp_umem.h | 3 +--
3 files