[dpdk-dev] [PATCH v4 2/2] net/mlx5: check delay drop settings in kernel driver
Slava Ovsiienko
viacheslavo at nvidia.com
Thu Nov 4 19:22:22 CET 2021
> -----Original Message-----
> From: Bing Zhao <bingz at nvidia.com>
> Sent: Thursday, November 4, 2021 19:59
> To: Slava Ovsiienko <viacheslavo at nvidia.com>; Matan Azrad
> <matan at nvidia.com>
> Cc: dev at dpdk.org; Raslan Darawsheh <rasland at nvidia.com>; NBU-Contact-
> Thomas Monjalon <thomas at monjalon.net>; Ori Kam <orika at nvidia.com>
> Subject: [PATCH v4 2/2] net/mlx5: check delay drop settings in kernel driver
>
> The delay drop is the common feature managed on per device basis and the
> kernel driver is responsible one for the initialization and rearming.
>
> By default, the timeout value is set to activate the delay drop when the
> driver is loaded.
>
> A private flag "dropless_rq" is used to control the rearming. Only when it is
> on, the rearming will be handled once received a timeout event. Or else, the
> delay drop will be deactivated after the first timeout occurs and all the Rx
> queues won't have this feature.
>
> The PMD is trying to query this flag and warn the application when some
> queues are created with delay drop but the flag is off.
>
> The documents are also updated in this commit.
>
> Signed-off-by: Bing Zhao <bingz at nvidia.com>
Acked-by: Viacheslav Ovsiienko <viacheslavo at nvidia.com>
More information about the dev
mailing list