projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7140ef1
)
selftests/bpf: Remove unused enums
author
Björn Töpel
<bjorn.topel@intel.com>
Fri, 22 Jan 2021 15:47:15 +0000
(16:47 +0100)
committer
Daniel Borkmann
<daniel@iogearbox.net>
Mon, 25 Jan 2021 23:05:01 +0000
(
00:05
+0100)
The enums undef and bidi are not used. Remove them.
Signed-off-by: Björn Töpel <bjorn.topel@intel.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link:
https://lore.kernel.org/bpf/20210122154725.22140-3-bjorn.topel@gmail.com
tools/testing/selftests/bpf/xdpxceiver.h
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/bpf/xdpxceiver.h
b/tools/testing/selftests/bpf/xdpxceiver.h
index 61f595b6f200fcdb842bed6a1faaec2f4257cf4d..0e9f9b7e61c22569a88d2457d32bba499d4d4049 100644
(file)
--- a/
tools/testing/selftests/bpf/xdpxceiver.h
+++ b/
tools/testing/selftests/bpf/xdpxceiver.h
@@
-92,8
+92,6
@@
struct flow_vector {
enum fvector {
tx,
rx,
- bidi,
- undef,
} vector;
};