From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 4ECAB1B769 for ; Fri, 13 Oct 2017 20:26:52 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP; 13 Oct 2017 11:26:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,371,1503385200"; d="scan'208";a="909717622" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.224.248]) ([10.241.224.248]) by FMSMGA003.fm.intel.com with ESMTP; 13 Oct 2017 11:26:50 -0700 From: Ferruh Yigit To: Zhiyong Yang , dev@dpdk.org References: <20171013131701.38147-1-zhiyong.yang@intel.com> <0bd271e9-5990-8bc4-8f57-09f007bdee5e@intel.com> Message-ID: <166c8d27-de97-fdc3-4218-09c1568298a5@intel.com> Date: Fri, 13 Oct 2017 19:26:50 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <0bd271e9-5990-8bc4-8f57-09f007bdee5e@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 0/8] fix port id type X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Oct 2017 18:26:52 -0000 On 10/13/2017 7:25 PM, Ferruh Yigit wrote: > On 10/13/2017 2:16 PM, Zhiyong Yang wrote: >> Fix port id type and update related docs. >> >> Zhiyong Yang (8): >> net/bonding: fix port id type >> net/i40e: fix port id type >> net/fm10k: fix port id type >> net/mrvl: fix port id type >> app: fix port id type >> test: fix port id type >> examples: fix port id type >> doc: update port id type > > Series Reviewed-by: Ferruh Yigit Applied to dpdkt/master, thanks.