DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Chilikin, Andrey" <andrey.chilikin@intel.com>
To: Chillance Zen <chillancezen@gmail.com>, "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] how to poll a 40G/100G NIC with multiqueues without RSS
Date: Fri, 16 Jun 2017 16:38:15 +0000	[thread overview]
Message-ID: <AAC06825A3B29643AF5372F5E0DDF0538DB9A8D8@IRSMSX106.ger.corp.intel.com> (raw)
In-Reply-To: <CAKQ7xkX-9T+aDwnTE7MaS3xv8ktO0qOj97LQiQ2y_JHBTSf-LQ@mail.gmail.com>

With XL710 NICs you can use flexible payload for RSS for ETH_RSS_L2_PAYLOAD. By default XL710 PMD will extract first 16 bytes of the payload. You can include these 16 bytes for RSS with rte_eth_dev_filter_ctrl(...,RTE_ETH_FILTER_HASH, RTE_ETH_FILTER_SET, ...)

/Andrey

-----Original Message-----
From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Chillance Zen
Sent: Friday, June 9, 2017 7:48 AM
To: dev@dpdk.org
Subject: [dpdk-dev] how to poll a 40G/100G NIC with multiqueues without RSS

Hi, everyone,
since I need to realize my own protocol with which RSS can not be configured.
but we need massive packets to be processed with  multiple cpus(even that one cpu is always polling is not enough)

does anyone know how to distribute traffic to multiple queues

thanks&regards

--
Linc @bjtu

      reply	other threads:[~2017-06-16 16:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-09  6:48 Chillance Zen
2017-06-16 16:38 ` Chilikin, Andrey [this message]

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=AAC06825A3B29643AF5372F5E0DDF0538DB9A8D8@IRSMSX106.ger.corp.intel.com \
    --to=andrey.chilikin@intel.com \
    --cc=chillancezen@gmail.com \
    --cc=dev@dpdk.org \
    /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).