| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
Describes a peer which is capable of exchanging traffic flows over a PSP tunnel. More...
#include </opt/mellanox/doca/applications/psp_gateway/psp_gw_config.h>
Data Fields | |
| uint32_t | psp_proto_ver |
| std::vector< ip_pair > | vip_pairs |
| std::string | svc_addr |
Describes a peer which is capable of exchanging traffic flows over a PSP tunnel.
Currently, only one PF per peer is supported, but this could be extended to a list of PFs.
Definition at line 98 of file psp_gw_config.h.
| uint32_t psp_gw_peer::psp_proto_ver |
Definition at line 99 of file psp_gw_config.h.
| std::string psp_gw_peer::svc_addr |
Definition at line 101 of file psp_gw_config.h.
| std::vector<ip_pair> psp_gw_peer::vip_pairs |
Definition at line 100 of file psp_gw_config.h.