public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* rhashtable: how to deal with that rhashtable_lookup_insert_key return -EBUSY
@ 2015-11-20  5:14 Xin Long
  2015-11-20 12:24 ` Phil Sutter
  0 siblings, 1 reply; 3+ messages in thread
From: Xin Long @ 2015-11-20  5:14 UTC (permalink / raw)
  To: linux-kernel, network dev; +Cc: tgraf, herbert, davem

when I use rhashtable_lookup_insert_key, sometimes it will return -EBUSY.
im not sure if there is a good way to workabout it.
or I should just try again and again until it's inserted successfully ?

I have seen some use in kernel  by now, but it seems that no one consider
this issue for their cases. but it indeed exists in my case.

did I use it incorrectly or something else ?

Thanks.

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

end of thread, other threads:[~2015-11-20 12:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-20  5:14 rhashtable: how to deal with that rhashtable_lookup_insert_key return -EBUSY Xin Long
2015-11-20 12:24 ` Phil Sutter
2015-11-20 12:25   ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox