ETHFW API Guide
|
Response params holding data for ETHREMOTECFG_CMD_ATTACH request.
This response provides the token handle for the requested virtual port which will be placed in the EthRemoteCfg_ResHdr and MTU info of Tx and Rx.
Data Fields | |
EthRemoteCfg_ResHdr | hdr |
uint32_t | rxMtu |
uint32_t | txMtu |
uint32_t | features |
uint32_t | numTxCh |
uint32_t | numRxFlow |
EthRemoteCfg_ResHdr EthRemoteCfg_AttachRes::hdr |
Response message common header.
uint32_t EthRemoteCfg_AttachRes::rxMtu |
Maximum receive unit.
uint32_t EthRemoteCfg_AttachRes::txMtu |
Maximum transmit unit.
uint32_t EthRemoteCfg_AttachRes::features |
Feature bitmask based on defines EthRemoteCfg_FeatureMask.
uint32_t EthRemoteCfg_AttachRes::numTxCh |
Number of tx channel allocated for this virtual port
uint32_t EthRemoteCfg_AttachRes::numRxFlow |
Number of rx flows allocated for this virtual port