Re: driver packet coalesce
- From: Julian Elischer <julian@xxxxxxxxxxxx>
- Date: Wed, 30 May 2007 17:17:15 -0700
Andrew Thompson wrote:
On Wed, May 30, 2007 at 04:45:05PM -0700, Jack Vogel wrote:Does any driver do this now? And if a driver were to coalesce
packets and send something up the stack that violates mss
will it barf?
It would barf for things like bridging where the packet gets spit out a
different interface. The bridge driver already has code to disable
txcsum so it could be made to handle that too.
Andrew
_______________________________________________
freebsd-net@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscribe@xxxxxxxxxxx"
This is part od TOE right?
I presume that it wouldn't coalesce packets that are not destined for the local
machine? would it coalesce in promiscuous mode? I guess it would only be able to coalesce TCP packets that are adjacent in the same session. Whether it also can coalesce adjacent packets that are destined for another
machine (for which it is not running the session) is not known... I would guess it
wouldn't do it.
_______________________________________________
freebsd-net@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: driver packet coalesce
- From: Andre Oppermann
- Re: driver packet coalesce
- From: Jack Vogel
- Re: driver packet coalesce
- References:
- driver packet coalesce
- From: Jack Vogel
- Re: driver packet coalesce
- From: Andrew Thompson
- driver packet coalesce
- Prev by Date: Re: driver packet coalesce
- Next by Date: Re: driver packet coalesce
- Previous by thread: Re: driver packet coalesce
- Next by thread: Re: driver packet coalesce
- Index(es):
Relevant Pages
- Re: driver packet coalesce
... And if a driver were to coalesce ... >>> packets and
send something up the stack that violates mss ... No, LRO. ... (freebsd-net) - Re: driver packet coalesce
... And if a driver were to coalesce ... able to coalesce TCP packets
that are adjacent in the same session. ... (freebsd-net) - Re: driver packet coalesce
... And if a driver were to coalesce ... combining packets before
sending to the stack, ... (freebsd-net) - Re: driver packet coalesce
... On 5/31/07, Wilkinson, Alex wrote: ... And if a driver were to coalesce
... > packets and send something up the stack that violates mss ... (freebsd-net) - Re: IP Spoofing
... That would be enough if the purpose of the request was e.g. to delete a database by
SQL injection. ... You would not need to keep it in 7 packets, merely to send in a TCP
window - pretty large these days, BUT you would also need to cut in on an existing ESTABLISHED session.
... it is quite possible to send packets to the server without anything. ... (comp.lang.php)