From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id EB50C293B for ; Fri, 24 Aug 2018 11:22:10 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Aug 2018 02:22:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,281,1531810800"; d="scan'208";a="67529091" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.56]) ([10.237.221.56]) by orsmga007.jf.intel.com with ESMTP; 24 Aug 2018 02:22:07 -0700 To: Yasufumi Ogawa Cc: dpdk-spp References: <692acfa8-7f87-6d08-61a5-baafea9d8d19@intel.com> From: Ferruh Yigit Openpgp: preference=signencrypt Message-ID: <80bb0dbe-04f1-503d-95e2-5cc37033a524@intel.com> Date: Fri, 24 Aug 2018 10:22:06 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit 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: Fri, 24 Aug 2018 09:22:11 -0000 On 8/23/2018 2:58 AM, Yasufumi Ogawa wrote: >> 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. That would work but I am not sure how good idea it is. Deprecated deprecation is notify you to update your application, I think we shouldn't suppress these warnings. > > Thanks, > Yasufumi >> >> >> Thanks, >> ferruh >> >