- May 27, 2022
-
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
closes #779
-
Daniel Salzman authored
-
-
-
-
-
-
-
- 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
-