From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id A5C46A0679 for ; Thu, 4 Apr 2019 11:59:57 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 262321B131; Thu, 4 Apr 2019 11:59:57 +0200 (CEST) Received: from tama50.ecl.ntt.co.jp (tama50.ecl.ntt.co.jp [129.60.39.147]) by dpdk.org (Postfix) with ESMTP id 8E5821B113 for ; Thu, 4 Apr 2019 11:59:54 +0200 (CEST) Received: from vc1.ecl.ntt.co.jp (vc1.ecl.ntt.co.jp [129.60.86.153]) by tama50.ecl.ntt.co.jp (8.13.8/8.13.8) with ESMTP id x349xqcD026614; Thu, 4 Apr 2019 18:59:52 +0900 Received: from vc1.ecl.ntt.co.jp (localhost [127.0.0.1]) by vc1.ecl.ntt.co.jp (Postfix) with ESMTP id 8C551EA8392; Thu, 4 Apr 2019 18:59:52 +0900 (JST) Received: from localhost.localdomain (lobster.nslab.ecl.ntt.co.jp [129.60.13.95]) by vc1.ecl.ntt.co.jp (Postfix) with ESMTP id 69267EA813A; Thu, 4 Apr 2019 18:59:52 +0900 (JST) From: ogawa.yasufumi@lab.ntt.co.jp To: spp@dpdk.org, ferruh.yigit@intel.com, ogawa.yasufumi@lab.ntt.co.jp Date: Thu, 4 Apr 2019 18:57:37 +0900 Message-Id: <1554371860-18206-1-git-send-email-ogawa.yasufumi@lab.ntt.co.jp> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-TM-AS-MML: disable Subject: [spp] [PATCH 0/3] Update for compile on CentOS7 X-BeenThere: spp@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Soft Patch Panel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: spp-bounces@dpdk.org Sender: "spp" From: Yasufumi Ogawa Hi, Compiling SPP without `-std=c99` for C99 mode is failed on some environment such as CentOS7. It is required to be enable to compile without specific options on every envs. This series of patches is to update for compilation on CentOS7 without C99 mode option. Yasufumi Ogawa (3): spp_nfv: remove declaration in for loop spp_primary: remove declaration in for loop spp_vf: change inline func calls static inside src/nfv/main.c | 2 +- src/nfv/nfv_status.c | 4 ++-- src/nfv/nfv_utils.h | 3 ++- src/primary/init.c | 3 ++- src/vf/common/spp_port.c | 6 +++--- 5 files changed, 10 insertions(+), 8 deletions(-) -- 2.7.4