Re: [PATCH 1/1] make network DMA usable for non-tcp drivers

2007-06-10 Thread Dan Williams
> @@ -130,3 +130,5 @@ end: > fault: > return -EFAULT; > } > + > +EXPORT_SYMBOL(dma_skb_copy_datagram_iovec); We wouldn't want to merge this until code which actually uses the export is also merged. ...and I recommend EXPORT_SYMBOL_GPL following the lead of the other async dma options i

Re: [PATCH 1/1] make network DMA usable for non-tcp drivers

2007-06-08 Thread Andrew Morton
On Fri, 8 Jun 2007 10:30:53 -0400 "Ed L. Cashin" <[EMAIL PROTECTED]> wrote: > Here is a patch against the netdev-2.6 git tree that makes the net DMA > feature usable for drivers like the ATA over Ethernet block driver, > which can use dma_skb_copy_datagram_iovec when receiving data from the > netw

[PATCH 1/1] make network DMA usable for non-tcp drivers

2007-06-08 Thread Ed L. Cashin
Here is a patch against the netdev-2.6 git tree that makes the net DMA feature usable for drivers like the ATA over Ethernet block driver, which can use dma_skb_copy_datagram_iovec when receiving data from the network. The change was suggested on kernelnewbies. http://article.gmane.org/gmane.li