mbox series

[bpf-next,0/4] AF_XDP follow-up patches, cosmetics

Message ID 20180518120024.8588-1-bjorn.topel@gmail.com
Headers show
Series AF_XDP follow-up patches, cosmetics | expand

Message

Björn Töpel May 18, 2018, noon UTC
From: Björn Töpel <bjorn.topel@intel.com>

This series contain "cosmetics only" follow-up patches for AF_XDP.

Thanks to Daniel for suggesting them!

Björn Töpel (4):
  xsk: clean up SPDX headers
  xsk: remove newline at end of file
  xsk: fixed some cases of unnecessary parentheses
  xsk: proper '=' alignment

 include/net/xdp_sock.h      | 13 ++-----------
 include/uapi/linux/if_xdp.h | 13 ++-----------
 kernel/bpf/xskmap.c         |  9 ---------
 net/xdp/Makefile            |  1 -
 net/xdp/xdp_umem.c          | 13 ++-----------
 net/xdp/xdp_umem.h          | 13 ++-----------
 net/xdp/xdp_umem_props.h    | 13 ++-----------
 net/xdp/xsk.c               | 45 ++++++++++++++++++---------------------------
 net/xdp/xsk_queue.c         | 12 +-----------
 net/xdp/xsk_queue.h         | 17 ++++-------------
 samples/bpf/xdpsock_user.c  | 12 +-----------
 11 files changed, 34 insertions(+), 127 deletions(-)

Comments

Daniel Borkmann May 18, 2018, 2:10 p.m. UTC | #1
On 05/18/2018 02:00 PM, Björn Töpel wrote:
> From: Björn Töpel <bjorn.topel@intel.com>
> 
> This series contain "cosmetics only" follow-up patches for AF_XDP.
> 
> Thanks to Daniel for suggesting them!
> 
> Björn Töpel (4):
>   xsk: clean up SPDX headers
>   xsk: remove newline at end of file
>   xsk: fixed some cases of unnecessary parentheses
>   xsk: proper '=' alignment

Applied to bpf-next, thanks Björn!