Commit Graph

1211 Commits

Author SHA1 Message Date
babic_a 6f2ca2b403 Add back compression from core-writer 2020-05-13 13:18:24 +02:00
babic_a 32b66ed5f7 Moved to 4 receivers per core 2020-05-13 13:08:05 +02:00
babic_a ab07af216c Merge remote-tracking branch 'origin/master'
# Conflicts:
#	README.md
2020-05-13 13:06:06 +02:00
babic_a 87712bce56 Move processing from core 4 on 2020-05-13 12:41:48 +02:00
babic_a 1fe08897f1 We are still not optimizing on this level 2020-05-13 12:38:09 +02:00
babic_a 5758f4a5f8 Another presentation 2020-05-13 11:46:38 +02:00
babic_a 4ee20125aa Add chunk caching parameters paper 2020-05-13 11:42:29 +02:00
babic_a 405af9dc40 Change title to correct string 2020-05-13 10:22:52 +02:00
babic_a 49b10a9929 Add link about tunning recv stack 2020-05-13 10:18:46 +02:00
babic_a 35340a6f57 Add chunking article 2020-05-13 10:16:16 +02:00
babic_a 39a548eeca Organize links better 2020-05-13 10:14:23 +02:00
babic_a 298769a95a Add PACKET_MMAP article 2020-05-13 10:01:09 +02:00
babic_a 38628a3ab9 We don't use CPU sets at the moment 2020-05-13 09:55:56 +02:00
babic_a cf3c5e618d Couple of new links 2020-05-13 09:53:20 +02:00
babic_a e7fa05308a Adjust parameters based on experimental results 2020-05-13 09:37:48 +02:00
babic_a 020312788b Start sf_buffer in separate cpuset 2020-05-12 11:58:34 +02:00
babic_a 14a50fb08e Implement recvmmsg in BufferUdpReceiver 2020-05-12 09:54:43 +02:00
babic_a 79581f95e4 Add new parameter to grab many frames at once 2020-05-12 09:16:55 +02:00
babic_a ba9c9bf874 Update README.md 2020-05-11 20:22:02 +02:00
babic_a 462593627e Add operation duration timing working-single-thread 2020-05-11 18:41:00 +02:00
babic_a 9fd3ceed6e Set priority after spawning zmq thread 2020-05-11 18:28:55 +02:00
babic_a 78aa0b6d71 Set nice to -20 for buffer 2020-05-11 18:27:33 +02:00
babic_a 53bf0445d3 Cosmetic fixes to BufferUdpReceiver 2020-05-11 18:13:57 +02:00
babic_a 8fc84add76 Fix tests 2020-05-11 18:12:44 +02:00
babic_a 6ac42c4955 Remove debug output 2020-05-11 18:12:34 +02:00
babic_a 54d4e47873 Add tests for missing packets 2020-05-11 18:07:06 +02:00
babic_a 62c390ad13 Fix const correctness 2020-05-11 17:52:42 +02:00
babic_a 4c0894b602 Rewrite UdpReceiver line to fit in line width 2020-05-11 17:50:00 +02:00
babic_a 6af37e927d Improve UDP RCVBUF configuration 2020-05-11 17:49:13 +02:00
babic_a 82dce2b9a0 Extend test for RCVBUF 2020-05-11 17:48:50 +02:00
babic_a be0425fbfe C++ style settings 2020-05-11 17:38:06 +02:00
babic_a b795da8a2f Fix like break in tests 2020-05-11 17:34:34 +02:00
babic_a cb0d65bd3b Remove additional imports 2020-05-11 17:34:17 +02:00
babic_a e15b285a3e Cleanup settings in UdpReceiver 2020-05-11 17:32:49 +02:00
babic_a 88364592bf Add first BufferUdpReceiver test 2020-05-11 17:13:20 +02:00
babic_a 04b71f7762 Remove FastQueue from sf_buffer 2020-05-11 13:56:17 +02:00
babic_a 7f3c2c814e Rename classes to new standard
Prefix all Buffer related classes with Buffer.
2020-05-11 13:54:49 +02:00
babic_a 0ca06b8e7a Remove all DEBUG_OUTPUT references
It turnes out it is not as useful as in the writer project.
2020-05-11 13:52:29 +02:00
babic_a 92b4041070 Make udp receiver return the pulse_id 2020-05-11 13:46:22 +02:00
babic_a 5df92a976e Improve logic for loaded packet 2020-05-11 13:46:05 +02:00
babic_a e6387fe8bf Include missing header 2020-05-11 13:45:55 +02:00
babic_a 9c99350442 First working version of BufferUdpReceiver 2020-05-11 12:42:55 +02:00
babic_a 9b75a6d991 Improve code flow in sf_buffer 2020-05-11 12:37:32 +02:00
babic_a fada8a7ec6 Make IPC address a parameter in buffer config 2020-05-11 12:34:30 +02:00
babic_a 67e59c8360 New class BufferUdpReceiver 2020-05-11 12:31:56 +02:00
babic_a 72d31d027e Rewrite sf_buffer to use BufferUdpReceiver 2020-05-11 12:31:46 +02:00
babic_a d49df10e69 Working on the loop logic 2020-05-11 11:48:17 +02:00
babic_a cd25fe50b8 Rewrite logic to be function oriented 2020-05-11 11:39:18 +02:00
babic_a 5beb8a3c35 Transition to local variables instead of pointers 2020-05-11 11:23:11 +02:00
babic_a 4b64e56ccb Remove unused import from sf_buffer 2020-05-11 11:17:01 +02:00