virtio: RSS support capa

Morten Brørup mb at smartsharesystems.com
Fri Sep 6 21:38:19 CEST 2024


Maxime, Chenbo,

If the virtio PMD supports RSS, it should be announced in its capabilities.

I think this should be added to virtio_dev_info_get():

	if (host_features & (1ULL << VIRTIO_NET_F_RSS))
		dev_info->rx_offload_capa |= RTE_ETH_RX_OFFLOAD_RSS_HASH;


Med venlig hilsen / Kind regards,
-Morten Brørup



More information about the dev mailing list