Thread (34 messages) 34 messages, 7 authors, 2017-03-02

RE: [PATCH v3 net] net: solve a NAPI race

From: David Laight <hidden>
Date: 2017-02-28 10:21:35

From: Eric Dumazet
Sent: 27 February 2017 22:35
On Mon, 2017-02-27 at 14:14 -0800, Stephen Hemminger wrote:
quoted
The original design (as Davem mentioned) was that IRQ's must be disabled
during device polling. If that was true, then the race above
would be impossible.
I would love to see an alternative patch.
Can you test for 'receive data available' after telling the NAPI
logic that you've finished?
You'd then need to force a reschedule.

I think your proposed patch will do a reschedule if any packet arrives
during the receive processing, not just when one arrives right at the end.
You might want to 'unset' the reschedule flag before each check of the
receive ring.

I also wonder about the cost of processing the MSI-X (I guess) interrupts
compared to the cost of posted PCIe writes to disable and/or mask the
interrupt generation.
Clearly you don't want to do PCIe reads.

	David
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help