Hi Kevin,
> -----Original Message----- > From: Kevin Traynor <[email protected]> > Sent: Friday, July 2, 2021 4:55 AM > To: [email protected] > Cc: [email protected]; Pai G, Sunil <[email protected]>; > [email protected]; Kevin Traynor <[email protected]> > 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 <[email protected]> > --- > 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 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
