Re: [PATCH bpf-next] net: bpf: remove XDP_QUERY_XSK_UMEM enumerator

2019-02-15 Thread Daniel Borkmann
On 02/13/2019 06:07 PM, Björn Töpel wrote: > From: Jan Sokolowski > > Commit c9b47cc1fabc ("xsk: fix bug when trying to use both copy and > zero-copy on one queue id") moved the umem query code to the AF_XDP > core, and therefore removed the need to query the netdevice for a > umem. > > This pat

Re: [PATCH bpf-next] net: bpf: remove XDP_QUERY_XSK_UMEM enumerator

2019-02-13 Thread Björn Töpel
On Wed, 13 Feb 2019 at 18:07, Björn Töpel wrote: > > From: Jan Sokolowski > > Commit c9b47cc1fabc ("xsk: fix bug when trying to use both copy and > zero-copy on one queue id") moved the umem query code to the AF_XDP > core, and therefore removed the need to query the netdevice for a > umem. > > T

[PATCH bpf-next] net: bpf: remove XDP_QUERY_XSK_UMEM enumerator

2019-02-13 Thread Björn Töpel
From: Jan Sokolowski Commit c9b47cc1fabc ("xsk: fix bug when trying to use both copy and zero-copy on one queue id") moved the umem query code to the AF_XDP core, and therefore removed the need to query the netdevice for a umem. This patch removes XDP_QUERY_XSK_UMEM and all code that implement t