Skip to content

Libxdp function xsk_umem__delete

Definition

Delete an umem area.

Returns

0 on success, or a negative error in case of failure:

-EINVAL if arguments are invalid

-EBUSY if the umem is busy

Usage

int xsk_umem__delete(struct xsk_umem *umem);

Example

Docs could be improved

This part of the docs is incomplete, contributions are very welcome