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 F003458C6 for ; Mon, 18 Sep 2017 12:24:55 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Sep 2017 03:24:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,412,1500966000"; d="scan'208";a="901286375" Received: from dwdohert-mobl.ger.corp.intel.com (HELO [163.33.228.187]) ([163.33.228.187]) by FMSMGA003.fm.intel.com with ESMTP; 18 Sep 2017 03:24:50 -0700 To: Tomasz Kulasek , dev@dpdk.org References: <20170727120027.30416-1-tomaszx.kulasek@intel.com> From: "Doherty, Declan" Message-ID: <0460b916-32d0-aef3-b5fb-018099577f36@intel.com> Date: Mon, 18 Sep 2017 11:24:50 +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: <20170727120027.30416-1-tomaszx.kulasek@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed 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 10:24:56 -0000 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 > --- ... > Acked-by: Declan Doherty