From 85ad67930e9452d729493798f4c3da4d7a554772 Mon Sep 17 00:00:00 2001 From: r12f Date: Fri, 8 Nov 2024 01:07:00 +0000 Subject: [PATCH 1/3] Update --- .../express-route-service/express-route-gateway-bypass.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/documentation/express-route-service/express-route-gateway-bypass.md b/documentation/express-route-service/express-route-gateway-bypass.md index d82acedd6..7973bed03 100644 --- a/documentation/express-route-service/express-route-gateway-bypass.md +++ b/documentation/express-route-service/express-route-gateway-bypass.md @@ -80,10 +80,8 @@ The scaling requirement for PL redirect map are listed as below. The metrics are | # of ENIs per DPU | 32 | | # of VNET mapping per ENI | 64K | | # of PPS | 64M | -| VNET mapping change rate (CRUD) | (TBD) | +| # of MSEE source PA per ENI | 64 | | # of fast path packets | Same as CPS. 3M per card. | -| # of tunnels | (TBD) | -| # of next hop in each tunnel | (TBD) | ### 4.2. Reliability requirements From 33ef2c399cb65c8de4b53eb7a8423c7c8fae56a2 Mon Sep 17 00:00:00 2001 From: r12f Date: Fri, 8 Nov 2024 01:09:42 +0000 Subject: [PATCH 2/3] Minor update. --- .../express-route-service/express-route-gateway-bypass.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/documentation/express-route-service/express-route-gateway-bypass.md b/documentation/express-route-service/express-route-gateway-bypass.md index 7973bed03..53782b3e8 100644 --- a/documentation/express-route-service/express-route-gateway-bypass.md +++ b/documentation/express-route-service/express-route-gateway-bypass.md @@ -77,9 +77,10 @@ The scaling requirement for PL redirect map are listed as below. The metrics are | Metric | Requirement | | ------ | ----------- | -| # of ENIs per DPU | 32 | +| # of ENIs per DPU (every 200G) | 32 | | # of VNET mapping per ENI | 64K | | # of PPS | 64M | +| # of VNI per ENI | 1 | | # of MSEE source PA per ENI | 64 | | # of fast path packets | Same as CPS. 3M per card. | From 559dfe401137c881c1f14980faebafc0387a3b4a Mon Sep 17 00:00:00 2001 From: r12f Date: Fri, 8 Nov 2024 01:22:27 +0000 Subject: [PATCH 3/3] minor update. --- .../express-route-service/express-route-gateway-bypass.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/express-route-service/express-route-gateway-bypass.md b/documentation/express-route-service/express-route-gateway-bypass.md index 53782b3e8..c190cf7b2 100644 --- a/documentation/express-route-service/express-route-gateway-bypass.md +++ b/documentation/express-route-service/express-route-gateway-bypass.md @@ -81,7 +81,7 @@ The scaling requirement for PL redirect map are listed as below. The metrics are | # of VNET mapping per ENI | 64K | | # of PPS | 64M | | # of VNI per ENI | 1 | -| # of MSEE source PA per ENI | 64 | +| # of MSEE source PA per ENI (v4 + v6, mixed) | 64 | | # of fast path packets | Same as CPS. 3M per card. | ### 4.2. Reliability requirements