From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gmobb.jp (smtpbb012.gmobb.jp [157.7.156.159]) by dpdk.org (Postfix) with ESMTP id B05FA37A2 for ; Tue, 19 Jun 2018 13:37:34 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by smtp.gmobb.jp (Postfix) with ESMTP id 79E237E969; Tue, 19 Jun 2018 20:37:32 +0900 (JST) X-Virus-Scanned: amavisd-new at gmoserver.jp Received: from smtp.gmobb.jp ([127.0.0.1]) by localhost (smtp.gmoserver.jp [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tXfLUx1IUfjv; Tue, 19 Jun 2018 20:37:32 +0900 (JST) Received: from localhost.localdomain (unknown [192.47.164.146]) by smtp.gmobb.jp (Postfix) with ESMTPA id 569827E966; Tue, 19 Jun 2018 20:37:32 +0900 (JST) From: Kenta Shinohara To: spp@dpdk.org, ferruh.yigit@intel.com Cc: Kenta Shinohara Date: Tue, 19 Jun 2018 20:37:13 +0900 Message-Id: <20180619113720.8336-1-shinohara.kenta@lab.ntt.co.jp> X-Mailer: git-send-email 2.15.1 (Apple Git-101) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [spp] [PATCH 0/7] patches for DPDK v18.05 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: Tue, 19 Jun 2018 11:37:35 -0000 Hi, These patches are fixing for SPP's compile and execution error on DPDK v18.05. Kenta Shinohara (7): spp_nfv: fix deprecated use of rte_eth_dev_count spp_primary: fix deprecated use of rte_eth_dev_count spp_vm: fix deprecated use of rte_eth_dev_count spp_vf: fix deprecated use of rte_eth_dev_count spp_vm: fix changing spec of rte_mem_config shared: fix for updating API of DPDK v18.05 spp_vm: add DALLOW_EXPERIMENTAL_API on CFLAGS src/nfv/nfv.c | 2 +- src/primary/init.c | 2 +- src/shared/common.c | 13 ++++++++++++- src/vf/spp_vf.c | 2 +- src/vm/Makefile | 1 + src/vm/init.c | 2 +- src/vm/main.c | 11 +++++++---- 7 files changed, 24 insertions(+), 9 deletions(-) -- 2.15.1 (Apple Git-101)