Next in thread →
Next in month →
Re: [virtio-comment] VIRTIO_NET_F_CTRL_RX_EXTRA (bit 20) missing from Feature Bits Section
On Wed, Oct 02, 2019 at 10:17:36AM +0200, Morgan Lombard wrote: > Reading through Virtio-v1.0 and V1.1 Specs I noticed that > *VIRTIO_NET_F_CTRL_RX_EXTRA* is mentioned 3 times in Section 5.1.6.5 > Control Virtqueue, but *VIRTIO_NET_F_CTRL_RX_EXTRA (bit 20)* does not > appear in the Section 5.1.3 Feature Bits > > Referenced following documents > http://docs.oasis-open.org/virtio/virtio/v1.0/cs04/virtio-v1.0-cs04.pdf > https://docs.oasis-open.org/virtio/virtio/v1.1/cs01/virtio-v1.1-cs01.pdf Thanks for pointing this out! Would you like to send a patch to fix it? From the README file: "A patch can be generated and sent by cloning the spec repository, creating a commit, formatting it as a patch and then sending it. For example: git clone https://github.com/oasis-tcs/virtio-spec.git ... edit spec text, and save ... git commit -a ... describe the proposed change, in the following format: single line summary detailed description, including motivation for the change Signed-off-by: Name <email> ... then save and close the editor ... git format-patch -o proposal1/ HEAD~1.. ... generates a new directory proposal1/ and a file starting with 0001- ... git send-email --to= proposal1/0001-*" Stefan
Next in thread →
Next in month →