projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92f8c6f
)
net/tap: Added TUNSETSTEERINGEBPF code.
author
Andrew Melnychenko
<andrew@daynix.com>
Fri, 14 May 2021 11:48:29 +0000
(14:48 +0300)
committer
Jason Wang
<jasowang@redhat.com>
Fri, 4 Jun 2021 07:25:46 +0000
(15:25 +0800)
Additional code that will be used for eBPF setting steering routine.
Signed-off-by: Andrew Melnychenko <andrew@daynix.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
net/tap-linux.h
patch
|
blob
|
history
diff --git
a/net/tap-linux.h
b/net/tap-linux.h
index 2f36d100fc5d57deffc4d8d60867e545e34efd2c..1d06fe0de63ba971cf9a298437c19c8b4d66703d 100644
(file)
--- a/
net/tap-linux.h
+++ b/
net/tap-linux.h
@@
-31,6
+31,7
@@
#define TUNSETQUEUE _IOW('T', 217, int)
#define TUNSETVNETLE _IOW('T', 220, int)
#define TUNSETVNETBE _IOW('T', 222, int)
+#define TUNSETSTEERINGEBPF _IOR('T', 224, int)
#endif