DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] Potential deadlock in KNI RX path
@ 2016-04-06 20:22 Jay Rolette
  2016-04-07 14:33 ` Ferruh Yigit
  0 siblings, 1 reply; 5+ messages in thread
From: Jay Rolette @ 2016-04-06 20:22 UTC (permalink / raw)
  To: DPDK; +Cc: Neil Horman

Over a year ago, Neil pointed out that calling netif_rx() from
kni_net_rx_normal() was a bug and could cause lockups. Here's the comment:

http://dpdk.org/ml/archives/dev/2015-March/015783.html

Looking at the current code base, it is still calling netif_rx() instead of
netif_rx_ni() as suggested.

Did that fall through the cracks or is there disagreement about whether it
was the right thing to do?

Thanks,
Jay

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

end of thread, other threads:[~2016-04-07 17:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-06 20:22 [dpdk-dev] Potential deadlock in KNI RX path Jay Rolette
2016-04-07 14:33 ` Ferruh Yigit
2016-04-07 15:55   ` [dpdk-dev] [PATCH] kni: fix possible deadlock Ferruh Yigit
2016-04-07 17:29     ` Thomas Monjalon
2016-04-07 17:58   ` [dpdk-dev] Potential deadlock in KNI RX path Jay Rolette

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