From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id CF62E378B for ; Wed, 5 Jul 2017 13:33:34 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Jul 2017 04:33:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,311,1496127600"; d="scan'208";a="104635150" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.91]) ([10.237.220.91]) by orsmga004.jf.intel.com with ESMTP; 05 Jul 2017 04:33:32 -0700 To: Declan Doherty , dev@dpdk.org Cc: Tomasz Kulasek References: <20170629162022.9984-1-tomaszx.kulasek@intel.com> <20170704164627.324-1-declan.doherty@intel.com> <20170704164627.324-4-declan.doherty@intel.com> From: Ferruh Yigit Message-ID: <99ac6eba-c824-46fe-12f3-bd8504e08f18@intel.com> Date: Wed, 5 Jul 2017 12:33:31 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170704164627.324-4-declan.doherty@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v3 3/4] net/bond: dedicated hw queues for LACP control traffic 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: Wed, 05 Jul 2017 11:33:35 -0000 On 7/4/2017 5:46 PM, Declan Doherty wrote: > From: Tomasz Kulasek > > Add support for hardware flow classification of LACP control plane > traffic to be redirect to a dedicated receive queue on each slave which > is not visible to application. Also enables a dedicate transmit queue > for LACP traffic which allows complete decoupling of control and data > paths. > > This only applies to bonding devices running in mode 4 > (link-aggegration-802.3ad). > > Introduce two new APIs to support enable/disabled of dedicated > queues. > > - rte_eth_bond_8023ad_dedicated_queues_enable > - rte_eth_bond_8023ad_dedicated_queues_disable > > rte_eth_bond_8023ad_dedicated_queues_enable must be called before > bonding port is configured or started to reserved and configure the > dedicated queuesh. > > When this option is enabled all slaves must support flow filtering > by ethernet type and support one additional tx and rx queue on > each slave. > > Signed-off-by: Tomasz Kulasek > Signed-off-by: Declan Doherty <...> > - "bonded port (%d) failed to reconfigure slave device (%d)", > - eth_dev->data->port_id, internals->slaves[i].port_id); > + "bonded port (%d) failed to reconfigure" > + "slave device (%d)", Log string merged into single line. <...>