Re: [PATCH v3 0/2] Net driver bugs fix

2016-05-10 Thread David Miller
From: Elad Kanfi Date: Mon, 9 May 2016 20:13:18 +0300 > Summary: > 1. Bug description: TX done interrupts that arrives while interrupts > are masked, during NAPI poll, will not trigger an interrupt handling. > Since TX interrupt is of level edge we will lose the TX done interrupt. >

[PATCH v3 0/2] Net driver bugs fix

2016-05-09 Thread Elad Kanfi
From: Elad Kanfi v3: tx_packet_sent flag is not necessary, use socket buffer pointer instead. Use wmb() instead of smp_wmb(). v2: Remove code style commit for now. Code style commit will be added after the bugs fix will be approved. Summary: 1. Bug description: TX done interrupts that arrives