Skip to content

Commit

Permalink
platform-aws: configuration for P5e instances
Browse files Browse the repository at this point in the history
P5e will use the same autogenerated topology file approach as P5.

Signed-off-by: Eric Raut <eraut@amazon.com>
  • Loading branch information
rauteric authored and rajachan committed Aug 13, 2024
1 parent 64ccd78 commit eb58446
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/platform-aws.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,16 @@ struct ec2_platform_data {
.default_protocol = "RDMA",
.domain_per_thread = 0,
},
{
.name = "p5e.48xlarge",
.topology = NULL,
.default_dup_conns = 0,
.latency = 75.0,
.gdr_required = true,
.net_flush_required = false,
.default_protocol = "RDMA",
.domain_per_thread = 0,
},
{
.name = "g5.48xlarge",
.topology = "g5.48xl-topo.xml",
Expand Down

0 comments on commit eb58446

Please sign in to comment.