#include <stdlib.h>
#include <stdint.h>
#include <stdbool.h>
#include <string.h>
#include <doca_argp.h>
#include <doca_dev.h>
#include <doca_error.h>
#include <doca_log.h>
#include "eth_common.h"
Go to the source code of this file.
◆ device_address_callback()
| static doca_error_t device_address_callback |
( |
void * |
param, |
|
|
void * |
config |
|
) |
| |
|
static |
◆ DOCA_LOG_REGISTER()
| DOCA_LOG_REGISTER |
( |
ETH_RXQ_BATCH_MANAGED_MEMPOOL_RECEIVE::MAIN |
| ) |
|
◆ eth_rxq_batch_managed_mempool_receive()
| doca_error_t eth_rxq_batch_managed_mempool_receive |
( |
const char * |
ib_dev_name, |
|
|
bool |
timestamp_enable, |
|
|
uint16_t |
headroom_size, |
|
|
uint16_t |
tailroom_size |
|
) |
| |
◆ headroom_callback()
| static doca_error_t headroom_callback |
( |
void * |
param, |
|
|
void * |
config |
|
) |
| |
|
static |
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ register_eth_rxq_params()
◆ tailroom_callback()
| static doca_error_t tailroom_callback |
( |
void * |
param, |
|
|
void * |
config |
|
) |
| |
|
static |
◆ timestamp_callback()
| static doca_error_t timestamp_callback |
( |
void * |
param, |
|
|
void * |
config |
|
) |
| |
|
static |