1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-23 00:00:01 +01:00
Commit graph

164 commits

Author SHA1 Message Date
c2cb2c8e02 added -d option to villas-signal and villas-pipe 2017-03-06 19:17:38 -04:00
88805ce491 refactoring UNITITIALIZED -> DEINITIALIZED 2017-03-06 19:13:14 -04:00
d9bd8cf64f move signal initialisation to utils 2017-03-06 19:09:44 -04:00
c56caf3b73 improve logging 2017-03-06 19:08:45 -04:00
21d6ff20c4 split node and node_type into separate files 2017-03-06 08:58:58 -04:00
10bdf4db51 properly use ne plugin system to find node-types 2017-03-06 08:57:43 -04:00
fa648d5cac add —-help / -h option to villas-node 2017-03-05 11:10:10 -04:00
3c890b6e88 added new -n option to villas-signal in order to generate unthrottled / non real-time output of samples 2017-03-05 10:47:26 -04:00
9c40931a04 Merge branch 'feature-mpmc-queue' into feature-curlio 2017-03-05 10:06:32 -04:00
19ff6c838b Merge branch 'feature-fpga-tests' into feature-curlio 2017-03-03 20:34:32 -04:00
e27f0b699f several fixes for clean compilation 2017-03-03 20:21:33 -04:00
3e7c855526 updated licence and copyright info in file headers 2017-03-03 20:20:13 -04:00
7ec6aee288 Merge remote-tracking branch 'rwth/develop' into feature-curlio 2017-02-18 11:05:11 -05:00
c930ad49b7 several smaller changes and bugfixes 2017-02-18 10:58:17 -05:00
7de25683d7 fpga: refactored VILLASfpga node type 2017-02-18 10:43:58 -05:00
bc634ebccc first bunch of global state object 2017-02-18 10:31:42 -05:00
2b83fef2ce removed a bunch of non-needed include files (found by include-what-you-need.org) 2017-02-16 13:33:04 -03:00
88a21ade2e improved read_random() to return read bytes and fix return type 2017-02-12 14:37:01 -03:00
f2d50ad38d moving VLLASfpga tests to Criterion unit tests 2016-12-23 17:24:53 +01:00
1dba01a8ae Re-license source code to LGPLv2.1 (closes #56) 2016-11-22 11:14:25 -05:00
c84df390bc renamed hook related files 2016-11-20 13:11:37 -05:00
d1d4369267 properly initialize other applications apart from villas-node 2016-11-20 13:00:23 -05:00
b37d3df332 moved cfg_parse_{hook, node, path} to {hooks, node, path}.c 2016-11-20 12:59:37 -05:00
eda6c66f0e use proper style for #include 2016-11-20 02:45:39 -05:00
4bb0aa76c9 increase number of reserved huge pages automatically if required 2016-11-20 02:45:16 -05:00
0d58df66e7 fixed segmentation fault in villas-pipe 2016-10-30 22:57:05 -04:00
3d694cf4d9 add possibility to print histogram in different verbosity levels 2016-10-30 22:56:41 -04:00
fe90cce778 Merge branch 'gtnet_features' into feature-mpmc-queue 2016-10-30 22:05:46 -04:00
800e71bb96 proper return codes for incorrect CLI arguments 2016-10-30 22:05:29 -04:00
e2d47698ed fixed severe bug: argument order for pool_init() was swapped! 2016-10-30 16:52:53 -04:00
5ba5164c1a added new tool to run hook functions with villas-pipe and villas-signal 2016-10-22 20:43:36 -04:00
9813d2a6c2 use hard coded names for usage info 2016-10-22 20:37:02 -04:00
982cd91d63 simplified path_init / prepare logic 2016-10-20 21:16:01 -04:00
8852748242 rdtscp => rdtsc 2016-10-20 08:36:49 -04:00
cf59a485ab rdtscp => rdtsc 2016-10-19 01:25:05 -04:00
17bc32ad89 more improvement for our build system 2016-10-13 22:15:28 -04:00
c3f2c96606 unify the style of the module Makefiles 2016-10-13 19:53:30 -04:00
361fc23a6d rewrote build system to make it more modular and support out-of-tree builds 2016-10-06 17:56:01 -04:00
ba399a0b1d fixed compilation: functionality still heavily broken. its a mess right now 2016-09-22 21:20:21 -04:00
0bac78b6a4 tiny change in CBuilder documentaion 2016-09-14 03:37:24 +02:00
0097132b4f Merge branch 'feature-gtnet' into develop 2016-09-11 02:56:46 +00:00
4d67e6ef4b various smaller cleanups before merge 2016-09-10 22:34:45 -04:00
65f46cef5f Check for maximum amount of values per sample supported 2016-09-10 22:34:45 -04:00
7f4f898b70 fixed compiler warnings about uninitialized use 2016-07-26 15:42:11 +02:00
f6dd0b117b merged config-fpga.h into config.h 2016-07-18 15:09:49 +02:00
Umar Farooq
2f47be0ac5 Add app_hdr tag for GT-NET-Socket
GT-NET-Socket uses a tag in the config file to distinguish from default
socket node type application layer header (struct msg). For now all the
values are encoded in the struct sample without any header (no timestamp
or sequence number).
Minor improvement in pipe.c: replace 'goto' with do while
2016-07-17 01:01:43 +02:00
812eb31c95 cleaning function namespaces: config_ => cfg 2016-07-14 09:47:00 +02:00
cbe29caf98 restructured repo and build system 2016-07-14 09:34:26 +02:00
3880abeb63 unified member variable naming of struct sample and struct msg 2016-07-11 18:19:23 +02:00
5320830b13 added pthread cancelation points to pipe 2016-07-11 16:02:32 +02:00