diff 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
line wrap: on
line diff
--- a/rathaxes_samples_e1000_add_a_dma_abstraction.patch	Fri Jul 26 16:44:08 2013 -0700
+++ b/rathaxes_samples_e1000_add_a_dma_abstraction.patch	Fri Jul 26 17:35:12 2013 -0700
@@ -1,6 +1,6 @@
 # HG changeset patch
-# Parent 61470dc5e775a696da551b5227663bf2659f8f4b
-e1000: start a DMA allocation/mapping abstraction
+# Parent fb28afe4be73b2dc25945c07dcac93718b0f3e3e
+rathaxes: start a DMA allocation/mapping abstraction in the e1000 sample
 
 It currently matches a lot the Linux DMA API but it should be usable by
 other OSes too. The Linux DMA API is described at the end of the chapter