qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Jason Wang <jasowang@redhat.com>
To: qemu-devel@nongnu.org, peter.maydell@linaro.org
Cc: Andrew Melnychenko <andrew@daynix.com>, Jason Wang <jasowang@redhat.com>
Subject: [PULL 1/7] net/tap: Added TUNSETSTEERINGEBPF code.
Date: Fri,  4 Jun 2021 15:36:11 +0800	[thread overview]
Message-ID: <20210604073617.69622-2-jasowang@redhat.com> (raw)
In-Reply-To: <20210604073617.69622-1-jasowang@redhat.com>

From: Andrew Melnychenko <andrew@daynix.com>

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 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net/tap-linux.h b/net/tap-linux.h
index 2f36d10..1d06fe0 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
 
-- 
2.7.4



  reply	other threads:[~2021-06-04  7:38 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-04  7:36 [PULL 0/7] Net patches Jason Wang
2021-06-04  7:36 ` Jason Wang [this message]
2021-06-04  7:36 ` [PULL 2/7] net: Added SetSteeringEBPF method for NetClientState Jason Wang
2021-06-04  7:36 ` [PULL 3/7] ebpf: Added eBPF RSS program Jason Wang
2021-06-04  7:36 ` [PULL 4/7] ebpf: Added eBPF RSS loader Jason Wang
2021-06-04  7:36 ` [PULL 5/7] virtio-net: Added eBPF RSS to virtio-net Jason Wang
2021-06-04  7:36 ` [PULL 6/7] docs: Added eBPF documentation Jason Wang
2021-06-04  7:36 ` [PULL 7/7] MAINTAINERS: Added eBPF maintainers information Jason Wang
2021-06-04  7:49 ` [PULL 0/7] Net patches no-reply
2021-06-04 10:37 ` Peter Maydell
2021-06-04 12:30   ` Jason Wang
2021-06-04 16:25 ` Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210604073617.69622-2-jasowang@redhat.com \
    --to=jasowang@redhat.com \
    --cc=andrew@daynix.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).