From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Jul 2017 12:59:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,309,1496127600"; d="scan'208";a="1147729781" Received: from dwdohert-dpdk.ir.intel.com ([163.33.210.152]) by orsmga001.jf.intel.com with ESMTP; 04 Jul 2017 12:59:09 -0700 To: 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: Declan Doherty Message-ID: <6978d70a-2e8e-944d-b348-19f6148e2011@intel.com> Date: Tue, 4 Jul 2017 20:56:16 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; 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; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit 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: Tue, 04 Jul 2017 19:59:12 -0000 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