mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-25 17:27:01 +00:00
1. Add new class 48 ports 10G SFP+/ 6 ports 100G QSFP28 "OnlPlatformPortConfig_48x10_6x100" for agc7648a
Signed-off-by: MASAN.XU <MASAN.XU@DELTA.COM.TW>
This commit is contained in:
@@ -502,3 +502,7 @@ class OnlPlatformPortConfig_24x1_4x10(object):
|
||||
class OnlPlatformPortConfig_8x1_8x10(object):
|
||||
PORT_COUNT=16
|
||||
PORT_CONFIG="8x1 + 8x10"
|
||||
|
||||
class OnlPlatformPortConfig_48x10_6x100(object):
|
||||
PORT_COUNT=54
|
||||
PORT_CONFIG="48x10 + 6x100"
|
||||
|
||||
@@ -2,7 +2,7 @@ from onl.platform.base import *
|
||||
from onl.platform.delta import *
|
||||
|
||||
class OnlPlatform_x86_64_delta_agc7648a_r0(OnlPlatformDelta,
|
||||
OnlPlatformPortConfig_32x100):
|
||||
OnlPlatformPortConfig_48x10_6x100):
|
||||
PLATFORM='x86-64-delta-agc7648a-r0'
|
||||
MODEL="AGC7648A"
|
||||
SYS_OBJECT_ID=".7648"
|
||||
|
||||
Reference in New Issue
Block a user