Hi, On Sun, Mar 2, 2008 at 4:18 PM, Xpl++ <[EMAIL PROTECTED]> wrote: > Hi everybody, > > I am experiencing RX packet drops sometimes and it seems that TIPC has > some hard time dealing with that. When I looked in tipc_link.c I found > the following comment: > > /* TODO: Implement stronger sequence # checking someday ... */
A little late to the discussion.... Clearly TIPC needs to handle the mass packet drop but you might also ask where and why the packets are going? We has some problems with jumbo frames (MTU = 9000), e1000 NICs and memory management. We fixed the e1000 driver to deal with memory fragmentation and increased /proc/sys/vm/min_free_kbytes to 16M or more. Hope that helps, // Randy -- // Randy ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ tipc-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tipc-discussion
