l wrote: In addition to solve your skb problem pick Roberts latest recycling patch at: ftp://robur.slu.se/pub/Linux/net-development/skb_recycling/recycle12.pat The driver i pointed to above has s
The latest NAPI tulip patch I could find (tulip-020922.pat) will not load. The problem appears that the tulip_misc.c file no longer exists... If anyone has a newer patch, I'd love to try it out. Than
Try Jamal's drop-in-replacement http://www.cyberus.ca/~hadi/patches/tulip-napi.tgz This one froze up after a few seconds on a p430 Phobos 4-port NIC. (60Mbps on one port, 10Mbps on the others) Howev
It works if you fix up the Makefile to not compile tulip_misc.c and if you change tulip.h to not define EXTRA_STATS. I'm running it now...initial 5 minutes are a definate improvement over the in-ker
Theres a 2419 patch that should work for you at: http://www.cyberus.ca/~hadi/tulip-2419-napi-nifd.gz Also pick a small patch on top of this at: http://www.cyberus.ca/~hadi/patch-napi-tulip-20020915 N
Link does not work for me. But I got Robert's patch to work with a small bit of hacking... (I changed HZ to 1000 and it locked up 10 seconds after I started (pkts were sent, but nothing received on a
In addition to solve your skb problem pick Roberts latest recycling patch at: ftp://robur.slu.se/pub/Linux/net-development/skb_recycling/recycle12.pat The driver i pointed to above has skb-recycling
In the help file, you suggest this at close: for (i=0; i<NR_CPUS; i++) { - if(adapter->cnt[i]) { . I think the second if should probably be while, ie like this: for (i=0; i<NR_CPUS; i++) { + while(ad