Re: [PATCH 0/4] vhost: drop backend_features

2025-07-16 Thread Vladimir Sementsov-Ogievskiy
On 14.07.25 22:23, Vladimir Sementsov-Ogievskiy wrote: On 14.07.25 13:41, Michael S. Tsirkin wrote: On Thu, Jul 03, 2025 at 03:47:08PM +0300, Vladimir Sementsov-Ogievskiy wrote: This field is mostly unused and sometimes confusing (we even have a TODO-like comment to drop it). Let's finally do.

Re: [PATCH 0/4] vhost: drop backend_features

2025-07-14 Thread Vladimir Sementsov-Ogievskiy
On 14.07.25 13:41, Michael S. Tsirkin wrote: On Thu, Jul 03, 2025 at 03:47:08PM +0300, Vladimir Sementsov-Ogievskiy wrote: This field is mostly unused and sometimes confusing (we even have a TODO-like comment to drop it). Let's finally do. Breaks make check with UBSAN enabled: 32/109 /arm/vir

Re: [PATCH 0/4] vhost: drop backend_features

2025-07-14 Thread Michael S. Tsirkin
On Thu, Jul 03, 2025 at 03:47:08PM +0300, Vladimir Sementsov-Ogievskiy wrote: > This field is mostly unused and sometimes confusing (we even have > a TODO-like comment to drop it). Let's finally do. Breaks make check with UBSAN enabled: 32/109 /arm/virt/virtio-mmio/virtio-bus/virtio-net-device/vi

Re: [PATCH 0/4] vhost: drop backend_features

2025-07-09 Thread Vladimir Sementsov-Ogievskiy
ping:) On 03.07.25 15:47, Vladimir Sementsov-Ogievskiy wrote: This field is mostly unused and sometimes confusing (we even have a TODO-like comment to drop it). Let's finally do. Vladimir Sementsov-Ogievskiy (4): vhost: introduce vhost_ops->vhost_set_vring_enable_supported method vhost-us

Re: [PATCH 0/4] vhost: drop backend_features

2025-07-04 Thread Lei Yang
I tested this series of patches with virtio-net regression tests which were triggered because the virtio-net code was changed. Everything works fine. Tested-by: Lei Yang On Thu, Jul 3, 2025 at 8:55 PM Vladimir Sementsov-Ogievskiy wrote: > > This field is mostly unused and sometimes confusing (w

[PATCH 0/4] vhost: drop backend_features

2025-07-03 Thread Vladimir Sementsov-Ogievskiy
This field is mostly unused and sometimes confusing (we even have a TODO-like comment to drop it). Let's finally do. Vladimir Sementsov-Ogievskiy (4): vhost: introduce vhost_ops->vhost_set_vring_enable_supported method vhost-user: stop use backend_features vhost_net: stop use backend_feature