[dpdk-dev] [PATCH] app/testpmd: fix offloads for the newly attached port

Singh, Aman Deep aman.deep.singh at intel.com
Wed Jun 23 11:09:51 CEST 2021


Acked-by: Aman Deep Singh <aman.deep.singh at intel.com>

On 6/19/2021 9:10 PM, Viacheslav Ovsiienko wrote:
> For the newly attached ports (with "port attach" command) the
> default offloads settings, configured from application command
> line, were not applied, causing port start failure following
> the attach. For example, if scattering offload was configured
> in command line and rxpkts was configured for multiple segments,
> the newly attached port start was failed due to missing scattering
> offload enable in the new port settings. The missing code to apply
> the offloads to the new device and its queues is added.
>
> Cc: stable at dpdk.org
> Fixes: c9cce42876f5 ("ethdev: remove deprecated attach/detach functions")
>
> Signed-off-by: Viacheslav Ovsiienko <viacheslavo at nvidia.com>
> ---
>
>


More information about the dev mailing list