#include <stdlib.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.
◆ DOCA_LOG_REGISTER()
| DOCA_LOG_REGISTER |
( |
ETH_TXQ_SEND_ETHERNET_FRAMES::MAIN |
| ) |
|
◆ eth_txq_send_ethernet_frames()
| doca_error_t eth_txq_send_ethernet_frames |
( |
const char * |
ib_dev_name, |
|
|
uint8_t * |
dest_mac_addr |
|
) |
| |
◆ ibdev_name_callback()
| static doca_error_t ibdev_name_callback |
( |
void * |
param, |
|
|
void * |
config |
|
) |
| |
|
static |
◆ mac_addr_callback()
| static doca_error_t mac_addr_callback |
( |
void * |
param, |
|
|
void * |
config |
|
) |
| |
|
static |
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ register_eth_txq_params()