#include "passthru.h"
#include "rxmatch.h"
#include "txhdr.h"
#include <urcu/rculist.h>
Go to the source code of this file.
|
| typedef struct EthRxFlow | EthRxFlow |
| | rte_flow hardware assisted RX dispatching.
|
| typedef struct EthFacePriv | EthFacePriv |
| | Ethernet face private data.
|
◆ EthFacePriv
| typedef struct EthFacePriv EthFacePriv |
Ethernet face private data.
◆ EthRxFlow
| typedef struct EthRxFlow EthRxFlow |
rte_flow hardware assisted RX dispatching.
◆ EthFace_SetupFlow()
| struct rte_flow * EthFace_SetupFlow |
( |
EthFacePriv * | priv, |
|
|
const uint16_t | queues[], |
|
|
int | nQueues, |
|
|
const EthLocator * | loc, |
|
|
bool | isolated, |
|
|
struct rte_flow_error * | error ) |
Setup rte_flow on EthDev for hardware dispatching.
◆ EthFace_SetupRxMemif()
◆ EthFace_TxBurst()
| uint16_t EthFace_TxBurst |
( |
Face * | face, |
|
|
struct rte_mbuf ** | pkts, |
|
|
uint16_t | nPkts ) |