From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 2D89E1B78E for ; Fri, 13 Oct 2017 20:25:19 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Oct 2017 11:25:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,371,1503385200"; d="scan'208";a="909717154" 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:25:17 -0700 To: Zhiyong Yang , dev@dpdk.org References: <20171013131701.38147-1-zhiyong.yang@intel.com> From: Ferruh Yigit Message-ID: <0bd271e9-5990-8bc4-8f57-09f007bdee5e@intel.com> Date: Fri, 13 Oct 2017 19:25:16 +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: <20171013131701.38147-1-zhiyong.yang@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:25:19 -0000 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