Re: [PATCH bpf-next v2 0/2] xsk: misc code cleanup

2018-08-31 Thread Daniel Borkmann
On 08/31/2018 01:40 PM, Magnus Karlsson wrote: > This patch set cleans up two code style issues with the xsk zero-copy > code. The resulting code is smaller and simpler. > > Changes from v1: > > * Fixed bisecatbility problem reported by Daniel Borkmann by squashing > the two last patches into o

[PATCH bpf-next v2 0/2] xsk: misc code cleanup

2018-08-31 Thread Magnus Karlsson
This patch set cleans up two code style issues with the xsk zero-copy code. The resulting code is smaller and simpler. Changes from v1: * Fixed bisecatbility problem reported by Daniel Borkmann by squashing the two last patches into one. Patch 1: Removes a potential compiler warning reported b