Speedup TX by moving code from find_entry to etharp_output/etharp_query to prevent unnecessary function calls (inspired by patch #7135).

This commit is contained in:
goldsimon
2010-03-27 16:51:27 +00:00
parent 3803a0021d
commit d778fbb24f
2 changed files with 29 additions and 44 deletions

View File

@@ -13,6 +13,11 @@ HISTORY
++ New features:
2010-03-27: Simon Goldschmidt
* etharp.c: Speedup TX by moving code from find_entry to etharp_output/
etharp_query to prevent unnecessary function calls (inspired by
patch #7135).
2010-03-20: Simon Goldschmidt
* opt.h, tcpip.c/.h: Added an option to disable tcpip_(un)timeout code
since the linker cannot do this automatically to save space.