Skip to content

Commit

Permalink
Correct the peer MTU which should be 1k in LOSSLESS_TRAFFIC_PATTERN t…
Browse files Browse the repository at this point in the history
…able

Signed-off-by: Stephen Sun <[email protected]>
  • Loading branch information
stephenxs committed Dec 6, 2020
1 parent 1aab411 commit 7e6bc5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion files/build_templates/buffers_config.j2
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def
},
"LOSSLESS_TRAFFIC_PATTERN": {
"AZURE": {
"mtu": "1500",
"mtu": "1024",
"small_packet_percentage": "100"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@
},
"LOSSLESS_TRAFFIC_PATTERN": {
"AZURE": {
"mtu": "1500",
"mtu": "1024",
"small_packet_percentage": "100"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@
},
"LOSSLESS_TRAFFIC_PATTERN": {
"AZURE": {
"mtu": "1500",
"mtu": "1024",
"small_packet_percentage": "100"
}
}
Expand Down

0 comments on commit 7e6bc5d

Please sign in to comment.