From mboxrd@z Thu Jan 1 00:00:00 1970 From: Declan Doherty Subject: Re: [PATCH v3 4/4] app/test-pmd: add cmd for dedicated LACP rx/tx queues Date: Tue, 4 Jul 2017 20:56:16 +0100 Message-ID: <6978d70a-2e8e-944d-b348-19f6148e2011@intel.com> References: <20170629162022.9984-1-tomaszx.kulasek@intel.com> <20170704164627.324-1-declan.doherty@intel.com> <20170704164627.324-5-declan.doherty@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Tomasz Kulasek To: dev@dpdk.org Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id C63951094 for ; Tue, 4 Jul 2017 21:59:11 +0200 (CEST) In-Reply-To: <20170704164627.324-5-declan.doherty@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 04/07/17 17:46, Declan Doherty wrote: > From: Tomasz Kulasek > > Add new command to support enable/disable of dedicated tx/rx queue on > each slave of a bond device for LACP control plane traffic. > > set bonding lacp dedicated_queues [enable|disable] > > When enabled this option creates dedicated queues on each slave device > for LACP control plane traffic. This removes the need to filter control > plane packets in the data path. > > Signed-off-by: Tomasz Kulasek > Signed-off-by: Declan Doherty > --- ... > Acked-by: Declan Doherty