summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Melnychenko2021-05-14 13:48:29 +0200
committerJason Wang2021-06-04 09:25:46 +0200
commit78258debe03c6034365884cbfb05679d6938aaac (patch)
tree4f6a3eedfd918876140d386042e92feb88ee9aea
parentMerge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210525'... (diff)
downloadqemu-78258debe03c6034365884cbfb05679d6938aaac.tar.gz
qemu-78258debe03c6034365884cbfb05679d6938aaac.tar.xz
qemu-78258debe03c6034365884cbfb05679d6938aaac.zip
net/tap: Added TUNSETSTEERINGEBPF code.
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>
-rw-r--r--net/tap-linux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/tap-linux.h b/net/tap-linux.h
index 2f36d100fc..1d06fe0de6 100644
--- 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