From eb5844632232e78e169ef4872cb58c2d1ef6eb09 Mon Sep 17 00:00:00 2001 From: Eric Raut Date: Mon, 12 Aug 2024 13:36:55 -0700 Subject: [PATCH] platform-aws: configuration for P5e instances P5e will use the same autogenerated topology file approach as P5. Signed-off-by: Eric Raut --- src/platform-aws.c | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/platform-aws.c b/src/platform-aws.c index 1ba92223d..f980efd0a 100644 --- a/src/platform-aws.c +++ b/src/platform-aws.c @@ -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",