[ovs-dev] [PATCH v2 27/28] dpif-netdev: Use one or more offload threads

Maxime Coquelin maxime.coquelin at redhat.com
Fri Apr 23 13:15:29 UTC 2021



On 4/12/21 5:20 PM, Gaetan Rivet wrote:
> Read the user configuration in the netdev-offload module to modify the
> number of threads used to manage hardware offload requests.
> 
> This allows processing insertion, deletion and modification
> concurrently.
> 
> The offload thread structure was modified to contain all needed
> elements. This structure is multiplied by the number of requested
> threads and used separately.
> 
> Signed-off-by: Gaetan Rivet <grive at u256.net>
> Reviewed-by: Eli Britstein <elibr at nvidia.com>
> ---
>  lib/dpif-netdev.c         | 304 +++++++++++++++++++++++++-------------
>  lib/netdev-offload-dpdk.c |   7 +-
>  2 files changed, 204 insertions(+), 107 deletions(-)
> 

Reviewed-by: Maxime Coquelin <maxime.coquelin at redhat.com>

Thanks,
Maxime



More information about the dev mailing list