From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from [127.0.0.1] (10.177.20.223) by DGGEMS404-HUB.china.huawei.com (10.3.19.204) with Microsoft SMTP Server id 14.3.361.1; Wed, 13 Dec 2017 16:19:55 +0800 To: Declan Doherty , References: <20170629162022.9984-1-tomaszx.kulasek@intel.com> <20170704164627.324-1-declan.doherty@intel.com> <20170704164627.324-4-declan.doherty@intel.com> CC: Tomasz Kulasek From: linhaifeng Message-ID: <5A30E1D2.6080800@huawei.com> Date: Wed, 13 Dec 2017 16:16:18 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <20170704164627.324-4-declan.doherty@intel.com> Content-Type: text/plain; charset="gbk" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.177.20.223] X-CFilter-Loop: Reflected 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, 13 Dec 2017 08:20:11 -0000 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.