Patches 1-4 are about polishing the existing functionality
and preparing for new functionality later in the series.

Patch 1 renames 'pmd-maxsleep' to 'pmd-sleep-max'. I think
this is allowed as it is still experimental, but we can keep
'pmd-maxsleep' as well, if people think it's a problem.

Patches 5-6 adds a new per pmd config option functionality and tests.
These can be considered separate from patches 1-4 but as there
are dependencies, it made sense to add the patches to this
patch set.

GHA: https://github.com/kevintraynor/ovs/actions/runs/5267778815

Kevin Traynor (6):
  dpif-netdev: Rename pmd-maxsleep config option.
  pmd.at: Add macro for checking pmd sleep max time and state.
  dpif-netdev: Add pmd-sleep-show command.
  dpif-netdev: Remove pmd-sleep-max experimental tag.
  dpif-netdev: Add per pmd sleep config.
  pmd-at: Add per pmd max sleep unit tests.

 Documentation/topics/dpdk/pmd.rst |  33 +++-
 NEWS                              |   5 +
 lib/dpif-netdev-private-thread.h  |   3 +
 lib/dpif-netdev.c                 | 259 ++++++++++++++++++++++++++++--
 tests/pmd.at                      | 233 ++++++++++++++++++++++++---
 vswitchd/vswitch.xml              |   2 +-
 6 files changed, 494 insertions(+), 41 deletions(-)

-- 
2.40.1

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to