From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2AC09A04DD; Wed, 28 Oct 2020 17:27:17 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C75604C73; Wed, 28 Oct 2020 17:27:15 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id E4C8049E0 for ; Wed, 28 Oct 2020 17:27:14 +0100 (CET) IronPort-SDR: tZ4EntzsGqwf6dAT2RhyqalE35ATErGTkG2OVH9uIUjg3dIVldSLNeOoVSFDA227Wsvte+rcE9 BhCQ0Lzdyg2g== X-IronPort-AV: E=McAfee;i="6000,8403,9788"; a="168418138" X-IronPort-AV: E=Sophos;i="5.77,427,1596524400"; d="scan'208";a="168418138" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Oct 2020 09:27:12 -0700 IronPort-SDR: v9ZeqYDl07w2n7NczhFxqe5VT4vty4WK5WvBWRh+TJzGOKj4pNQqLdke1OMIn7UMWrQpTI/VJt jhMMBSbiCTrQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,427,1596524400"; d="scan'208";a="334787938" Received: from silpixa00399126.ir.intel.com ([10.237.222.4]) by orsmga002.jf.intel.com with ESMTP; 28 Oct 2020 09:27:11 -0700 From: Bruce Richardson To: dev@dpdk.org Cc: Bruce Richardson Date: Wed, 28 Oct 2020 16:26:59 +0000 Message-Id: <20201028162702.969509-1-bruce.richardson@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20200814110045.217724-1-bruce.richardson@intel.com> References: <20200814110045.217724-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v3 0/3] fixes for example app builds X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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