Re: [PATCH bpf v2 0/4] Bug fixes to the SKB TX path of AF_XDP

2018-07-02 Thread Alexei Starovoitov
On Fri, Jun 29, 2018 at 09:48:16AM +0200, Magnus Karlsson wrote: > This patch set fixes three bugs in the SKB TX path of AF_XDP. > Details in the individual commits. > > The structure of the patch set is as follows: > > Patch 1: Fix for lost completion message > Patch 2-3: Fix for possible multip

[PATCH bpf v2 0/4] Bug fixes to the SKB TX path of AF_XDP

2018-06-29 Thread Magnus Karlsson
This patch set fixes three bugs in the SKB TX path of AF_XDP. Details in the individual commits. The structure of the patch set is as follows: Patch 1: Fix for lost completion message Patch 2-3: Fix for possible multiple completions of single packet Patch 4: Fix potential race during error Chang