From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 440331E34 for ; Mon, 18 Sep 2017 20:37:12 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Sep 2017 11:37:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,414,1500966000"; d="scan'208";a="901427940" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by FMSMGA003.fm.intel.com with ESMTP; 18 Sep 2017 11:37:10 -0700 To: "Doherty, Declan" , Tomasz Kulasek , dev@dpdk.org References: <20170727120027.30416-1-tomaszx.kulasek@intel.com> <0460b916-32d0-aef3-b5fb-018099577f36@intel.com> From: Ferruh Yigit Message-ID: <8d63e632-da9a-649e-2fbc-41e3dc45bcc4@intel.com> Date: Mon, 18 Sep 2017 19:37:09 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <0460b916-32d0-aef3-b5fb-018099577f36@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] bonding: fix wrong slaves capacity check 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: Mon, 18 Sep 2017 18:37:12 -0000 On 9/18/2017 11:24 AM, Doherty, Declan wrote: > On 27/07/2017 1:00 PM, Tomasz Kulasek wrote: >> For fortville NIC bond_ethdev_8023ad_flow_verify fails when action queue >> index indicates unavailable queue before slaves configuration. >> >> This fix verifies flow settings for queue 0, which is always available, >> and checks if slaves max queue number capacity meets requirements. >> >> Fixes: 112891cd27e5 ("net/bonding: add dedicated HW queues for LACP control") >> >> Signed-off-by: Tomasz Kulasek > Reviewed-by: Radu Nicolau > Acked-by: Declan Doherty Applied to dpdk-next-net/master, thanks. (Checkpatch warnings fixed while applying, can you please confirm the commit in next-net)