Messages in this thread |  | | | Date | Fri, 17 May 2002 06:49:21 -0700 (PDT) | | Subject | Re: 16-CPU #s for lockfree rtcache (rt_rcu) | | From | "David S. Miller" <> |
| |
From: Dipankar Sarma <dipankar@in.ibm.com> Date: Fri, 17 May 2002 19:21:16 +0530
2.5.3 : ip_route_output_key [c01bab8c]: 12166 2.5.3+rt_rcu : ip_route_output_key [c01bb084]: 6027
Thanks for doing the testing. Are you able to do this test on some 4 or 8 processor non-NUMA system?
Basically halfing the profile hits for this function is wonderful and I'd love to see how much of this translates to a non-NUMA system.
I have seen moderately significant profile counts for ip_route_input() in preliminary webserver benchmark runs. It is not however clear to me that bucket lock cache line bouncing is the reason behind it. That one needs more investigation.
This is where most of the routing heavy work is done on a web server, so this doesn't surprise me. Once packet is input and routed, we have destination and just grab a reference to and use it for output back to that remote host. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |