DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] i40e doesn't calculate RSS for GRE traffic.
@ 2019-01-28 17:54 Igor Ryzhov
  0 siblings, 0 replies; only message in thread
From: Igor Ryzhov @ 2019-01-28 17:54 UTC (permalink / raw)
  To: dev

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-01-28 17:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-28 17:54 [dpdk-dev] i40e doesn't calculate RSS for GRE traffic Igor Ryzhov

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).