From: Maxime Coquelin <maxime.coquelin@redhat.com>
To: liyi1@chinatelecom.cn, dev@dpdk.org
Cc: fanzhang.oss@gmail.com
Subject: Re: [PATCH v2] doc: fix max supported packet len for virtio driver
Date: Tue, 22 Nov 2022 10:36:21 +0100 [thread overview]
Message-ID: <e5aac92a-aa8d-76c1-c5b2-b221f4e11fa7@redhat.com> (raw)
In-Reply-To: <20221119082420.199866-1-liyi1@chinatelecom.cn>
On 11/19/22 09:24, liyi1@chinatelecom.cn wrote:
> From: Yi Li <liyi1@chinatelecom.cn>
>
> According to VIRTIO_MAX_RX_PKTLEN macro definition, for virtio driver
> currently supported pkt size is 9728.
>
> Fixes: fc1f2750a3ec ("doc: programmers guide")
>
> Signed-off-by: Yi Li <liyi1@chinatelecom.cn>
> ---
>
> v2 change: Add "Fixes:" description in commit message.
>
> doc/guides/nics/virtio.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/guides/nics/virtio.rst b/doc/guides/nics/virtio.rst
> index aace780249..c422e7347a 100644
> --- a/doc/guides/nics/virtio.rst
> +++ b/doc/guides/nics/virtio.rst
> @@ -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.
>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
Thanks,
Maxime
next prev parent reply other threads:[~2022-11-22 9:36 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-18 1:26 [PATCH] doc: fix max supported packet len for virtio driver liyi1
2022-11-18 10:14 ` Zhang, Fan
2022-11-19 8:24 ` [PATCH v2] " liyi1
2022-11-22 9:36 ` Maxime Coquelin [this message]
2022-11-22 13:12 ` Thomas Monjalon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e5aac92a-aa8d-76c1-c5b2-b221f4e11fa7@redhat.com \
--to=maxime.coquelin@redhat.com \
--cc=dev@dpdk.org \
--cc=fanzhang.oss@gmail.com \
--cc=liyi1@chinatelecom.cn \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.