DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] Is it possible to make softrss value be same with NIC RSS value?
@ 2017-05-26  3:54 Heung Sik Choi
  0 siblings, 0 replies; only message in thread
From: Heung Sik Choi @ 2017-05-26  3:54 UTC (permalink / raw)
  To: dev

Hi,

I study hash optimization in network, and  I know that rte_softrss()
function in DPDK lib(rte_thash.h) which implements RSS. And then, I guess
that its value is same with NIC RSS(hardware).

I get NIC RSS by call 'le32_to_cpu(rx_desc->wb.lower.hi_dword.rss)';

However, I printed NIC RSS's value and Soft RSS value, and two values is
different. I thought that because of little endian, they are different. So
I change the call with  'be32_to_cpu(rx_desc->wb.lower.hi_dword.rss)'. But,
the result is same

Is my guess wrong?

 Please let me know if you have any insights.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-05-26  3:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-26  3:54 [dpdk-dev] Is it possible to make softrss value be same with NIC RSS value? Heung Sik Choi

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).