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 E43711BB78 for ; Thu, 21 Jun 2018 12:51:32 +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 w5LApUgS025703; Thu, 21 Jun 2018 19:51:30 +0900 Received: from vc1.ecl.ntt.co.jp (localhost [127.0.0.1]) by vc1.ecl.ntt.co.jp (Postfix) with ESMTP id D3059EA8363; Thu, 21 Jun 2018 19:51:30 +0900 (JST) Received: from jcms-pop21.ecl.ntt.co.jp (jcms-pop21.ecl.ntt.co.jp [129.60.87.134]) by vc1.ecl.ntt.co.jp (Postfix) with ESMTP id C8481EA7E6C; Thu, 21 Jun 2018 19:51:30 +0900 (JST) Received: from [IPv6:::1] (watercress.nslab.ecl.ntt.co.jp [129.60.13.73]) by jcms-pop21.ecl.ntt.co.jp (Postfix) with ESMTPSA id C38A8400B3E; Thu, 21 Jun 2018 19:51:30 +0900 (JST) References: <20180619113720.8336-1-shinohara.kenta@lab.ntt.co.jp> From: Yasufumi Ogawa Message-ID: <8e915fba-4b6f-2fce-9e92-68f5dcfde4c9@lab.ntt.co.jp> Date: Thu, 21 Jun 2018 19:49:25 +0900 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20180619113720.8336-1-shinohara.kenta@lab.ntt.co.jp> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-CC-Mail-RelayStamp: 1 To: Kenta Shinohara , spp@dpdk.org, ferruh.yigit@intel.com X-TM-AS-MML: disable Subject: Re: [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: Thu, 21 Jun 2018 10:51:33 -0000 On 2018/06/19 20:37, Kenta Shinohara wrote: > Hi, > > These patches are fixing for SPP's compile and execution error > on DPDK v18.05. I confirmed that the compile error is fixed and works it works fine on my Ubuntu 16.04 environment. Very thanks for your contribution! Yasufumi > > 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(-) > -- Yasufumi Ogawa NTT Network Service Systems Labs