diff --git a/src/platform-aws.c b/src/platform-aws.c index d47c9b5ff..ba6c1e969 100644 --- a/src/platform-aws.c +++ b/src/platform-aws.c @@ -116,6 +116,16 @@ static struct ec2_platform_data platform_data_map[] = { .net_flush_required = true, .default_protocol = "SENDRECV", .domain_per_thread = 1, + }, + { + .name = "trn2n.48xlarge", + .topology = NULL, + .default_dup_conns = 0, + .latency = 75.0, + .gdr_required = true, + .net_flush_required = true, + .default_protocol = "RDMA", + .domain_per_thread = 1, } };