[dpdk-dev] [PATCH] app/testpmd: introduce QinQ and Rx offloads argument

Ferruh Yigit ferruh.yigit at intel.com
Wed Oct 9 10:20:02 CEST 2019


On 9/13/2019 1:14 PM, viveksharma at marvell.com wrote:
> From: Vivek Sharma <viveksharma at marvell.com>
> 
> Introduce boot time argument for configuring QinQ strip
> offload and for configuring all rx offloads.Fix port info
> display to distinguish between qinq strip and extend offloads.
> 
> Signed-off-by: Vivek Sharma <viveksharma at marvell.com>

<...>

> @@ -198,6 +198,10 @@ The command line options are:
>  
>      Enable hardware VLAN extend.
>  
> +*   ``--enable-hw-qinq-strip``
> +
> +    Enable hardware QINQ strip.
> +
>  *   ``--enable-drop-en``
>  
>      Enable per-queue packet drop for packets with no descriptors.
> @@ -385,6 +389,11 @@ The command line options are:
>      Set the hexadecimal bitmask of TX queue offloads.
>      The default value is 0.
>  
> +*   ``--rx-offloads=0xXXXXXXXX``
> +
> +    Set the hexadecimal bitmask of RX queue offloads.
> +    The default value is 0.
> +
>  *   ``--hot-plug``
>  
>      Enable device event monitor mechanism for hotplug.
> 

+1 to both arguments, but they are independent/unrelated, can you please make
this two patches?

Thanks,
ferruh


More information about the dev mailing list