Re: [PATCH] net/virtio-user: add VIRTIO_F_ORDER_PLATFORM to feature list

2024-06-12 Thread Maxime Coquelin
On 2/20/24 12:40, Nithin Dabilpuram wrote: VIRTIO_F_ORDER_PLATFORM is needed feature when working with real HW platforms that are exposing virtio-net devices via VDPA framework. This feature helps in having more real ordering requirements between descriptor updates and notification data update

Re: [PATCH] net/virtio-user: add VIRTIO_F_ORDER_PLATFORM to feature list

2024-06-09 Thread Maxime Coquelin
On 2/20/24 12:40, Nithin Dabilpuram wrote: VIRTIO_F_ORDER_PLATFORM is needed feature when working with real HW platforms that are exposing virtio-net devices via VDPA framework. This feature helps in having more real ordering requirements between descriptor updates and notification data update

Re: [PATCH] net/virtio-user: add VIRTIO_F_ORDER_PLATFORM to feature list

2024-04-15 Thread Nithin Dabilpuram
Ping. Thanks Nithin On Tue, Feb 20, 2024 at 5:10 PM Nithin Dabilpuram wrote: > > VIRTIO_F_ORDER_PLATFORM is needed feature when working with > real HW platforms that are exposing virtio-net devices > via VDPA framework. This feature helps in having more > real ordering requirements between descr

[PATCH] net/virtio-user: add VIRTIO_F_ORDER_PLATFORM to feature list

2024-02-20 Thread Nithin Dabilpuram
VIRTIO_F_ORDER_PLATFORM is needed feature when working with real HW platforms that are exposing virtio-net devices via VDPA framework. This feature helps in having more real ordering requirements between descriptor updates and notification data updates. Hence enable it if the device supports the fe