[ovs-dev] [PATCH v2 0/3] Fix TSC frequency if DPDK is not available.

Ilya Maximets i.maximets at samsung.com
Fri Sep 6 10:37:33 UTC 2019


On 02.09.2019 14:27, Ilya Maximets wrote:
> 
> Version 2:
>   * Removed redundant OVS_UNUSED.
>   * 'ovs_numa_thread_setaffinity_core' reimplemented via
>     'ovs_numa_thread_setaffinity_dump' to reduce code duplication.
>   * Added Ack from William to patches #2 and #3 as they wasn't changed.
> 
> 
> Ilya Maximets (3):
>   ovs-numa: Add dump based thread affinity functions.
>   dpif-netdev-perf: Fix TSC frequency for non-DPDK case.
>   dpdk: Use ovs-numa provided functions to manage thread affinity.
> 
>  lib/dpdk-stub.c        |  6 ++++
>  lib/dpdk.c             | 33 ++++++++++---------
>  lib/dpdk.h             |  1 +
>  lib/dpif-netdev-perf.c | 75 ++++++++++++++++++++++++++++++++----------
>  lib/dpif-netdev-perf.h |  2 ++
>  lib/dpif-netdev.c      |  9 +++++
>  lib/ovs-numa.c         | 72 +++++++++++++++++++++++++++++++++++++---
>  lib/ovs-numa.h         |  2 ++
>  8 files changed, 162 insertions(+), 38 deletions(-)

Thanks, David and William!
I added const qualifiers and applied series to master.

Best regards, Ilya Maximets.


More information about the dev mailing list