[dpdk-dev] [PATCH 0/4] fixes for example app builds

Bruce Richardson bruce.richardson at intel.com
Fri Aug 14 13:00:41 CEST 2020


While helping prepare some patches for converting the DPDK examples to
build using pkg-config, a number of errors and warnings were encountered in
the example app builds. These patches fix those issues.

Bruce Richardson (4):
  power: make guest channel headers public
  examples/vm_power_manager: fix string truncation warning
  examples/mp_server: fix snprintf overflow
  examples/mp_server: clear string truncation warning

 .../multi_process/client_server_mp/mp_server/main.c   |  2 +-
 .../multi_process/client_server_mp/shared/common.h    |  2 +-
 examples/vm_power_manager/channel_manager.c           | 11 ++++++++---
 examples/vm_power_manager/channel_monitor.c           |  1 -
 examples/vm_power_manager/channel_monitor.h           |  2 +-
 examples/vm_power_manager/guest_cli/main.c            |  1 +
 .../vm_power_manager/guest_cli/vm_power_cli_guest.c   |  2 +-
 .../vm_power_manager/guest_cli/vm_power_cli_guest.h   |  2 +-
 examples/vm_power_manager/vm_power_cli.c              |  1 -
 lib/librte_power/guest_channel.c                      |  3 +--
 lib/librte_power/meson.build                          |  4 +++-
 lib/librte_power/power_kvm_vm.c                       |  3 +--
 ...hannel_commands.h => rte_power_channel_commands.h} |  0
 .../{guest_channel.h => rte_power_guest_channel.h}    |  2 +-
 14 files changed, 20 insertions(+), 16 deletions(-)
 rename lib/librte_power/{channel_commands.h => rte_power_channel_commands.h} (100%)
 rename lib/librte_power/{guest_channel.h => rte_power_guest_channel.h} (98%)

-- 
2.25.1



More information about the dev mailing list