<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ouroboros/src/irmd/irm_flow.c, branch 0.3</title>
<subtitle>Ouroboros main repository</subtitle>
<id>http://www.ouroboros.rocks/cgit/ouroboros/atom?h=0.3</id>
<link rel='self' href='http://www.ouroboros.rocks/cgit/ouroboros/atom?h=0.3'/>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/'/>
<updated>2016-10-27T14:35:22Z</updated>
<entry>
<title>irmd: Fix check in irm_flow</title>
<updated>2016-10-27T14:35:22Z</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@intec.ugent.be</email>
</author>
<published>2016-10-27T14:35:22Z</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=52b411b0388cecfeff36a4098305453b4aa239da'/>
<id>urn:sha1:52b411b0388cecfeff36a4098305453b4aa239da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>irmd: Fix cleanup of pending flows</title>
<updated>2016-10-27T13:38:36Z</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@intec.ugent.be</email>
</author>
<published>2016-10-27T13:25:08Z</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=5e8400b3b148d78861152bd551800b1e93a58155'/>
<id>urn:sha1:5e8400b3b148d78861152bd551800b1e93a58155</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lib: Move rbuff creation/destruction to IRMd</title>
<updated>2016-10-21T12:17:51Z</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@intec.ugent.be</email>
</author>
<published>2016-10-20T17:52:02Z</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=02976060919566d1a217b818ca8f33297700d56d'/>
<id>urn:sha1:02976060919566d1a217b818ca8f33297700d56d</id>
<content type='text'>
This stabilises flow allocation now that the rbuffs are created upon
flow allocation. Only the IRMd can sync this process sufficiently.
</content>
</entry>
<entry>
<title>lib: Fix flow deallocation logic</title>
<updated>2016-10-13T13:47:55Z</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@intec.ugent.be</email>
</author>
<published>2016-10-13T13:47:55Z</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=20921b8300d1699d8b0133b3f5fc360fdd99fc0d'/>
<id>urn:sha1:20921b8300d1699d8b0133b3f5fc360fdd99fc0d</id>
<content type='text'>
Both the N and N-1 entity must now call flow_dealloc for the port_id
to be released.
</content>
</entry>
<entry>
<title>lib, ipcp: Revise fast path and flow interfaces</title>
<updated>2016-10-04T13:16:00Z</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@intec.ugent.be</email>
</author>
<published>2016-09-18T04:27:43Z</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=c96efb13edfaf9b2f2c626bd2a5d5d5afd38155f'/>
<id>urn:sha1:c96efb13edfaf9b2f2c626bd2a5d5d5afd38155f</id>
<content type='text'>
IPCPs can now use ap_init() to initialize the memory. All flows are
accessed using flow descriptors, this greatly simplifies IPCP
development. Reverts the fast path to a single ap_rbuff per process.
Splits lib/ipcp into irmd/ipcp and lib/ipcp-dev.  Adds a lib/shim-dev
holding tailored functions for shims.  Moves the buffer_t to utils.h.
Fixes the shim-eth-llc length field.  Removes the flow from shared.h.

Fixes #4
Fixes #5
</content>
</entry>
<entry>
<title>irmd: Graceful shutdown</title>
<updated>2016-08-10T11:03:15Z</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@intec.ugent.be</email>
</author>
<published>2016-08-10T10:28:02Z</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=aca897331ff55c80d926b0bdb90f1c8962bf7a6e'/>
<id>urn:sha1:aca897331ff55c80d926b0bdb90f1c8962bf7a6e</id>
<content type='text'>
Threads from the threadpool will now check the state of the IRMd and
exit gracefully without a need to cancel them. This avoids the unsafe
call of pthread_cancel in the signal handler.
</content>
</entry>
<entry>
<title>irmd: Fix bad locking</title>
<updated>2016-08-09T10:07:20Z</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@intec.ugent.be</email>
</author>
<published>2016-08-09T10:07:20Z</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=88804db41aebf0075354e5ad6d7491d2fa08cf25'/>
<id>urn:sha1:88804db41aebf0075354e5ad6d7491d2fa08cf25</id>
<content type='text'>
Locks should be kept before calling cond_wait.
</content>
</entry>
<entry>
<title>irmd: Refactor and bugfixes</title>
<updated>2016-08-08T19:15:57Z</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@intec.ugent.be</email>
</author>
<published>2016-08-08T19:15:57Z</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=18e440197cae6d537765a4de6a915f074dce4de5'/>
<id>urn:sha1:18e440197cae6d537765a4de6a915f074dce4de5</id>
<content type='text'>
Refactors the IRMd to extract reg_api and irm_flow structures to their
own sources.

Fixes some locking bugs.
</content>
</entry>
</feed>
