From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 9E25E1ADD3 for ; Thu, 30 Nov 2017 20:54:40 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Nov 2017 11:54:39 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,343,1508828400"; d="scan'208";a="7748419" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.225.43]) ([10.241.225.43]) by FMSMGA003.fm.intel.com with ESMTP; 30 Nov 2017 11:54:38 -0800 To: Yasufumi Ogawa , spp@dpdk.org Cc: gerald.rogers@intel.com, sy.jong.choi@intel.com References: <1d6a0886-c8cf-390f-fae5-af7f02614cd5@lab.ntt.co.jp> From: Ferruh Yigit Message-ID: Date: Thu, 30 Nov 2017 11:54:38 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <1d6a0886-c8cf-390f-fae5-af7f02614cd5@lab.ntt.co.jp> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [spp] Update SPP for DPDK v17.11 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, 30 Nov 2017 19:54:41 -0000 On 11/30/2017 3:31 AM, Yasufumi Ogawa wrote: > Hi Ferruh, > > Recently I found that make of SPP with DPDK v17.11 is failed because > port_id is updated to uint16_t in this release. I think I have to update > SPP to fix the problem. > > First, I would like to send a patch of Makefile to show compatibility > with DPDK v17.08 with current SPP, then start to create patches for > updating SPP to v17.11. > > Could you create a tag 'v17.08' after Makefile is updated? Or, I would > like to do it if it is possible to make a change on SPP's repository. Thanks Yasufumi, I will get the patch and put tag for v17.08 promptly. And thanks for taking care of v17.11 fix. > > Thanks, > Yasufumi >