![]() |
![]() |
Buffer pool definition for RX and TX path. More...
#include <nwal.h>
Data Fields | |
uint8_t | descSize |
uint16_t | bufSize |
Pktlib_HeapHandle | heapHandle |
Buffer pool definition for RX and TX path.
Details for tMemory buffer pool being initialized by application.A memory buffer pool identifies the packet Lib Heap. For incoming packets, NWAL uses below configuration to create default CPPI flows for both incoming control and packet traffic. NetCP is expected to use flow configuration to select appropriate heap while routing packet. For the TX direction NWAL will use the heap to allocate a buffer in case transmit header needs to be created for outgoing packet.
uint16_t nwalBufPool_t::bufSize |
Size of buffers
uint8_t nwalBufPool_t::descSize |
Size of the descriptors
Pktlib_HeapHandle nwalBufPool_t::heapHandle |
Heap containing free descriptors with buffers