From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga101.jf.intel.com with ESMTP; 08 Dec 2016 09:13:46 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,320,1477983600"; d="scan'208";a="40518789" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.29]) ([10.237.220.29]) by fmsmga006.fm.intel.com with ESMTP; 08 Dec 2016 09:13:45 -0800 To: Haifeng Lin , dev@dpdk.org References: <1479460122-18780-1-git-send-email-haifeng.lin@huawei.com> Cc: declan.doherty@intel.com, jerry.lilijun@huawei.com From: Ferruh Yigit Message-ID: <8f233117-9155-e374-c724-4b9a4ab58600@intel.com> Date: Thu, 8 Dec 2016 17:13:44 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <1479460122-18780-1-git-send-email-haifeng.lin@huawei.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/bonding: improve non-ip packets RSS 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: Thu, 08 Dec 2016 17:13:50 -0000 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 ... <..>