From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] bonding: fix wrong slaves capacity check Date: Mon, 18 Sep 2017 19:37:09 +0100 Message-ID: <8d63e632-da9a-649e-2fbc-41e3dc45bcc4@intel.com> References: <20170727120027.30416-1-tomaszx.kulasek@intel.com> <0460b916-32d0-aef3-b5fb-018099577f36@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: "Doherty, Declan" , Tomasz Kulasek , dev@dpdk.org 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) In-Reply-To: <0460b916-32d0-aef3-b5fb-018099577f36@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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)