comparison rathaxes_samples_e1000_add_a_dma_abstraction.patch @ 119:d84bc9a46771

WIP, finally the alloc_skbuff method will be in the Ethernet subsystem since, the socket subsystem cannot depend on Ethernet (that would cause a circular dependency)
author Louis Opter <louis@lse.epita.fr>
date Fri, 26 Jul 2013 17:35:12 -0700
parents ad21d8a182ad
children
comparison
equal deleted inserted replaced
118:ad21d8a182ad 119:d84bc9a46771
1 # HG changeset patch 1 # HG changeset patch
2 # Parent 61470dc5e775a696da551b5227663bf2659f8f4b 2 # Parent fb28afe4be73b2dc25945c07dcac93718b0f3e3e
3 e1000: start a DMA allocation/mapping abstraction 3 rathaxes: start a DMA allocation/mapping abstraction in the e1000 sample
4 4
5 It currently matches a lot the Linux DMA API but it should be usable by 5 It currently matches a lot the Linux DMA API but it should be usable by
6 other OSes too. The Linux DMA API is described at the end of the chapter 6 other OSes too. The Linux DMA API is described at the end of the chapter
7 15 in the LDD3. 7 15 in the LDD3.
8 8