On Tue, Sep 21, 2010 at 08:31:16PM -0700, James Peltier wrote: > I am in bridging mode and I too, am indeed seeing a slow increase in > livelocks on my em0 interfaces. Traffic has been quite low over the > past week or so, so it certainly shouldn't be an issue. The only > modifications I have made thus far are to the net.inet.ip.ifq.maxlen > bumped to 2048. If you want any other info please let me know. >
If you use bridge(4) net.inet.ip.ifq.maxlen will not change anything since that queue is only used for incomming IP traffic. bridge(4) is stealing the packets beforehands and has a own ifq. -- :wq Claudio