doc: fix maximum packet size of virtio driver

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

Fixes: fc1f2750a3 ("doc: programmers guide")
Cc: stable@dpdk.org

Signed-off-by: Yi Li <liyi1@chinatelecom.cn>
This commit is contained in:
Yi Li 2022-11-19 16:24:20 +08:00 committed by Thomas Monjalon
parent abb98ed0b3
commit c4c1b97670

View File

@ -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.