DPDK patches and discussions
 help / color / mirror / Atom feed
From: Igor Ryzhov <iryzhov@nfware.com>
To: dev@dpdk.org
Subject: [dpdk-dev] i40e doesn't calculate RSS for GRE traffic.
Date: Mon, 28 Jan 2019 20:54:56 +0300	[thread overview]
Message-ID: <CAF+s_FxPQ8-iNg6E9HVTuWpP_7_xqX3auGbiv_YyS+dOVL0vgQ@mail.gmail.com> (raw)

Hello everyone,

We are currently testing i40e support for RSS calculation.

RSS is configured with all supported flags:

#define I40E_RSS_OFFLOAD_ALL ( \
ETH_RSS_FRAG_IPV4 | \
ETH_RSS_NONFRAG_IPV4_TCP | \
ETH_RSS_NONFRAG_IPV4_UDP | \
ETH_RSS_NONFRAG_IPV4_SCTP | \
ETH_RSS_NONFRAG_IPV4_OTHER | \
ETH_RSS_FRAG_IPV6 | \
ETH_RSS_NONFRAG_IPV6_TCP | \
ETH_RSS_NONFRAG_IPV6_UDP | \
ETH_RSS_NONFRAG_IPV6_SCTP | \
ETH_RSS_NONFRAG_IPV6_OTHER | \
ETH_RSS_L2_PAYLOAD)

We checked RSS calculation for following types of packets:
IPv4+TCP
IPv4+UDP
IPv4+ICMP
IPv4+GRE
and the same, but for IPv4 fragmented packets.

And for the case "IPv4+GRE" RSS hash is not calculated and set to 0 in
rte_mbuf.

Is this a known issue?

Best regards,
Igor

                 reply	other threads:[~2019-01-28 17:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=CAF+s_FxPQ8-iNg6E9HVTuWpP_7_xqX3auGbiv_YyS+dOVL0vgQ@mail.gmail.com \
    --to=iryzhov@nfware.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).