Re: [PATCH RFC 12/16] virtio-net: implement extended features support.

2025-05-23 Thread Paolo Abeni
On 5/23/25 10:09 AM, Akihiko Odaki wrote: > On 2025/05/21 20:34, Paolo Abeni wrote: >> Use the extended types and helpers to manipulate the virtio_net >> features. >> >> Note that offloads are still 64bits wide, as per specification, >> and extended offloads will be mapped into such range. >> >> Si

Re: [PATCH RFC 12/16] virtio-net: implement extended features support.

2025-05-23 Thread Akihiko Odaki
On 2025/05/23 19:01, Paolo Abeni wrote: On 5/23/25 10:09 AM, Akihiko Odaki wrote: On 2025/05/21 20:34, Paolo Abeni wrote: Use the extended types and helpers to manipulate the virtio_net features. Note that offloads are still 64bits wide, as per specification, and extended offloads will be mapp

Re: [PATCH RFC 12/16] virtio-net: implement extended features support.

2025-05-23 Thread Akihiko Odaki
On 2025/05/21 20:34, Paolo Abeni wrote: Use the extended types and helpers to manipulate the virtio_net features. Note that offloads are still 64bits wide, as per specification, and extended offloads will be mapped into such range. Signed-off-by: Paolo Abeni --- hw/net/virtio-net.c

[PATCH RFC 12/16] virtio-net: implement extended features support.

2025-05-21 Thread Paolo Abeni
Use the extended types and helpers to manipulate the virtio_net features. Note that offloads are still 64bits wide, as per specification, and extended offloads will be mapped into such range. Signed-off-by: Paolo Abeni --- hw/net/virtio-net.c| 87 +-