mbox series

[v3,0/3] fixes for example app builds

Message ID 20201028162702.969509-1-bruce.richardson@intel.com (mailing list archive)
Headers
Series fixes for example app builds |

Message

Bruce Richardson Oct. 28, 2020, 4:26 p.m. UTC
  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(-)
  

Comments

David Marchand Oct. 30, 2020, 1:56 p.m. UTC | #1
On Wed, Oct 28, 2020 at 5:27 PM Bruce Richardson
<bruce.richardson@intel.com> wrote:
>
> 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.

Series applied, thanks.