Re: driver packet coalesce



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"



Relevant Pages

  • Having issues with bridging vlan and em in 5.4-STABLE
    ... bridging 2 segments of one network with ipfw processing on that bridged ... The routing seems to be OK and bridging is also OK from Side to ... packets in from .101 to .254 and the returning packets from .254 to ... IPFW is not a culprit here as I have tried it with ipfw add 1 allow ip ...
    (freebsd-net)
  • Re: Having issues with bridging vlan and em in 5.4-STABLE
    ... MAC on returning packets from box are that of the vlan199 parent ... The dns responses are leaving the box on the vlan, ... Is this an issue with the bridging code, the vlan code, or both?? ... > Host at x.y.199.101 connected to Side B can reach all hosts connected ...
    (freebsd-net)
  • Re: Layer 2 arp snooping without Layer 3?
    ... I've been talking about inverse arp. ... having one the hosts will start sending packets to the rogue ip address and because you don't have it setup the traffic will go to /dev/null. ... ARP packets on an interface that's bridging? ...
    (Pen-Test)
  • Re: ebtables processing...
    ... clear on the packet processing logic within the Linux bridging code. ... Since bridging is the normal default action of this chain, ... effect of these rules is to route packets not to 192.168.1.1 but to ... the normal process for the bridging interface, which is to bridge ...
    (comp.os.linux.networking)
  • Re: driver packet coalesce
    ... packets and send something up the stack that violates mss ... will it barf? ...
    (freebsd-net)