From mboxrd@z Thu Jan 1 00:00:00 1970 From: linhaifeng Subject: Re: [PATCH v3 3/4] net/bond: dedicated hw queues for LACP control traffic Date: Wed, 13 Dec 2017 16:16:18 +0800 Message-ID: <5A30E1D2.6080800@huawei.com> References: <20170629162022.9984-1-tomaszx.kulasek@intel.com> <20170704164627.324-1-declan.doherty@intel.com> <20170704164627.324-4-declan.doherty@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="gbk" Content-Transfer-Encoding: 8bit Cc: Tomasz Kulasek To: Declan Doherty , Return-path: Received: from huawei.com (szxga05-in.huawei.com [45.249.212.191]) by dpdk.org (Postfix) with ESMTP id EBD132030 for ; Wed, 13 Dec 2017 09:20:10 +0100 (CET) Received: from DGGEMS404-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id 32EA57A0874D7 for ; Wed, 13 Dec 2017 16:19:57 +0800 (CST) In-Reply-To: <20170704164627.324-4-declan.doherty@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi, What is the purpose of this patch? fix problem or improve performance? ÔÚ 2017/7/5 0:46, Declan Doherty дµÀ: > 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.