Skip to content
Snippets Groups Projects
  1. May 27, 2022
  2. May 25, 2022
  3. May 20, 2022
  4. May 19, 2022
    • Daniel Salzman's avatar
      xdp: refactor RING configurations · bbb4f463
      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.
      bbb4f463
    • Daniel Salzman's avatar
      Revert "xdp: remove the double UMEM ring sizes, which aren't needed" · f8aa3c20
      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.
      f8aa3c20
  5. May 18, 2022
  6. May 17, 2022
  7. May 16, 2022
  8. May 13, 2022
  9. May 12, 2022
Loading