summaryrefslogtreecommitdiff
path: root/src/lib/tests/shm_du_map_test.c
Commit message (Collapse)AuthorAgeFilesLines
* lib: Shared Memorydimitri staessens2016-03-241-0/+184
Updated tests. Added code to drop a corner case (packet where the tail PCI would cross the edge of the ring buffer) because solving this very rare case is not worth the performance hit on the ringbuffer the extra code would incur. This means the ringbuffer might drop a very small percentage of packets.