Skip to content

Commit

Permalink
doc: fix maximum packet size of virtio driver
Browse files Browse the repository at this point in the history
[ upstream commit c4c1b97 ]

According to VIRTIO_MAX_RX_PKTLEN macro definition, for virtio driver
currently supported pkt size is 9728.

Fixes: fc1f275 ("doc: programmers guide")

Signed-off-by: Yi Li <liyi1@chinatelecom.cn>
  • Loading branch information
Yi Li authored and kevintraynor committed Nov 23, 2022
1 parent 776c777 commit 23f263e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/guides/nics/virtio.rst
Expand Up @@ -43,7 +43,7 @@ Features and Limitations of virtio PMD
In this release, the virtio PMD provides the basic functionality of packet reception and transmission.

* It supports merge-able buffers per packet when receiving packets and scattered buffer per packet
when transmitting packets. The packet size supported is from 64 to 1518.
when transmitting packets. The packet size supported is from 64 to 9728.

* It supports multicast packets and promiscuous mode.

Expand Down

0 comments on commit 23f263e

Please sign in to comment.