>-----Original Message----- >From: dev <[email protected]> On Behalf Of Ferruh Yigit >Sent: Thursday, November 7, 2019 10:55 PM >To: Pavan Nikhilesh Bhagavatula <[email protected]>; >[email protected]; Jerin Jacob Kollanukkaran ><[email protected]>; [email protected]; John McNamara ><[email protected]>; Marko Kovacevic ><[email protected]> >Cc: [email protected] >Subject: Re: [dpdk-dev] [PATCH v16 2/8] ethdev: add mbuf RSS update >as an offload > >On 11/6/2019 7:17 PM, [email protected] wrote: >> From: Pavan Nikhilesh <[email protected]> >> >> 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 <[email protected]> >> Reviewed-by: Andrew Rybchenko <[email protected]> > >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.

