diff options
author | Daniel P. Berrangé <berrange@redhat.com> | 2024-10-23 09:51:01 +0100 |
---|---|---|
committer | Jason Wang <jasowang@redhat.com> | 2024-10-28 14:37:25 +0800 |
commit | b5900dff14e5a8334766de6b37629c8020c6bbb0 (patch) | |
tree | f4eefa01dd74427995847e079f8ca358cb04e575 /module-common.c | |
parent | 00b69f1d867ddcf8884c92f5647b424088e754e4 (diff) | |
download | qemu-b5900dff14e5a8334766de6b37629c8020c6bbb0.zip qemu-b5900dff14e5a8334766de6b37629c8020c6bbb0.tar.gz qemu-b5900dff14e5a8334766de6b37629c8020c6bbb0.tar.bz2 |
hw/net: report errors from failing to use eBPF RSS FDs
If the user/mgmt app passed in a set of pre-opened FDs for eBPF RSS,
then it is expecting QEMU to use them. Any failure to do so must be
considered a fatal error and propagated back up the stack, otherwise
deployment mistakes will not be detectable in a prompt manner. When
not using pre-opened FDs, then eBPF RSS is tried on a "best effort"
basis only and thus fallback to software RSS is valid.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'module-common.c')
0 files changed, 0 insertions, 0 deletions