Re: [PATCH] virtio-net: clarify guest offloads <> features mapping
Paolo Abeni <[email protected]>
| Newsgroups | dev.linux.lists.virtio-comment |
|---|---|
| Message-ID | <[email protected]> |
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