https://bugs.dpdk.org/show_bug.cgi?id=530
Bug ID: 530 Summary: Lack of Support for Inner RSS Header Hashing (Feature 2.21) Product: DPDK Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Severity: enhancement Priority: Normal Component: testpmd Assignee: dev@dpdk.org Reporter: ohily...@iol.unh.edu Target Milestone: --- As far as I can tell, testpmd doesn't report when inner rss header hashing occurs. There is currently a field in log output (I enabled it using "set log global 3") that shows the RSS hash when a packet is received, but there is no indication of an inner RSS hash. Similarly, there is an offload flag (PKT_RX_RSS_HASH) for rss hashing, but I was unable to find any flags relating to inner rss offload like IPv4/IPv6, UDP, TCP and SCTP have. This makes testing the feature difficult as there is no indication as to whether inner hashing was preformed. -- You are receiving this mail because: You are the assignee for the bug.