From 757cbecfeb13e0db0fd8db7b2a3e8c57f733e77d Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Wed, 13 Dec 2017 17:54:13 +0100 Subject: 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 Signed-off-by: Sander Vrijders --- doc/man/ouroboros.8 | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3