On 11/6/2019 7:17 PM, pbhagavat...@marvell.com wrote: > diff --git a/drivers/net/i40e/i40e_ethdev.c b/drivers/net/i40e/i40e_ethdev.c > index ed8cbd849..37df1c40a 100644 > --- a/drivers/net/i40e/i40e_ethdev.c > +++ b/drivers/net/i40e/i40e_ethdev.c > @@ -1812,6 +1812,8 @@ i40e_dev_configure(struct rte_eth_dev *dev) > ad->tx_simple_allowed = true; > ad->tx_vec_allowed = true; > > + dev->data->dev_conf.rxmode.offloads |= DEV_RX_OFFLOAD_RSS_HASH; > + > /* Only legacy filter API needs the following fdir config. So when the > * legacy filter API is deprecated, the following codes should also be > * removed.
When I checked with "show port 0 rx_offload configuration" testpmd command, I don't see that "RSS_HASH" is shown as enabled, do you know why it doesn't show up?