[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191025071842.7724-1-bjorn.topel@gmail.com>
Date: Fri, 25 Oct 2019 09:18:39 +0200
From: Björn Töpel <bjorn.topel@...il.com>
To: netdev@...r.kernel.org, ast@...nel.org, daniel@...earbox.net,
jakub.kicinski@...ronome.com
Cc: Björn Töpel <bjorn.topel@...il.com>,
bpf@...r.kernel.org, magnus.karlsson@...il.com,
magnus.karlsson@...el.com, maciej.fijalkowski@...el.com,
toke@...hat.com
Subject: [PATCH bpf-next v2 0/2] xsk: XSKMAP lookup improvements
Hi,
This small set consists of two patches from Maciej and myself which
are optimizing the XSKMAP lookups. In the first patch, the sockets
are moved to be stored at the tail of the struct xsk_map. The second
patch, Maciej implements map_gen_lookup() for XSKMAP.
Based on the XDP program from tools/lib/bpf/xsk.c where
bpf_map_lookup_elem() is explicitly called, this work yields the 5%
improvement for xdpsock's rxdrop scenario.
Cheers,
Björn and Maciej
v1->v2: * Change size/cost to size_t and use {struct, array}_size
where appropriate. (Jakub)
Björn Töpel (1):
xsk: store struct xdp_sock as a flexible array member of the XSKMAP
Maciej Fijalkowski (1):
bpf: implement map_gen_lookup() callback for XSKMAP
kernel/bpf/xskmap.c | 72 +++++++++++++++++++++++++--------------------
1 file changed, 40 insertions(+), 32 deletions(-)
--
2.20.1
Powered by blists - more mailing lists