[ovs-dev] [PATCH v2 4/7] dpif-netdev: Assign PMD for failed pinned rxqs.

Pai G, Sunil sunil.pai.g at intel.com
Mon Jul 5 18:33:01 UTC 2021


Hi Kevin, 


> -----Original Message-----
> From: Kevin Traynor <ktraynor at redhat.com>
> Sent: Friday, July 2, 2021 4:55 AM
> To: dev at openvswitch.org
> Cc: david.marchand at redhat.com; Pai G, Sunil <sunil.pai.g at intel.com>;
> cfontain at redhat.com; Kevin Traynor <ktraynor at redhat.com>
> Subject: [PATCH v2 4/7] dpif-netdev: Assign PMD for failed pinned rxqs.
> 
> Previously, if pmd-rxq-affinity was used to pin an rxq to a core that was not in
> pmd-cpu-mask the rxq was not polled and the user received a warning.
> 
> Now that pinned and non-pinned rxqs are assigned to PMDs in a common call
> to rxq scheduling, if an invalid core is selected in pmd-rxq-affinity the rxq can
> be assigned an available PMD (if any).
> 
> A warning will still be logged as the requested core could not be used.
> 
> Signed-off-by: Kevin Traynor <ktraynor at redhat.com>
> ---
>  Documentation/topics/dpdk/pmd.rst | 6 +++---
>  lib/dpif-netdev.c                 | 5 ++++-
>  tests/pmd.at                      | 5 ++++-
>  3 files changed, 11 insertions(+), 5 deletions(-)

LGTM.
Once GHA is green , I'll be happy to ack.

Thanks and regards,
Sunil


More information about the dev mailing list