Re: [PATCH v2 0/7] Report fatal errors from failure with pre-opened eBPF RSS FDs

2024-10-15 Thread Daniel P . Berrangé
On Mon, Sep 09, 2024 at 10:34:32AM +0800, Jason Wang wrote: > On Fri, Sep 6, 2024 at 5:57 PM Michael S. Tsirkin wrote: > > > > On Thu, Sep 05, 2024 at 07:13:23PM +0100, Daniel P. Berrangé wrote: > > > The virtio-net code for eBPF RSS is still ignoring errors when > > > failing to load the eBPF RSS

Re: [PATCH v2 0/7] Report fatal errors from failure with pre-opened eBPF RSS FDs

2024-09-08 Thread Jason Wang
On Fri, Sep 6, 2024 at 5:57 PM Michael S. Tsirkin wrote: > > On Thu, Sep 05, 2024 at 07:13:23PM +0100, Daniel P. Berrangé wrote: > > The virtio-net code for eBPF RSS is still ignoring errors when > > failing to load the eBPF RSS program passed in by the mgmt app > > via pre-opened FDs. > > > > Thi

Re: [PATCH v2 0/7] Report fatal errors from failure with pre-opened eBPF RSS FDs

2024-09-06 Thread Michael S. Tsirkin
On Thu, Sep 05, 2024 at 07:13:23PM +0100, Daniel P. Berrangé wrote: > The virtio-net code for eBPF RSS is still ignoring errors when > failing to load the eBPF RSS program passed in by the mgmt app > via pre-opened FDs. > > This series re-factors the eBPF common code so that it actually > reports

[PATCH v2 0/7] Report fatal errors from failure with pre-opened eBPF RSS FDs

2024-09-05 Thread Daniel P . Berrangé
The virtio-net code for eBPF RSS is still ignoring errors when failing to load the eBPF RSS program passed in by the mgmt app via pre-opened FDs. This series re-factors the eBPF common code so that it actually reports using "Error" objects. Then it makes virtio-net treat a failure to load pre-open