From: Akihiko Odaki <akihiko.odaki@gmail.com>
To: Andrew Melnychenko <andrew@daynix.com>,
jasowang@redhat.com, mst@redhat.com, armbru@redhat.com,
eblake@redhat.com, qemu-devel@nongnu.org, berrange@redhat.com
Cc: yuri.benditovich@daynix.com, yan@daynix.com
Subject: Re: [PATCH v7 3/5] virtio-net: Added property to load eBPF RSS with fds.
Date: Mon, 11 Dec 2023 22:17:58 +0900 [thread overview]
Message-ID: <fec39bc7-f02c-400e-a10e-b069a99e5b24@gmail.com> (raw)
In-Reply-To: <20230831065140.496485-4-andrew@daynix.com>
On 2023/08/31 15:51, Andrew Melnychenko wrote:
> eBPF RSS program and maps may now be passed during initialization.
> Initially was implemented for libvirt to launch qemu without permissions,
> and initialized eBPF program through the helper.
>
> Signed-off-by: Andrew Melnychenko <andrew@daynix.com>
You may use DEFINE_PROP_ARRAY(); it allows to specify the property with
an array when using JSON. See also:
https://gitlab.com/qemu-project/qemu/-/commit/b06f8b500da2a5a73dfb15de17cd96ad2385fdc7
next prev parent reply other threads:[~2023-12-11 13:18 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-31 6:51 [PATCH v7 0/5] eBPF RSS through QMP support Andrew Melnychenko
2023-08-31 6:51 ` [PATCH v7 1/5] ebpf: Added eBPF map update through mmap Andrew Melnychenko
2023-12-11 13:05 ` Akihiko Odaki
2023-12-11 13:48 ` Yuri Benditovich
2023-12-11 14:07 ` Akihiko Odaki
2023-12-12 3:35 ` Jason Wang
2023-08-31 6:51 ` [PATCH v7 2/5] ebpf: Added eBPF initialization by fds Andrew Melnychenko
2023-12-11 13:07 ` Akihiko Odaki
2023-08-31 6:51 ` [PATCH v7 3/5] virtio-net: Added property to load eBPF RSS with fds Andrew Melnychenko
2023-12-11 13:17 ` Akihiko Odaki [this message]
2023-08-31 6:51 ` [PATCH v7 4/5] qmp: Added new command to retrieve eBPF blob Andrew Melnychenko
2023-12-11 13:30 ` Akihiko Odaki
2023-12-18 12:54 ` Markus Armbruster
2023-12-18 13:24 ` Yuri Benditovich
2023-12-18 13:32 ` Daniel P. Berrangé
2023-08-31 6:51 ` [PATCH v7 5/5] ebpf: Updated eBPF program and skeleton Andrew Melnychenko
2023-09-04 11:22 ` Andrew Melnichenko
2023-09-08 6:42 ` Jason Wang
2023-12-11 11:50 ` Yuri Benditovich
2023-12-12 3:33 ` Jason Wang
2023-12-13 7:23 ` Yuri Benditovich
2023-12-14 10:17 ` Yuri Benditovich
2023-12-18 2:48 ` Jason Wang
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=fec39bc7-f02c-400e-a10e-b069a99e5b24@gmail.com \
--to=akihiko.odaki@gmail.com \
--cc=andrew@daynix.com \
--cc=armbru@redhat.com \
--cc=berrange@redhat.com \
--cc=eblake@redhat.com \
--cc=jasowang@redhat.com \
--cc=mst@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=yan@daynix.com \
--cc=yuri.benditovich@daynix.com \
/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).