![]() |
ETHFW API Guide
|
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 |
| EthRemoteCfg_ReqHdr EthRemoteCfg_MatchEthertypeAddReq::hdr |
Request message common header.
| uint16_t EthRemoteCfg_MatchEthertypeAddReq::ethertype |
EtherType to be associated with the flow.
| uint32_t EthRemoteCfg_MatchEthertypeAddReq::flowIdxBase |
Rx flow index base.
| uint32_t EthRemoteCfg_MatchEthertypeAddReq::flowIdxOffset |
Rx flow index offset.