>-----Original Message----- >From: dev <dev-boun...@dpdk.org> On Behalf Of Ferruh Yigit >Sent: Thursday, November 7, 2019 10:55 PM >To: Pavan Nikhilesh Bhagavatula <pbhagavat...@marvell.com>; >arybche...@solarflare.com; Jerin Jacob Kollanukkaran ><jer...@marvell.com>; tho...@monjalon.net; John McNamara ><john.mcnam...@intel.com>; Marko Kovacevic ><marko.kovace...@intel.com> >Cc: dev@dpdk.org >Subject: Re: [dpdk-dev] [PATCH v16 2/8] ethdev: add mbuf RSS update >as an offload > >On 11/6/2019 7:17 PM, pbhagavat...@marvell.com wrote: >> From: Pavan Nikhilesh <pbhagavat...@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 <pbhagavat...@marvell.com> >> Reviewed-by: Andrew Rybchenko <arybche...@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"
I will add this in the next version.