Re: [PATCH v2] virtio-net: clarify guest offloads <> features mapping
Jason Wang <[email protected]>
| Newsgroups | dev.linux.lists.virtio-comment |
|---|---|
| Message-ID | <CACGkMEvgToMLd+G3kaF+yREo0q4NH6xGQ1yT2qAuOVUza6pPPg@mail.gmail.com> |
On Wed, May 21, 2025 at 7:20 PM Paolo Abeni <[email protected]> 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. > > Fixes: https://github.com/oasis-tcs/virtio-spec/issues/225 > Signed-off-by: Paolo Abeni <[email protected]> Reviewed-by: Jason Wang <[email protected]> Thanks