[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [task #6827] etharp could need some tuning
From: |
Simon Goldschmidt |
Subject: |
[lwip-devel] [task #6827] etharp could need some tuning |
Date: |
Tue, 26 Jun 2007 07:51:03 +0000 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4 |
Follow-up Comment #50, task #6827 (project lwip):
> I wonder how much the extra calls to ip_route will affect your
performance.
I'd guess they won't! The old way was to call ip_output which then calls
ip_route and ip_output_if. If ip_route is called from tcp_output directly,
that doesn't change. You can say I'm moving the ip_output functionality into
tcp_output. The only effect is the code gets a little bigger (but really only
a little!). Regarding performance, one function call is saved, so it could
indeed be faster...
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/task/?6827>
_______________________________________________
Nachricht geschickt von/durch Savannah
http://savannah.nongnu.org/
- [lwip-devel] [task #6827] etharp could need some tuning, (continued)
- [lwip-devel] [task #6827] etharp could need some tuning, Simon Goldschmidt, 2007/06/21
- [lwip-devel] [task #6827] etharp could need some tuning, Kieran Mansley, 2007/06/22
- [lwip-devel] [task #6827] etharp could need some tuning, Simon Goldschmidt, 2007/06/24
- [lwip-devel] [task #6827] etharp could need some tuning, Simon Goldschmidt, 2007/06/24
- [lwip-devel] [task #6827] etharp could need some tuning, Simon Goldschmidt, 2007/06/24
- [lwip-devel] [task #6827] etharp could need some tuning, Simon Goldschmidt, 2007/06/24
- [lwip-devel] [task #6827] etharp could need some tuning, Simon Goldschmidt, 2007/06/24
- [lwip-devel] [task #6827] etharp could need some tuning, Kieran Mansley, 2007/06/25
- [lwip-devel] [task #6827] etharp could need some tuning, Simon Goldschmidt, 2007/06/25
- [lwip-devel] [task #6827] etharp could need some tuning, Kieran Mansley, 2007/06/26
- [lwip-devel] [task #6827] etharp could need some tuning,
Simon Goldschmidt <=
- [lwip-devel] [task #6827] etharp could need some tuning, Jared Grubb, 2007/06/29
- [lwip-devel] [task #6827] etharp could need some tuning, Simon Goldschmidt, 2007/06/30