Anastasios Papagiannis

Results 3 comments of Anastasios Papagiannis

I have reproduced this and it is indeed an issue. Only the first `matchArgs` seems to work.

Regarding shared_defines.h you should only change NUM_FREELISTS and NUM_QUEUES to be equals to the number of cores (256 in your case). https://github.com/CARV-ICS-FORTH/FastMap/blob/06a2c9387ce6e8c280d7d01fee02b286e6954ef7/driver/mmap_buffer_hash_table.c#L135 will return an error. To be honest we...

(1) and (2) are fixed by https://github.com/cilium/tetragon/pull/1949