File tree Expand file tree Collapse file tree 5 files changed +24
-24
lines changed Expand file tree Collapse file tree 5 files changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -1282,7 +1282,7 @@ optional attributes.
1282
1282
"mtu": "9100",
1283
1283
"alias": "etp1a",
1284
1284
"speed": "100000",
1285
- "channel ": 1
1285
+ "subport ": 1
1286
1286
},
1287
1287
"Ethernet4": {
1288
1288
"admin_status": "up",
@@ -1292,7 +1292,7 @@ optional attributes.
1292
1292
"mtu": "9100",
1293
1293
"alias": "etp1b",
1294
1294
"speed": "100000",
1295
- "channel ": 2
1295
+ "subport ": 2
1296
1296
},
1297
1297
}
1298
1298
}
Original file line number Diff line number Diff line change 463
463
"autoneg" : " on" ,
464
464
"adv_speeds" : " all" ,
465
465
"adv_interface_types" : " all" ,
466
- "channel " : " 0"
466
+ "subport " : " 0"
467
467
},
468
468
"Ethernet3" : {
469
469
"alias" : " Eth1/4" ,
472
472
"speed" : " 11100" ,
473
473
"tpid" : " 0x88A8" ,
474
474
"admin_status" : " up" ,
475
- "channel " : " 1"
475
+ "subport " : " 1"
476
476
},
477
477
"Ethernet4" : {
478
478
"alias" : " Eth2/1" ,
481
481
"speed" : " 11100" ,
482
482
"tpid" : " 0x9100" ,
483
483
"admin_status" : " up" ,
484
- "channel " : " 2"
484
+ "subport " : " 2"
485
485
},
486
486
"Ethernet5" : {
487
487
"alias" : " Eth2/2" ,
490
490
"speed" : " 11100" ,
491
491
"tpid" : " 0x9200" ,
492
492
"admin_status" : " up" ,
493
- "channel " : " 3"
493
+ "subport " : " 3"
494
494
},
495
495
"Ethernet6" : {
496
496
"alias" : " Eth2/3" ,
499
499
"speed" : " 11100" ,
500
500
"tpid" : " 0x8100" ,
501
501
"admin_status" : " up" ,
502
- "channel " : " 4"
502
+ "subport " : " 4"
503
503
},
504
504
"Ethernet7" : {
505
505
"alias" : " Eth2/4" ,
508
508
"speed" : " 11100" ,
509
509
"tpid" : " 0x8100" ,
510
510
"admin_status" : " up" ,
511
- "channel " : " 5"
511
+ "subport " : " 5"
512
512
},
513
513
"Ethernet8" : {
514
514
"alias" : " Eth3/1" ,
517
517
"speed" : " 11100" ,
518
518
"tpid" : " 0x8100" ,
519
519
"admin_status" : " up" ,
520
- "channel " : " 6"
520
+ "subport " : " 6"
521
521
},
522
522
"Ethernet9" : {
523
523
"alias" : " Eth3/2" ,
526
526
"speed" : " 11100" ,
527
527
"tpid" : " 0x8100" ,
528
528
"admin_status" : " up" ,
529
- "channel " : " 7"
529
+ "subport " : " 7"
530
530
},
531
531
"Ethernet10" : {
532
532
"alias" : " Eth3/3" ,
535
535
"speed" : " 11100" ,
536
536
"tpid" : " 0x8100" ,
537
537
"admin_status" : " up" ,
538
- "channel " : " 8"
538
+ "subport " : " 8"
539
539
},
540
540
"Ethernet11" : {
541
541
"alias" : " Eth3/4" ,
Original file line number Diff line number Diff line change 115
115
"desc" : " PORT_INVALID_MULTIASIC_TEST invalid role pattern, expect fail" ,
116
116
"eStrKey" : " Pattern"
117
117
},
118
- "PORT_VALID_CHANNEL_NUMBER " : {
119
- "desc" : " PORT_VALID_CHANNEL_NUMBER no failure."
118
+ "PORT_VALID_SUBPORT_NUMBER " : {
119
+ "desc" : " PORT_VALID_SUBPORT_NUMBER no failure."
120
120
},
121
- "PORT_INVALID_CHANNEL_NUMBER " : {
122
- "desc" : " Out of range channel number" ,
121
+ "PORT_INVALID_SUBPORT_NUMBER " : {
122
+ "desc" : " Out of range subport number" ,
123
123
"eStrKey" : " Range" ,
124
124
"eStr" : " 0..8"
125
125
}
Original file line number Diff line number Diff line change 486
486
}
487
487
},
488
488
489
- "PORT_INVALID_CHANNEL_NUMBER " : {
489
+ "PORT_INVALID_SUBPORT_NUMBER " : {
490
490
"sonic-port:sonic-port" : {
491
491
"sonic-port:PORT" : {
492
492
"PORT_LIST" : [
495
495
"alias" : " etp1a" ,
496
496
"lanes" : " 60, 61" ,
497
497
"speed" : 100000 ,
498
- "channel " : 9
498
+ "subport " : 9
499
499
}
500
500
]
501
501
}
502
502
}
503
503
},
504
504
505
- "PORT_VALID_CHANNEL_NUMBER " : {
505
+ "PORT_VALID_SUBPORT_NUMBER " : {
506
506
"sonic-port:sonic-port" : {
507
507
"sonic-port:PORT" : {
508
508
"PORT_LIST" : [
511
511
"alias" : " etp1a" ,
512
512
"lanes" : " 60, 61" ,
513
513
"speed" : 100000 ,
514
- "channel " : 1
514
+ "subport " : 1
515
515
},
516
516
{
517
517
"name" : " Ethernet2" ,
518
518
"alias" : " etp1b" ,
519
519
"lanes" : " 62, 63" ,
520
520
"speed" : 100000 ,
521
- "channel " : 2
521
+ "subport " : 2
522
522
},
523
523
{
524
524
"name" : " Ethernet4" ,
525
525
"alias" : " etp1c" ,
526
526
"lanes" : " 64, 65" ,
527
527
"speed" : 100000 ,
528
- "channel " : 3
528
+ "subport " : 3
529
529
},
530
530
{
531
531
"name" : " Ethernet6" ,
532
532
"alias" : " etp1d" ,
533
533
"lanes" : " 66, 67" ,
534
534
"speed" : 100000 ,
535
- "channel " : 4
535
+ "subport " : 4
536
536
}
537
537
]
538
538
}
Original file line number Diff line number Diff line change @@ -121,8 +121,8 @@ module sonic-port{
121
121
}
122
122
}
123
123
124
- leaf channel {
125
- description "Logical channel (s) for physical port breakout" ;
124
+ leaf subport {
125
+ description "Logical subport (s) for physical port breakout" ;
126
126
type uint8 {
127
127
range 0 ..8 ;
128
128
}
You can’t perform that action at this time.
0 commit comments