Expand description
FFI bindings for Capsule.
Modules§
Structs§
Constants§
Statics§
Functions§
- Error number value, stored per-thread, which can be queried after calls to certain functions to determine why those functions failed.
- Retrieve a burst of input packets from a receive queue of an Ethernet device. The retrieved packets are stored in rte_mbuf structures whose pointers are supplied in the rx_pkts array.
- Send a burst of output packets on a transmit queue of an Ethernet device.
- Put several objects back in the mempool.
- Allocate a new mbuf from a mempool.
- Allocate a bulk of mbufs, initialize refcnt and reset the fields to default values.
- Free a packet mbuf back into its original mempool.