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.

v3:
        Dropped patch 1, since other approaches to fix this are being
        investigated, as discussed in other threads on-list.

v2:
        Changed to use standard ether-address formatting function in first
        mp_server patch.

Bruce Richardson (3):
  examples/vm_power_manager: fix string truncation warning
  examples/mp_server: fix snprintf overflow
  examples/mp_server: clear string truncation warning

 .../client_server_mp/mp_server/main.c           | 17 ++++++++++-------
 .../client_server_mp/shared/common.h            |  2 +-
 examples/vm_power_manager/channel_manager.c     | 10 ++++++++--
 3 files changed, 19 insertions(+), 10 deletions(-)

-- 
2.25.1

Reply via email to