From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/bonding: improve non-ip packets RSS Date: Thu, 8 Dec 2016 17:13:44 +0000 Message-ID: <8f233117-9155-e374-c724-4b9a4ab58600@intel.com> References: <1479460122-18780-1-git-send-email-haifeng.lin@huawei.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: declan.doherty@intel.com, jerry.lilijun@huawei.com To: Haifeng Lin , dev@dpdk.org Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id DC57620F for ; Thu, 8 Dec 2016 18:13:48 +0100 (CET) In-Reply-To: <1479460122-18780-1-git-send-email-haifeng.lin@huawei.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" On 11/18/2016 9:08 AM, Haifeng Lin wrote: > Most ethernet not support non-ip packets RSS and only first > queue can used to receive. In this scenario lacp bond can > only use one queue even if multi queue configured. > > We use below formula to change the map between bond_qid and > slave_qid to let at least slave_num queues to receive packets: > > slave_qid = (bond_qid + slave_id) % queue_num > > Signed-off-by: Haifeng Lin > --- Reminder for the patch ... <..>