ETHFW API Guide
EthRemoteCfg_MatchEthertypeAddReq Struct Reference

Detailed Description

Request params for ETHREMOTECFG_CMD_REGISTER_MATCH_ETHTYPE command.

Request message structure for setting an Ethertype classifier for a given Rx flow, hence takes EtherType and the RX flow (base and offset) values as input arguments.

Data Fields

EthRemoteCfg_ReqHdr hdr
 
uint16_t ethertype
 
uint32_t flowIdxBase
 
uint32_t flowIdxOffset
 

Field Documentation

◆ hdr

EthRemoteCfg_ReqHdr EthRemoteCfg_MatchEthertypeAddReq::hdr

Request message common header.

◆ ethertype

uint16_t EthRemoteCfg_MatchEthertypeAddReq::ethertype

EtherType to be associated with the flow.

◆ flowIdxBase

uint32_t EthRemoteCfg_MatchEthertypeAddReq::flowIdxBase

Rx flow index base.

◆ flowIdxOffset

uint32_t EthRemoteCfg_MatchEthertypeAddReq::flowIdxOffset

Rx flow index offset.