diff options
author | Dimitri Staessens <dimitri.staessens@ugent.be> | 2017-12-13 17:54:13 +0100 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2017-12-15 15:43:37 +0100 |
commit | 757cbecfeb13e0db0fd8db7b2a3e8c57f733e77d (patch) | |
tree | 34ebed962b22fe4721c3bb5f7175d9f2c3dd90ee /doc/man/ouroboros.8 | |
parent | 7f077e978738c3ecdb37b3d5cf30e03bb63fc8ad (diff) | |
download | ouroboros-757cbecfeb13e0db0fd8db7b2a3e8c57f733e77d.tar.gz ouroboros-757cbecfeb13e0db0fd8db7b2a3e8c57f733e77d.zip |
ipcpd: Integrate raptor into ouroboros 0.8
The raptor code is refactored to completely remove reduntant code
relating to addresses. The dependency on the google protocol buffers
is removed. The build system will only build raptor if the relevant
kernel module is found on the system. The irm tool and the relevant
documentation are updated.
Signed-off-by: Dimitri Staessens <dimitri.staessens@ugent.be>
Signed-off-by: Sander Vrijders <sander.vrijders@ugent.be>
Diffstat (limited to 'doc/man/ouroboros.8')
-rw-r--r-- | doc/man/ouroboros.8 | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/doc/man/ouroboros.8 b/doc/man/ouroboros.8 index 634eb3f7..3a969d22 100644 --- a/doc/man/ouroboros.8 +++ b/doc/man/ouroboros.8 @@ -97,7 +97,7 @@ In order to enroll an IPC process in a DIF, some other member will have to be reachable over a lower DIF. Shim IPCPs are all bootstrapped and thus need not enroll as they work directly over a physical connection. Ouroboros currently supports shim IPCPs over shared memory -(local), L2 (shim-eth-llc), L1 (raptor, experimental) and L3 +(local), L1 (raptor, experimental), L2 (shim-eth-llc) and L3 (shim-udp). The normal DIF requires connections to be established between IPCP components for its operation. @@ -121,6 +121,8 @@ creates an IPCP process of type \fItype\fR in the system with name .PP \fBlocal\fR - create a loopback IPCP. .PP +\fBraptor\fR - create an IPCP that attaches to a raptor NetFPGA device. +.PP \fBshim-eth-llc\fR - create an IPCP that attaches to an Ethernet adapter. .PP \fBshim-udp\fR - create an IPCP that attaches to a UDP socket. @@ -145,13 +147,28 @@ Values for [\fIparam\fR] are dependent on \fItype\fR: .PP \fBlocal\fR .RS 4 -does not take additional parameters. +.PP +[hash \fIpolicy\fR] specifies the hash function used for the directory, +.br +\fIpolicy\fR: SHA3_224, SHA3_256, SHA3_384, SHA3_512. +.RE + +\fBraptor\fR +.RS 4 +.PP +[hash \fIpolicy\fR] specifies the hash function used for the directory, +.br +\fIpolicy\fR: SHA3_224, SHA3_256, SHA3_384, SHA3_512. .RE .PP \fBshim-eth-llc\fR .RS 4 if_name \fIinterface\fR specifies the interface to bind the shim to. +.PP +[hash \fIpolicy\fR] specifies the hash function used for the directory, +.br +\fIpolicy\fR: SHA3_224, SHA3_256, SHA3_384, SHA3_512. .RE .PP |