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 7F7E72C60 for ; Thu, 23 Aug 2018 04:00:00 +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 w7N1xxPW012311; Thu, 23 Aug 2018 10:59:59 +0900 Received: from vc1.ecl.ntt.co.jp (localhost [127.0.0.1]) by vc1.ecl.ntt.co.jp (Postfix) with ESMTP id 16493EA75E7; Thu, 23 Aug 2018 10:59:59 +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 096DFEA75C9; Thu, 23 Aug 2018 10:59:59 +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 E84C5400AF1; Thu, 23 Aug 2018 10:59:58 +0900 (JST) References: <692acfa8-7f87-6d08-61a5-baafea9d8d19@intel.com> From: Yasufumi Ogawa Message-ID: Date: Thu, 23 Aug 2018 10:58:10 +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: <692acfa8-7f87-6d08-61a5-baafea9d8d19@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-CC-Mail-RelayStamp: 1 To: Ferruh Yigit Cc: dpdk-spp X-TM-AS-MML: disable Subject: Re: [spp] DPDK v18.08 support 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, 23 Aug 2018 02:00:01 -0000 > Hi Yasufumi, > > I am sure you already aware but for the record for mail list, latest spp doesn't > compile with latest DPDK v18.08 release because of some deprecated fields and APIs. > > Do you guys already have a plan for the DPDK v18.08 support? Hi Ferruh, Yes. I should replace deprecated rte_eth_dev_attach/detach() with rte_eal_hotplug_add/remove(). I have learned how to use this new APIs and will send patches to make the changes. At first, I would like to add 'CFLAGS += -Wno-deprecated-declarations' option to avoid the problem similar to DPDK, then change to new APIs. Thanks, Yasufumi > > > Thanks, > ferruh >