<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ouroboros/src/ipcpd/normal/fmgr.c, branch master</title>
<subtitle>Ouroboros main repository</subtitle>
<id>http://www.ouroboros.rocks/cgit/ouroboros/atom?h=master</id>
<link rel='self' href='http://www.ouroboros.rocks/cgit/ouroboros/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/'/>
<updated>2017-04-21T10:46:37+00:00</updated>
<entry>
<title>ipcpd: normal: Split flow manager into DT and FA</title>
<updated>2017-04-21T10:46:37+00:00</updated>
<author>
<name>Sander Vrijders</name>
<email>sander.vrijders@ugent.be</email>
</author>
<published>2017-04-21T09:21:44+00:00</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=a9d71381a84886007625958b9daea6b2d4a50563'/>
<id>urn:sha1:a9d71381a84886007625958b9daea6b2d4a50563</id>
<content type='text'>
This splits the flow manager into the Data Transfer AE, which is in
charge of routing SDUs, and the Flow Allocator AE, which handles flow
allocations.
</content>
</entry>
<entry>
<title>ipcpd: normal: Extract SDU scheduling component</title>
<updated>2017-04-19T16:43:45+00:00</updated>
<author>
<name>Sander Vrijders</name>
<email>sander.vrijders@ugent.be</email>
</author>
<published>2017-04-19T16:36:59+00:00</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=fa70f932b4a6ad5849e1fd68906157619c09341f'/>
<id>urn:sha1:fa70f932b4a6ad5849e1fd68906157619c09341f</id>
<content type='text'>
This extracts the SDU scheduling component out of the Flow Manager
since the functionality was duplicated. For both the N-1 and N+1 flow
sets an SDU scheduling component is now created.
</content>
</entry>
<entry>
<title>ipcpd: Allow specifying the hash algorithm to use</title>
<updated>2017-04-16T11:40:12+00:00</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@ugent.be</email>
</author>
<published>2017-04-16T10:04:59+00:00</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=97ef24340da7d3f55a39ba16b400d13f9bbe9e60'/>
<id>urn:sha1:97ef24340da7d3f55a39ba16b400d13f9bbe9e60</id>
<content type='text'>
Currently CRC32, MD5, and SHA3 (224, 256, 384 and 512 bit) are supported.
</content>
</entry>
<entry>
<title>lib, ipcpd, irmd: Register hash instead of name</title>
<updated>2017-04-13T09:30:20+00:00</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@ugent.be</email>
</author>
<published>2017-04-12T14:57:48+00:00</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=fc10a7587b1a642748ae0fd69f08d92b4a902248'/>
<id>urn:sha1:fc10a7587b1a642748ae0fd69f08d92b4a902248</id>
<content type='text'>
All information passed over the IRMd/IPCP boundary for using IPC
services (flow allocation, registration) is now hashed. This
effectively fixes the shared namespace between DIFs and the IRMDs.

This PR also fixes some API issues (adding const identifiers),
shuffles the include headers a bit and some small bugs.
</content>
</entry>
<entry>
<title>ipcpd: Fix race condition with concurrent allocs</title>
<updated>2017-04-06T14:51:02+00:00</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@ugent.be</email>
</author>
<published>2017-04-06T14:46:52+00:00</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=a4ce5e7d47d27c8b582e27b38ce61c9cb9735992'/>
<id>urn:sha1:a4ce5e7d47d27c8b582e27b38ce61c9cb9735992</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ipcpd: normal: Add missing else clause</title>
<updated>2017-04-05T14:03:07+00:00</updated>
<author>
<name>Sander Vrijders</name>
<email>sander.vrijders@ugent.be</email>
</author>
<published>2017-04-05T12:45:41+00:00</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=7ba8e234b6c45774b54d24e632cb14730a62b0b3'/>
<id>urn:sha1:7ba8e234b6c45774b54d24e632cb14730a62b0b3</id>
<content type='text'>
A missing else clause was missing in the fast path, causing the PCI to
be shrunk when it should not be. A double free has also been fixed.
</content>
</entry>
<entry>
<title>ipcpd: Add lock for allocation requests</title>
<updated>2017-04-05T12:28:24+00:00</updated>
<author>
<name>Sander Vrijders</name>
<email>sander.vrijders@ugent.be</email>
</author>
<published>2017-04-05T12:28:24+00:00</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=c5b092665c219c679ede91b3dc816c61f2f9dabe'/>
<id>urn:sha1:c5b092665c219c679ede91b3dc816c61f2f9dabe</id>
<content type='text'>
This adds a lock to prevent a race condition between flow_req_arr and
flow_alloc_resp.
</content>
</entry>
<entry>
<title>ipcpd: Revert timeout in fmgr</title>
<updated>2017-04-01T20:42:21+00:00</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@ugent.be</email>
</author>
<published>2017-04-01T20:42:21+00:00</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=4c393500bcf2b35166b98f0def4c767db712cc9e'/>
<id>urn:sha1:4c393500bcf2b35166b98f0def4c767db712cc9e</id>
<content type='text'>
Since there are no SDUs on most QoS cubes, the fmgr was always timing
out on most QoS cubes, causing considerable delays in most SDUs. The
timeout was reset to a very small value (so the bug in glibc 2.25 will
cause lockups again).
</content>
</entry>
<entry>
<title>ipcpd: normal: Fix logs</title>
<updated>2017-03-31T15:37:18+00:00</updated>
<author>
<name>Sander Vrijders</name>
<email>sander.vrijders@ugent.be</email>
</author>
<published>2017-03-31T15:37:18+00:00</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=d57f771135f81003985d9332430332b93902f766'/>
<id>urn:sha1:d57f771135f81003985d9332430332b93902f766</id>
<content type='text'>
This removes some logs in the graph component and replaces prints of
uin64_t variables with an architecture agnostic variant.
</content>
</entry>
<entry>
<title>ipcpd: Fix memleaks in fmgr</title>
<updated>2017-03-28T09:09:34+00:00</updated>
<author>
<name>dimitri staessens</name>
<email>dimitri.staessens@ugent.be</email>
</author>
<published>2017-03-28T09:09:34+00:00</published>
<link rel='alternate' type='text/html' href='http://www.ouroboros.rocks/cgit/ouroboros/commit/?id=568803fce010565f8688a2a48614da083a264cf8'/>
<id>urn:sha1:568803fce010565f8688a2a48614da083a264cf8</id>
<content type='text'>
</content>
</entry>
</feed>
