Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Mellanox] Backport single pool to 201911 #5194

Merged
merged 1 commit into from
Aug 15, 2020

Commits on Aug 15, 2020

  1. Support single ingress pool for MSFT SKUs and optimize headroom calcu…

    …lation
    
    This is to backport the sonic-net#4886 to 201911
    
    Calculate pool size in t1 as 24 * downlink port + 8 * uplink port
    
    - Take both port and peer MTU into account when calculating headroom
    - Worst case factor is decreased to 50%
    - Mellanox-SN2700-C28D8 t0, assume 48 * 50G/5m + 8 * 100G/40m ports
    - Mellanox-SN2700 (C32)
      - t0: 16 * 100G/5m + 16 * 100G/40m
      - t1: 16 * 100G/40m + 16 * 100G/300m
    
    Signed-off-by: Stephen Sun <stephens@nvidia.com>
    stephenxs committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    49f533c View commit details
    Browse the repository at this point in the history