Module xsk_rs::umem

source · []
Expand description

Types for interacting with and creating a Umem.

Modules

Types for representing and working with a Umem frame.

Structs

Used to transfer ownership of Umem frames from kernel-space to user-space.

Used to transfer ownership of Umem frames from user-space to kernel-space.

A region of virtual contiguous memory divided into equal-sized frames. It provides the underlying working memory for an AF_XDP Socket.

Error detailing why Umem creation failed.