Re: [PATCH] virtio-net: clarify guest offloads <> features mapping
"Michael S. Tsirkin" <[email protected]>
| Newsgroups | dev.linux.lists.virtio-comment |
|---|---|
| Message-ID | <[email protected]> |
On Mon, May 19, 2025 at 12:21:57PM +0200, Paolo Abeni wrote: > On 5/19/25 12:12 PM, Paolo Abeni wrote: > > The guest offloads, as specified by 'Setting Offloads State,' use a > > 64-bit wide space, while some of the corresponding virtio net features > > are in the upper 64 bits of a 128-bit wide space. > > > > Clarify the relevant mapping as somewhat implied by the current text. > > Also rename the offload definitions to avoid referring to different > > numeric values with the same name in the features table and in the > > offload table. > > > > Signed-off-by: Paolo Abeni <[email protected]> > > Fixes: https://github.com/oasis-tcs/virtio-spec/issues/225 > > I would like to ask a vote on this issues, thanks! > > Paolo Acked-by: Michael S. Tsirkin <[email protected]> Let's give people a couple of days to review pls.