Re: [PATCH bpf-next v2] libbpf: fix compatibility problem in xsk_socket__create

2020-10-07 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (refs/heads/master): On Wed, 7 Oct 2020 13:42:26 +0200 you wrote: > From: Magnus Karlsson > > Fix a compatibility problem when the old XDP_SHARED_UMEM mode is used > together with the xsk_socket__create() call. In the old XDP_SHARED_UMEM > mode

[PATCH bpf-next v2] libbpf: fix compatibility problem in xsk_socket__create

2020-10-07 Thread Magnus Karlsson
From: Magnus Karlsson Fix a compatibility problem when the old XDP_SHARED_UMEM mode is used together with the xsk_socket__create() call. In the old XDP_SHARED_UMEM mode, only sharing of the same device and queue id was allowed, and in this mode, the fill ring and completion ring were shared betwe