[PATCH 5/8] [I/OAT] Structure changes for TCP recv offload to I/OAT

2006-03-10 Thread Chris Leech
Adds an async_wait_queue and some additional fields to tcp_sock, and a dma_cookie_t to sk_buff. Signed-off-by: Chris Leech <[EMAIL PROTECTED]> --- include/linux/skbuff.h |6 ++ include/linux/tcp.h| 10 ++ include/net/sock.h |2 ++ include/net/tcp.h |9 +

Re: [PATCH 5/8] [I/OAT] Structure changes for TCP recv offload to I/OAT

2006-03-04 Thread Andrew Morton
Chris Leech <[EMAIL PROTECTED]> wrote: > > +#ifdef CONFIG_NET_DMA > +#include > +#endif Please move the ifdefs into the header and include it unconditionally (entire patchset). - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] Mor

[PATCH 5/8] [I/OAT] Structure changes for TCP recv offload to I/OAT

2006-03-03 Thread Chris Leech
Adds an async_wait_queue and some additional fields to tcp_sock, and a dma_cookie_t to sk_buff. Signed-off-by: Chris Leech <[EMAIL PROTECTED]> --- include/linux/skbuff.h |6 ++ include/linux/tcp.h| 10 ++ include/net/sock.h |2 ++ include/net/tcp.h |9