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 42C2A4F9A; Tue, 6 Mar 2018 17:12:17 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Mar 2018 08:12:16 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,432,1515484800"; d="scan'208";a="23387148" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.62]) ([10.237.221.62]) by orsmga006.jf.intel.com with ESMTP; 06 Mar 2018 08:12:15 -0800 From: Ferruh Yigit To: Gowrishankar , dev@dpdk.org Cc: Declan Doherty , stable@dpdk.org References: <46c04d58a3b4aec442f615a4ee3dc9fc130e5fc9.1520328421.git.gowrishankar.m@linux.vnet.ibm.com> <8d076ae9-c111-0efc-fc08-c2542fa09bdf@intel.com> Message-ID: <28b89884-f9d1-1e45-dca6-0c4972c0ed18@intel.com> Date: Tue, 6 Mar 2018 16:12:14 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <8d076ae9-c111-0efc-fc08-c2542fa09bdf@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH] net/bonding: avoid wrong casting on primary_slave_port_id from input param 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: Tue, 06 Mar 2018 16:12:19 -0000 On 3/6/2018 11:51 AM, Ferruh Yigit wrote: > On 3/6/2018 9:37 AM, Gowrishankar wrote: >> From: Gowrishankar Muthukrishnan >> >> primary_slave_port_id is uint16_t which needs to be correctly stored >> with the same data type of input parameter in bond_ethdev_configure. >> >> Fixes: f8244c6399 ("ethdev: increase port id range") >> Cc: stable@dpdk.org >> >> Signed-off-by: Gowrishankar Muthukrishnan > > Acked-by: Ferruh Yigit Applied to dpdk-next-net/master, thanks.