Thanks for giving feedback. On 21 August 2014 23:43, Michał Mirosław <[email protected]> wrote: > This has implicit: if (!skb) BUG(); There should probably be a return > or continue inside the if (!skb).
Fixed, see v6 update (broken out to separate patch) which now includes increment to RX head counter > dma_sync_single_for_device() is not needed here as CPU does not and > should not write to the DMA_FROM_DEVICE mapping. Fixed, this was also broken out, dma_sync_single_for_device() moved to TX path. Maybe someone can verify this is the correct thing to do. Regards, Jonas -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

