ETHFW API Guide
EthRemoteCfg_AttachReq Struct Reference

Detailed Description

Request params for ETHREMOTECFG_CMD_ATTACH or ETHREMOTECFG_CMD_ATTACH_EXT commands.

This requests provides the virtual port for which it is requesting the core attach and recevies and handle called token which will be further used by the client to communicate with the server. Each token is unique for a given virtual port.

Data Fields

EthRemoteCfg_ReqHdr hdr
 
uint32_t virtPort
 

Field Documentation

◆ hdr

EthRemoteCfg_ReqHdr EthRemoteCfg_AttachReq::hdr

Request message common header.

◆ virtPort

uint32_t EthRemoteCfg_AttachReq::virtPort

Virtual port which needs core attach.