ETHFW API Guide
|
Response params for ETHREMOTECFG_CMD_ATTACH_EXT command.
This response provides additional information to that of EthRemoteCfg_AttachRes. Additionally it provides the allocated RX flow ids, Tx channel id and MAC address.
Data Fields | |
EthRemoteCfg_ResHdr | hdr |
uint32_t | rxMtu |
uint32_t | txMtu |
uint32_t | rxFlowIdxBase |
uint32_t | rxFlowIdxOffset |
uint32_t | txPsilDstId |
uint8_t | macAddr [ETHREMOTECFG_MACADDRLEN] |
uint32_t | features |
uint32_t | rxPsilSrcId |
EthRemoteCfg_ResHdr EthRemoteCfg_AttachExtRes::hdr |
Response message common header.
uint32_t EthRemoteCfg_AttachExtRes::rxMtu |
Maximum receive unit.
uint32_t EthRemoteCfg_AttachExtRes::txMtu |
Maximum transmit unit.
uint32_t EthRemoteCfg_AttachExtRes::rxFlowIdxBase |
Allocated Rx flow index base.
uint32_t EthRemoteCfg_AttachExtRes::rxFlowIdxOffset |
Allocated flow index offset.
uint32_t EthRemoteCfg_AttachExtRes::txPsilDstId |
Tx PSIL Peer destination thread id which should be paired with the Tx UDMA channel.
uint8_t EthRemoteCfg_AttachExtRes::macAddr[ETHREMOTECFG_MACADDRLEN] |
MAC address allocated.
uint32_t EthRemoteCfg_AttachExtRes::features |
Feature bitmask based on EthRemoteCfg_FeatureMask.
uint32_t EthRemoteCfg_AttachExtRes::rxPsilSrcId |
Rx PSIL peer source thread id