DPDK patches and discussions
 help / color / mirror / Atom feed
* virtio: RSS support capa
@ 2024-09-06 19:38 Morten Brørup
  2024-09-07 20:55 ` Morten Brørup
  0 siblings, 1 reply; 9+ messages in thread
From: Morten Brørup @ 2024-09-06 19:38 UTC (permalink / raw)
  To: maxime.coquelin, Chenbo Xia; +Cc: dev

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-09-11 16:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-06 19:38 virtio: RSS support capa Morten Brørup
2024-09-07 20:55 ` Morten Brørup
2024-09-08  8:32   ` Andrew Rybchenko
2024-09-11 12:17     ` Morten Brørup
2024-09-11 13:20       ` Thomas Monjalon
2024-09-11 14:02         ` Ferruh Yigit
2024-09-11 14:28           ` Ferruh Yigit
2024-09-11 14:59           ` Morten Brørup
2024-09-11 16:18             ` Ferruh Yigit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).