lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master


From: Dirk Ziegelmeier
Subject: Re: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-736-g10a5afe
Date: Thu, 22 Jun 2017 20:32:56 +0200

True.  Just so I understand, was the point of the original commit (which has now been reverted) to run tcpip_callbacks on the calling thread for the core locking case?

​Yes. I thought this would be a perfomance gain​
​ - no context switch needed any more​
​ in the good case.​


I do wonder if the current system (using the TCP/IP thread for callbacks) would be better for an SMP system where another thread could complete the callback in parallel once the thread posting the callback releases the core lock.
yes, correct, that case would be faster.​

Dirk


reply via email to

[Prev in Thread] Current Thread [Next in Thread]