> fixed length headers). i've never investigated the actual protocols > though so maybe the solution used was to just push a lot of the detail > down into the controllers. The stuff I have access to (MPT fusion) pushes the FC handling down onto the board. Basically you talk scsi and IP to it (See drivers/message/fusion in -ac) > <http://www.ietf.org/internet-drafts/draft-ietf-ips-fcovertcpip-01.txt> > show that both use TCP/IP. TCP/IP has variable length headers (or am i on > crack?), which totally complicates the receive path. TCP has variable length headers. It also prevents you re-ordering commands in the stream which would be beneficial. I've not checked if the draft uses multiple TCP streams but then you have scaling questions. Alan - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- Re: [PLEASE-TESTME] Zerocopy ... Linus Torvalds
- Re: [PLEASE-TESTME] Zerocopy ... Stephen C. Tweedie
- Re: [PLEASE-TESTME] Zerocopy ... Stephen Frost
- Re: [PLEASE-TESTME] Zerocopy ... Ingo Molnar
- Re: [PLEASE-TESTME] Zerocopy ... Stephen Frost
- Re: [PLEASE-TESTME] Zerocopy ... Dave Zarzycki
- Re: [PLEASE-TESTME] Zerocopy ... Ingo Molnar
- Re: [PLEASE-TESTME] Zerocopy ... David S. Miller
- Re: [PLEASE-TESTME] Zerocopy ... Dave Zarzycki
- storage over IP (was Re: [PLEASE-TESTM... dean gaudet
- Re: storage over IP (was Re: [PLE... Alan Cox
- Re: storage over IP (was Re: [PLE... David S. Miller
- Re: storage over IP (was Re: ... dean gaudet
- Re: storage over IP (was Re: ... David S. Miller
- Re: [PLEASE-TESTME] Zerocopy networking patch, 2.4.0-1 Jes Sorensen
- Re: [PLEASE-TESTME] Zerocopy networking patch, 2.4... David S. Miller
- Re: [PLEASE-TESTME] Zerocopy networking patch,... Jes Sorensen
- Re: [PLEASE-TESTME] Zerocopy networking pa... Stephen Frost
- Re: [PLEASE-TESTME] Zerocopy networkin... David S. Miller
- Re: [PLEASE-TESTME] Zerocopy networking pa... David S. Miller
- Re: [PLEASE-TESTME] Zerocopy networkin... Ingo Molnar