All of lore.kernel.org
 help / color / mirror / Atom feed
* 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 Potential deadlock in KNI RX path Jay Rolette
2016-04-07 14:33 ` Ferruh Yigit
2016-04-07 15:55   ` [PATCH] kni: fix possible deadlock Ferruh Yigit
2016-04-07 17:29     ` Thomas Monjalon
2016-04-07 17:58   ` Potential deadlock in KNI RX path Jay Rolette

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.