<title>Use thread local storage for thread index</title>
<updated>2017-04-06T11:31:39+00:00</updated>
<author>
<name>Damjan Marion</name>
<email>damarion@cisco.com</email>
...</author>
<published>2017-04-05T17:18:20+00:00</published>
<link rel="alternate" type="text/html" href="http://git.fd.io/vpp/commit/?id=586afd762bfa149f5ca167bd5fd5a0cd59ce94fe"/>
<id>urn:sha1:586afd762bfa149f5ca167bd5fd5a0cd59ce94fe</id>
<content type="text">
This patch deprecates stack-based thread identification,
Also removes requirement that thread stacks are adjacent.
Finally, possibly annoying for some folks, it renames
all occurences of cpu_index and cpu_number with thread
index. Using word "cpu" is misleading here as thread can
be migrated ti different CPU, and also it is not related
to linux cpu index.
Change-Id: I68cdaf661e701d2336fc953dcb9978d10a70f7c1
Signed-off-by: Damjan Marion <damarion@cisco.com>
</content>