Data Plane Development Kit Reference Manual: Intel FPGA Programmable Acceleration Card N3000

ID 683512
Date 12/06/2019
Public
Document Table of Contents

4.2. opae_manager_get_eth_group_info()

Prototype:

int opae_manager_get_eth_group_info(struct opae_manager *mgr, u8 group_id, struct opae_eth_group_info *info);

Arguments:

mgr: A pointer to the opae_manager for the Ethernet group.

group_id: The group ID index which is 0 for retimers and 1 for the XL710.
A pointer to the opae_eth_group_info: data structure.
get_eth_group_info {
u8 group_id;
u8 speed;
u8 nums_of_phy;
u8 nums_of_mac;
} 

Returns:

Int.

Description:

Get the configuration information for an Ethernet group.
Related Defines None.