DPDK patches and discussions
 help / color / mirror / Atom feed
From: Ferruh Yigit <ferruh.yigit@intel.com>
To: Haifeng Lin <haifeng.lin@huawei.com>, dev@dpdk.org
Cc: declan.doherty@intel.com, jerry.lilijun@huawei.com
Subject: Re: [dpdk-dev] [PATCH] net/bonding: improve non-ip packets RSS
Date: Thu, 8 Dec 2016 17:13:44 +0000	[thread overview]
Message-ID: <8f233117-9155-e374-c724-4b9a4ab58600@intel.com> (raw)
In-Reply-To: <1479460122-18780-1-git-send-email-haifeng.lin@huawei.com>

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 <haifeng.lin@huawei.com>
> ---

Reminder for the patch ...

<..>

  reply	other threads:[~2016-12-08 17:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-18  9:08 Haifeng Lin
2016-12-08 17:13 ` Ferruh Yigit [this message]
2017-02-10 16:30 ` Declan Doherty

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8f233117-9155-e374-c724-4b9a4ab58600@intel.com \
    --to=ferruh.yigit@intel.com \
    --cc=declan.doherty@intel.com \
    --cc=dev@dpdk.org \
    --cc=haifeng.lin@huawei.com \
    --cc=jerry.lilijun@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).