ETHFW API Guide
EthRemoteCfg_AttachRes Struct Reference

Detailed Description

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 [ETHREMOTECFG_PRIORITY_NUM]
 
uint32_t features
 
uint32_t numTxCh
 
uint32_t numRxFlow
 

Field Documentation

◆ hdr

EthRemoteCfg_ResHdr EthRemoteCfg_AttachRes::hdr

Response message common header.

◆ rxMtu

uint32_t EthRemoteCfg_AttachRes::rxMtu

Maximum receive unit.

◆ txMtu

uint32_t EthRemoteCfg_AttachRes::txMtu[ETHREMOTECFG_PRIORITY_NUM]

Maximum transmit unit per priority.

◆ features

uint32_t EthRemoteCfg_AttachRes::features

Feature bitmask based on defines EthRemoteCfg_FeatureMask.

◆ numTxCh

uint32_t EthRemoteCfg_AttachRes::numTxCh

Number of tx channel allocated for this virtual port

◆ numRxFlow

uint32_t EthRemoteCfg_AttachRes::numRxFlow

Number of rx flows allocated for this virtual port