* Ran Shalit <[email protected]> [150804 02:35]:
> 
> but why does it happen in small packet test and not in big packets ?

No idea.. Maybe there's some extra delay caused at the Ethernet
controller fifo or something with small packets.

> as to your suggestion above,
> Can you please give a hint as to how to add DMA usage into ethernet ?

There are some DMA examplpes in drivers/net/ethernet/smsc, but
I'm not sure if they use the include/linux/dmaengine.h API.

Ideally you'd have one of the external DMA request lines muxed
to trigger DMA transfers. Those are the sys_ndmareq[0-5] lines.
But if those are not wired, you'll have to use the Ethernet
driver interrupts to trigger the transfers.

Regards,

Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to