From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id E6A6D201 for ; Wed, 26 Jul 2017 00:21:16 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 57FE7212FC; Tue, 25 Jul 2017 18:21:16 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Tue, 25 Jul 2017 18:21:16 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:date:from:message-id:subject:to:x-me-sender:x-me-sender :x-sasl-enc:x-sasl-enc; s=mesmtp; bh=yAyOmnScXMzlWU81XUnxqkkX7ul 608DHm1AO8lrXBqo=; b=p4lnB5UBmYv3lqIGQbaRY/H0mtyq4utpVP/5YbvmS8w wtfaDqbOnsWUnvhv7UjosUCbGcH3sGRw57N9cp/mnERb1a2KTPtW7n/lC1yZqDBO vrNxO+Iv4SfngGc6zs37EwewiMCM4/84MfiTWwYDIV3iUcvtgeJh4gYmPGeHaocI = DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:message-id:subject:to :x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s=fm1; bh=yAyOmn ScXMzlWU81XUnxqkkX7ul608DHm1AO8lrXBqo=; b=CLrkwP+Vr5OpSa1n7avIup fwujTR7oefjD2UWghwCFwlxBz92d5kw3hnKt1wT21izW+tbDUmx8jHoerp+ylZE7 8prPDKwz46ortxODsNlp5wTti1RNiY2CyA5qnBG32TGSnUE+jjhSnlvaKgVtzjRQ l2QD7EL2uDDfMBfEoxDMRxcrm/DfM/yLfHLgn7hoRqQh7i9LkDkcW5o4Wun1omgF FPyw/pMq8gcFv69XEMeKRVp/WFV0bfcuO9zozqt+wLyHNmD3vHKCqMMzktdyZXB9 KK2nu7BWqlnXew3TMSfcWxoZvPzAtDuqud3sdgNOBaHn/BjA84+1ISTEeeCBaXKQ == X-ME-Sender: X-Sasl-enc: wxxyCKWlHHou99HwjZ55FMOu0HDZlX0W6dyXm6zfE0yb 1501021275 Received: from xps.domain.com (bzq-164-168-31-206.red.bezeqint.net [31.168.164.206]) by mail.messagingengine.com (Postfix) with ESMTPA id 57A8224697; Tue, 25 Jul 2017 18:21:15 -0400 (EDT) From: Thomas Monjalon To: keith.wiles@intel.com Cc: dev@dpdk.org Date: Wed, 26 Jul 2017 01:21:01 +0300 Message-Id: <20170725222107.23203-1-thomas@monjalon.net> X-Mailer: git-send-email 2.13.2 Subject: [dpdk-dev] [pktgen PATCH 0/6] fix compilation 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: , X-List-Received-Date: Tue, 25 Jul 2017 22:21:17 -0000 Some errors were seen when trying to compile with gcc 7 or clang, for 32-bit, and with DPDK 17.08-rc2. Thomas Monjalon (6): remove unused functions fix screen type saving fix compilation of printf based functions fix compilation with gcc 7 fix 32-bit build fix build with dpdk-17.08-rc2 app/Makefile | 3 --- app/cli-functions.c | 2 +- app/lpktgenlib.c | 12 ++---------- app/pktgen-cmds.c | 18 +++++++++--------- app/pktgen-latency.c | 26 ++++++++++++++------------ app/pktgen-log.c | 1 + app/pktgen-port-cfg.h | 2 +- app/pktgen-stats.c | 47 ++++++++++++++++++++++++++++------------------- lib/cli/cli.c | 2 +- lib/cli/cli_cmds.c | 6 +++--- lib/cli/cli_common.h | 1 + lib/cli/cli_map.c | 2 +- lib/cli/cli_scrn.c | 5 ++++- lib/cli/cli_scrn.h | 1 + lib/common/l2p.c | 34 ---------------------------------- lib/common/mbuf.h | 3 +++ lib/common/port_config.c | 10 +--------- 17 files changed, 71 insertions(+), 104 deletions(-) -- 2.13.2