From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tama50.ecl.ntt.co.jp (tama50.ecl.ntt.co.jp [129.60.39.147]) by dpdk.org (Postfix) with ESMTP id 710981B6DF for ; Mon, 26 Nov 2018 08:27:34 +0100 (CET) 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 wAQ7RWLU031932; Mon, 26 Nov 2018 16:27:32 +0900 Received: from vc1.ecl.ntt.co.jp (localhost [127.0.0.1]) by vc1.ecl.ntt.co.jp (Postfix) with ESMTP id AABCCEA81DB; Mon, 26 Nov 2018 16:27:32 +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 94339EA7FC3; Mon, 26 Nov 2018 16:27:32 +0900 (JST) From: ogawa.yasufumi@lab.ntt.co.jp To: ferruh.yigit@intel.com, spp@dpdk.org, ogawa.yasufumi@lab.ntt.co.jp Date: Mon, 26 Nov 2018 16:25:14 +0900 Message-Id: <1543217116-13662-1-git-send-email-ogawa.yasufumi@lab.ntt.co.jp> X-Mailer: git-send-email 2.7.4 X-TM-AS-MML: disable Subject: [spp] [PATCH 0/2] Fix compile errors for SPP v18.08 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: , X-List-Received-Date: Mon, 26 Nov 2018 07:27:35 -0000 From: Yasufumi Ogawa This series of patches is to fix compile errors for previous patches to update version to v18.08. * Add `-DALLOW_EXPERIMENTAL_API` to CFLAGS to avoid warnings for experimental APIs. * Fix compile error of not used variable. Yasufumi Ogawa (2): makefile: add DALLOW_EXPERIMENTAL_API option spp_vf: fix bug of not used variable src/mirror/Makefile | 1 + src/nfv/Makefile | 1 + src/primary/Makefile | 1 + src/vf/Makefile | 1 + src/vf/common/command_dec.c | 1 + 5 files changed, 5 insertions(+) -- 2.7.4