[dpdk-dev] [PATCH v16 2/8] ethdev: add mbuf RSS update as an offload

Ferruh Yigit ferruh.yigit at intel.com
Thu Nov 7 18:24:49 CET 2019


On 11/6/2019 7:17 PM, pbhagavatula at marvell.com wrote:
> From: Pavan Nikhilesh <pbhagavatula at marvell.com>
> 
> Add new Rx offload flag `DEV_RX_OFFLOAD_RSS_HASH` which can be used to
> enable/disable PMDs write to `rte_mbuf::hash::rss`.
> PMDs notify the validity of `rte_mbuf::hash:rss` to the applcation
> by enabling `PKT_RX_RSS_HASH ` flag in `rte_mbuf::ol_flags`.
> 
> Signed-off-by: Pavan Nikhilesh <pbhagavatula at marvell.com>
> Reviewed-by: Andrew Rybchenko <arybchenko at solarflare.com>

testpmd support to enable the rx_offload seems missing, can you please check
"port config 0 rx_offload ... " command, I think we should have following too:
"port config 0 rx_offload rss_hash"


More information about the dev mailing list