[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230804073740.194770-1-xukuohai@huaweicloud.com>
Date: Fri, 4 Aug 2023 03:37:36 -0400
From: Xu Kuohai <xukuohai@...weicloud.com>
To: bpf@...r.kernel.org,
netdev@...r.kernel.org,
John Fastabend <john.fastabend@...il.com>,
Bobby Eshleman <bobby.eshleman@...edance.com>
Cc: Jakub Sitnicki <jakub@...udflare.com>,
"David S . Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
Daniel Borkmann <daniel@...earbox.net>,
Alexei Starovoitov <ast@...nel.org>,
Cong Wang <cong.wang@...edance.com>
Subject: [PATCH bpf v3 0/4] bug fixes for sockmap
From: Xu Kuohai <xukuohai@...wei.com>
bug fixes and a new test case for sockmap.
v3:
fix bpf ci failure
v2: https://lore.kernel.org/bpf/20230803064838.108784-1-xukuohai@huaweicloud.com
add a test case
v1:
https://lore.kernel.org/bpf/20230728105649.3978774-1-xukuohai@huaweicloud.com
https://lore.kernel.org/bpf/20230728105717.3978849-1-xukuohai@huaweicloud.com
Xu Kuohai (4):
bpf, sockmap: Fix map type error in sock_map_del_link
bpf, sockmap: Fix bug that strp_done cannot be called
selftests/bpf: fix a CI failure caused by vsock sockmap test
selftests/bpf: Add sockmap test for redirecting partial skb data
include/linux/skmsg.h | 1 +
net/core/skmsg.c | 10 ++-
net/core/sock_map.c | 10 +--
.../selftests/bpf/prog_tests/sockmap_listen.c | 74 ++++++++++++++++++-
.../selftests/bpf/progs/test_sockmap_listen.c | 14 ++++
5 files changed, 101 insertions(+), 8 deletions(-)
--
2.30.2
Powered by blists - more mailing lists