[dpdk-dev] [PATCH] doc: address the offload API changes for virtio guide

Ferruh Yigit ferruh.yigit at intel.com
Fri May 25 10:20:08 CEST 2018


On 5/25/2018 7:17 AM, Tiwei Bie wrote:
> Signed-off-by: Tiwei Bie <tiwei.bie at intel.com>

<...>

> @@ -252,7 +252,7 @@ The corresponding callbacks are:
>  Example of using the vector version of the virtio poll mode driver in
>  ``testpmd``::
>  
> -   testpmd -l 0-2 -n 4 -- -i --txqflags=0xF01 --rxq=1 --txq=1 --nb-cores=1
> +   testpmd -l 0-2 -n 4 -- -i --tx-offloads=0x0 --rxq=1 --txq=1 --nb-cores=1

Thanks, I missed this one, there are a few occurrence of "--txqflags" [1].

Tiwei would you mind sending another patch for those?
In below context "--txqflags" is not really focus, I think we can just remove it
without replacing with "--tx-offloads"

Thanks,
ferruh


[1]
doc/guides/contributing/documentation.rst:             -- -i --txqflags=0x0
--enable-hw-vlan --enable-lro \
doc/guides/howto/vfd.rst:      testpmd -l 0-7 -n 4 -- -i --txqflags=0
doc/guides/howto/vfd.rst:      testpmd -l 0-7 -n 4 -- -i --txqflags=0
doc/guides/howto/virtio_user_as_exceptional_path.rst:           -- -i
--txqflags=0x0 --enable-lro \
doc/guides/howto/virtio_user_as_exceptional_path.rst:           -- -i
--txqflags=0x0 --enable-lro \
doc/guides/howto/virtio_user_for_container_networking.rst:            -- -i
--txqflags=0xf00 --disable-hw-vlan


More information about the dev mailing list