[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20110307.151333.15237352.davem@davemloft.net>
Date: Mon, 07 Mar 2011 15:13:33 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: netdev@...r.kernel.org
Subject: [PATCH 0/2] fib semantic matching
fib_semantic_match() creates unnecessary overhead on route lookups
for two reasons:
1) It does type validation at run time instead of when we insert
the route.
2) Argument passing is expensive because it does it's work as
a seperate function.
So these two patches move type validation into fib_create_info(),
and then we inline fib_semantic_match() completely into check_leaf().
This is good for 50+ cycle gain on output route lookups on Niagara2.
Signed-off-by: David S. Miller <davem@...emloft.net>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists