[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1588599232-24897-1-git-send-email-magnus.karlsson@intel.com>
Date: Mon, 4 May 2020 15:33:50 +0200
From: Magnus Karlsson <magnus.karlsson@...el.com>
To: magnus.karlsson@...el.com, bjorn.topel@...el.com, ast@...nel.org,
daniel@...earbox.net, netdev@...r.kernel.org,
jonathan.lemon@...il.com
Subject: [PATCH bpf-next 0/2] xsk: improve code readability
This small series improves xsk code readibility by renaming two
variables in the first patch and removing one struct member that there
is no reason to keep around in the second patch. Basically small
things that were found in other series but not fixed there for one or
the other reason.
Thanks: Magnus
Magnus Karlsson (2):
xsk: change two variable names for increased clarity
xsk: remove unnecessary member in xdp_umem
include/net/xdp_sock.h | 5 ++---
net/xdp/xdp_umem.c | 21 ++++++++++-----------
net/xdp/xsk.c | 8 ++++----
net/xdp/xsk_queue.c | 4 ++--
net/xdp/xsk_queue.h | 8 ++++----
5 files changed, 22 insertions(+), 24 deletions(-)
--
2.7.4
Powered by blists - more mailing lists