- May 27, 2022
-
-
- May 25, 2022
-
-
Daniel Salzman authored
notify/retry See merge request !1443
-
-
-
-
...as dynarray itself had been moved from contrib
-
-
- May 20, 2022
-
-
closes #801
-
- May 19, 2022
-
-
Daniel Salzman authored
The number of UMEM frames have been decreased as it doesn't seem it helped the performance. As a consequence the overall memory consumption decreases. Also a hint on the fill ring size from the xdpsock_user.c sample has been considered.
-
Daniel Salzman authored
After the change the following assert sometimes occured when running kxdpgun in the emulated XDP mode. knot_xdp_recv_finish(): const uint32_t reserved = xsk_ring_prod__reserve(fq, count, &idx); assert(reserved == count); This reverts commit f5f4ee9f.
-
- May 18, 2022
-
-
Daniel Salzman authored
-
- May 17, 2022
-
-
closes #798
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
- May 16, 2022
-
-
Daniel Salzman authored
-
Daniel Salzman authored
If a packet was successfully alloced by knot_xdp_send_alloc(), there must be a room in the TX ring for it.
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
- May 13, 2022
-
-
Daniel Salzman authored
-
Daniel Salzman authored
events: improve mutexing See merge request !1454
-
Daniel Salzman authored
-
This fixes a bug when zone_reload_modules only waits for an event to be finished, but following reschedule is not synchronized and might access memory freed by zone_free.
-
- May 12, 2022
-
-
Daniel Salzman authored
-
Libor Peltan authored
tests-extra XFR refactoring See merge request !1453
-
Daniel Salzman authored
-
- May 10, 2022
-
-
Daniel Salzman authored
-
- May 05, 2022
-
-
Daniel Salzman authored
-
Daniel Salzman authored
This is a slight simplification of the test.
-
Daniel Salzman authored
This is needed even without Valgrind when running massively in parallel
-
Daniel Salzman authored
On slaves one common ACL for all actions has been replaced with a sequence of ACLs for notify, one rule for one master.
-
- May 02, 2022
-
-
Libor Peltan authored
the heap-element-replace bug fix See merge request !1452
-
-
This avoids the timeouts in master and as a result the "TCP, terminated inactive client" messages in the master's log are eliminated. Slave seems to be busy for too long when signing the zones under Valgrind.
-
In contrast with Knot coding style, most single line "if" constructions retained.
-
Possible as a result of modified heap_replace().
-