Skip to content

Commit

Permalink
Update trn1.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHenson committed Oct 25, 2023
1 parent d9bec1d commit 092fefe
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions source/s3_platform_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -204,13 +204,7 @@ static struct aws_s3_compute_platform_info s_trn1_n_platform_info = {
};

struct aws_byte_cursor s_trn1_socket1_array[] = {
AWS_BYTE_CUR_INIT_FROM_STRING_LITERAL("eth0"),
AWS_BYTE_CUR_INIT_FROM_STRING_LITERAL("eth1"),
};

static struct aws_byte_cursor s_trn1_socket2_array[] = {
AWS_BYTE_CUR_INIT_FROM_STRING_LITERAL("eth3"),
AWS_BYTE_CUR_INIT_FROM_STRING_LITERAL("eth4"),
AWS_BYTE_CUR_INIT_FROM_STRING_LITERAL("ens32"),
};

static struct aws_s3_cpu_group_info s_trn1_cpu_group_info_array[] = {
Expand All @@ -222,8 +216,8 @@ static struct aws_s3_cpu_group_info s_trn1_cpu_group_info_array[] = {
},
{
.cpu_group = 1u,
.nic_name_array = s_trn1_socket2_array,
.nic_name_array_length = AWS_ARRAY_SIZE(s_trn1_socket2_array),
.nic_name_array = NULL,
.nic_name_array_length = 0,
.cpus_in_group = 64,
},
};
Expand Down

0 comments on commit 092fefe

Please sign in to comment.