Skip to content
Snippets Groups Projects
Commit f8aa3c20 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

Revert "xdp: remove the double UMEM ring sizes, which aren't needed"

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.
parent 59786ae6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment