DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] using hash table in a MP environment
@ 2014-06-10  8:02 Uri Sidler
  2014-06-10 11:35 ` Neil Horman
  0 siblings, 1 reply; 5+ messages in thread
From: Uri Sidler @ 2014-06-10  8:02 UTC (permalink / raw)
  To: dev

Hi,
I am currently using a hash table in a multi-process environment.
the master process creates the hash table which is later used by other
secondary processes.
but the secondary processes fail to use the hash table since the hash
function address actually points to a different fucntion. (this makes sense
since the address of the hash function is in fact different per process).
How can I solve this issue?

Thanks,
Shirley.

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

end of thread, other threads:[~2014-06-11 15:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-10  8:02 [dpdk-dev] using hash table in a MP environment Uri Sidler
2014-06-10 11:35 ` Neil Horman
2014-06-10 12:25   ` Venkat Thummala
2014-06-11  5:23     ` Helmut Sim
2014-06-11 15:16       ` Richardson, Bruce

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