Re: [PATCH RFC 4/5] tun: vringfd xmit support.

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <rusty@...>
Cc: <herbert@...>, <linux-kernel@...>, <netdev@...>, <virtualization@...>, <maxk@...>
Date: Monday, April 7, 2008 - 3:35 am

From: Rusty Russell <rusty@rustcorp.com.au>
Date: Mon, 7 Apr 2008 17:24:51 +1000


Keep in mind that the core of the TCP stack really depends
upon being able to slice and dice paged SKBs as is pleases
in order to send packets out.

In fact, it also does such splitting during SACK processing.

It really is a base requirement for efficient TSO support.
Otherwise the above operations would be so incredibly
expensive we might as well rip all of the TSO support out.
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH RFC 1/5] vringfd syscall, Rusty Russell, (Sat Apr 5, 8:02 am)
Re: [PATCH RFC 1/5] vringfd syscall, Marcelo Tosatti, (Sat Apr 12, 1:18 pm)
Re: [PATCH RFC 1/5] vringfd syscall, Rusty Russell, (Sat Apr 12, 2:19 pm)
Re: [PATCH RFC 1/5] vringfd syscall, Marcelo Tosatti, (Sat Apr 12, 1:39 pm)
Re: [PATCH RFC 1/5] vringfd syscall, Jeremy Fitzhardinge, (Wed Apr 9, 3:28 pm)
Re: [PATCH RFC 1/5] vringfd syscall, Arnd Bergmann, (Mon Apr 7, 10:35 pm)
Re: [PATCH RFC 1/5] vringfd syscall , Jonathan Corbet, (Mon Apr 7, 1:54 pm)
Re: [PATCH RFC 1/5] vringfd syscall, Rusty Russell, (Mon Apr 7, 6:34 pm)
[PATCH RFC 2/5] vringfd base/offset, Rusty Russell, (Sat Apr 5, 8:04 am)
Re: [PATCH RFC 2/5] vringfd base/offset, Arnd Bergmann, (Tue Apr 8, 1:14 am)
Re: [PATCH RFC 2/5] vringfd base/offset, Avi Kivity, (Sat Apr 5, 8:44 am)
Re: [PATCH RFC 2/5] vringfd base/offset, Rusty Russell, (Sat Apr 5, 10:54 pm)
[PATCH RFC 3/5] tun: vringfd receive support., Rusty Russell, (Sat Apr 5, 8:05 am)
Re: [PATCH RFC 3/5] tun: vringfd receive support., Max Krasnyansky, (Tue Apr 8, 3:49 pm)
Re: [PATCH RFC 3/5] tun: vringfd receive support., Rusty Russell, (Thu Apr 10, 1:44 am)
Re: [PATCH RFC 3/5] tun: vringfd receive support., Max Krasnyanskiy, (Thu Apr 10, 1:18 pm)
Re: [PATCH RFC 3/5] tun: vringfd receive support., Max Krasnyanskiy, (Thu Apr 10, 1:02 pm)
[PATCH RFC 4/5] tun: vringfd xmit support., Rusty Russell, (Sat Apr 5, 8:06 am)
Re: [PATCH RFC 4/5] tun: vringfd xmit support., Herbert Xu, (Mon Apr 7, 1:13 am)
Re: [PATCH RFC 4/5] tun: vringfd xmit support., Rusty Russell, (Mon Apr 7, 3:24 am)
Re: [PATCH RFC 4/5] tun: vringfd xmit support., David Miller, (Mon Apr 7, 3:35 am)
Re: [PATCH RFC 4/5] tun: vringfd xmit support., Rusty Russell, (Mon Apr 7, 9:51 pm)
[PATCH RFC 5/5] lguest support, Rusty Russell, (Sat Apr 5, 8:09 am)