Re: [PATCH net-next] xdp: xdp_umem: fix umem pages mapping for 32bits systems

From: David Miller
Date: Sat Jun 29 2019 - 13:53:11 EST


From: Björn Töpel <bjorn.topel@xxxxxxxxx>
Date: Wed, 26 Jun 2019 22:50:23 +0200

> On Wed, 26 Jun 2019 at 17:59, Ivan Khoronzhuk
> <ivan.khoronzhuk@xxxxxxxxxx> wrote:
>>
>> Use kmap instead of page_address as it's not always in low memory.
>>
>
> Ah, some 32-bit love. :-) Thanks for working on this!
>
> For future patches, please base AF_XDP patches on the bpf/bpf-next
> tree instead of net/net-next.
>
> Acked-by: Björn Töpel <bjorn.topel@xxxxxxxxx>

Alexei and Daniel, I'll let you guys take this one.

Thanks.