From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 50D8F2C13 for ; Wed, 5 Jul 2017 13:33:22 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga105.jf.intel.com with ESMTP; 05 Jul 2017 04:33:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,311,1496127600"; d="scan'208";a="104635112" 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:20 -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-5-declan.doherty@intel.com> From: Ferruh Yigit Message-ID: <7ceb0434-da5a-d01a-2c09-c39217a12e0f@intel.com> Date: Wed, 5 Jul 2017 12:33:19 +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-5-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 4/4] app/test-pmd: add cmd for dedicated LACP rx/tx queues 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:22 -0000 On 7/4/2017 5:46 PM, 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 <...> > --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst > +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst > @@ -1766,6 +1766,15 @@ For example, to set the link status monitoring polling period of bonded device ( > testpmd> set bonding mon_period 5 150 > > > +set bonding lacp dedicated_queue trailing white-space removed. > +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <...>