Re: [PATCH bpf-next 11/14] xsk: add shared umem support between devices

2020-07-09 Thread Maxim Mikityanskiy
On 2020-07-02 15:19, Magnus Karlsson wrote: Add support to share a umem between different devices. This mode can be invoked with the XDP_SHARED_UMEM bind flag. Previously, sharing was only supported within the same device. Note that when sharing a umem between devices, just as in the case of shar

[PATCH bpf-next 11/14] xsk: add shared umem support between devices

2020-07-02 Thread Magnus Karlsson
Add support to share a umem between different devices. This mode can be invoked with the XDP_SHARED_UMEM bind flag. Previously, sharing was only supported within the same device. Note that when sharing a umem between devices, just as in the case of sharing a umem between queue ids, you need to crea