mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 04:23:35 +02:00
selftests/bpf: test_xdp_veth: Remove unused defines
IP_CMD_MAX_LEN and NS_SUFFIX_LEN aren't used anywhere. Remove these unused defines Signed-off-by: Bastien Curutchet (eBPF Foundation) <bastien.curutchet@bootlin.com> Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org> Link: https://patch.msgid.link/20250131-redirect-multi-v4-2-970b33678512@bootlin.com Signed-off-by: Alexei Starovoitov <ast@kernel.org>
This commit is contained in:
parent
723f1b9ce3
commit
6d34f5b728
|
|
@ -25,11 +25,9 @@
|
|||
#include "xdp_tx.skel.h"
|
||||
|
||||
#define VETH_PAIRS_COUNT 3
|
||||
#define NS_SUFFIX_LEN 6
|
||||
#define VETH_NAME_MAX_LEN 16
|
||||
#define IP_SRC "10.1.1.11"
|
||||
#define IP_DST "10.1.1.33"
|
||||
#define IP_CMD_MAX_LEN 128
|
||||
|
||||
struct skeletons {
|
||||
struct xdp_dummy *xdp_dummy;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user