[device/dx010] configuration port index start from 1 (#1927)
* update sfputil, port indext start from 1 * DX010 update SKUs port config index Port index in port_config.ini now start from 1. * Seastone-DX010-10-50 port config update * Seastone-DX010-50 port config update * Seastone-DX010 port config update * Update dx010 sfputil plugin * Implement lpmode set function. * Implement transceiver reset function. * Python code style format. * Remove new line at the end of port_config.ini *New line cause parsing error in sfputilbase. * Add get_transceiver_change_event method *This needed by new sfputilbase implement. * Fix unintended line breaks
This commit is contained in:
parent
cd9c5e7373
commit
fd5bce57dd
@ -1,113 +1,113 @@
|
||||
# name lanes alias index speed
|
||||
Ethernet0 65 Eth1/1 0 10000
|
||||
Ethernet1 66 Eth1/2 0 10000
|
||||
Ethernet2 67 Eth1/3 0 10000
|
||||
Ethernet3 68 Eth1/4 0 10000
|
||||
Ethernet4 69 Eth2/1 1 10000
|
||||
Ethernet5 70 Eth2/2 1 10000
|
||||
Ethernet6 71 Eth2/3 1 10000
|
||||
Ethernet7 72 Eth2/4 1 10000
|
||||
Ethernet8 73 Eth3/1 2 10000
|
||||
Ethernet9 74 Eth3/2 2 10000
|
||||
Ethernet10 75 Eth3/3 2 10000
|
||||
Ethernet11 76 Eth3/4 2 10000
|
||||
Ethernet12 77 Eth4/1 3 10000
|
||||
Ethernet13 78 Eth4/2 3 10000
|
||||
Ethernet14 79 Eth4/3 3 10000
|
||||
Ethernet15 80 Eth4/4 3 10000
|
||||
Ethernet16 33 Eth5/1 4 10000
|
||||
Ethernet17 34 Eth5/2 4 10000
|
||||
Ethernet18 35 Eth5/3 4 10000
|
||||
Ethernet19 36 Eth5/4 4 10000
|
||||
Ethernet20 37 Eth6/1 5 10000
|
||||
Ethernet21 38 Eth6/2 5 10000
|
||||
Ethernet22 39 Eth6/3 5 10000
|
||||
Ethernet23 40 Eth6/4 5 10000
|
||||
Ethernet24 41 Eth7/1 6 10000
|
||||
Ethernet25 42 Eth7/2 6 10000
|
||||
Ethernet26 43 Eth7/3 6 10000
|
||||
Ethernet27 44 Eth7/4 6 10000
|
||||
Ethernet28 45 Eth8/1 7 10000
|
||||
Ethernet29 46 Eth8/2 7 10000
|
||||
Ethernet30 47 Eth8/3 7 10000
|
||||
Ethernet31 48 Eth8/4 7 10000
|
||||
Ethernet32 49 Eth9/1 8 10000
|
||||
Ethernet33 50 Eth9/2 8 10000
|
||||
Ethernet34 51 Eth9/3 8 10000
|
||||
Ethernet35 52 Eth9/4 8 10000
|
||||
Ethernet36 53 Eth10/1 9 10000
|
||||
Ethernet37 54 Eth10/2 9 10000
|
||||
Ethernet38 55 Eth10/3 9 10000
|
||||
Ethernet39 56 Eth10/4 9 10000
|
||||
Ethernet40 57 Eth11/1 10 10000
|
||||
Ethernet41 58 Eth11/2 10 10000
|
||||
Ethernet42 59 Eth11/3 10 10000
|
||||
Ethernet43 60 Eth11/4 10 10000
|
||||
Ethernet44 61 Eth12/1 11 10000
|
||||
Ethernet45 62 Eth12/2 11 10000
|
||||
Ethernet46 63 Eth12/3 11 10000
|
||||
Ethernet47 64 Eth12/4 11 10000
|
||||
Ethernet48 81 Eth13/1 12 10000
|
||||
Ethernet49 82 Eth13/2 12 10000
|
||||
Ethernet50 83 Eth13/3 12 10000
|
||||
Ethernet51 84 Eth13/4 12 10000
|
||||
Ethernet52 85 Eth14/1 13 10000
|
||||
Ethernet53 86 Eth14/2 13 10000
|
||||
Ethernet54 87 Eth14/3 13 10000
|
||||
Ethernet55 88 Eth14/4 13 10000
|
||||
Ethernet56 89 Eth15/1 14 10000
|
||||
Ethernet57 90 Eth15/2 14 10000
|
||||
Ethernet58 91 Eth15/3 14 10000
|
||||
Ethernet59 92 Eth15/4 14 10000
|
||||
Ethernet60 93 Eth16/1 15 10000
|
||||
Ethernet61 94 Eth16/2 15 10000
|
||||
Ethernet62 95 Eth16/3 15 10000
|
||||
Ethernet63 96 Eth16/4 15 10000
|
||||
Ethernet64 97 Eth17/1 16 10000
|
||||
Ethernet65 98 Eth17/2 16 10000
|
||||
Ethernet66 99 Eth17/3 16 10000
|
||||
Ethernet67 100 Eth17/4 16 10000
|
||||
Ethernet68 101 Eth18/1 17 10000
|
||||
Ethernet69 102 Eth18/2 17 10000
|
||||
Ethernet70 103 Eth18/3 17 10000
|
||||
Ethernet71 104 Eth18/4 17 10000
|
||||
Ethernet72 105 Eth19/1 18 10000
|
||||
Ethernet73 106 Eth19/2 18 10000
|
||||
Ethernet74 107 Eth19/3 18 10000
|
||||
Ethernet75 108 Eth19/4 18 10000
|
||||
Ethernet76 109 Eth20/1 19 10000
|
||||
Ethernet77 110 Eth20/2 19 10000
|
||||
Ethernet78 111 Eth20/3 19 10000
|
||||
Ethernet79 112 Eth20/4 19 10000
|
||||
Ethernet80 1 Eth21/1 20 10000
|
||||
Ethernet81 2 Eth21/2 20 10000
|
||||
Ethernet82 3 Eth21/3 20 10000
|
||||
Ethernet83 4 Eth21/4 20 10000
|
||||
Ethernet84 5 Eth22/1 21 10000
|
||||
Ethernet85 6 Eth22/2 21 10000
|
||||
Ethernet86 7 Eth22/3 21 10000
|
||||
Ethernet87 8 Eth22/4 21 10000
|
||||
Ethernet88 9 Eth23/1 22 10000
|
||||
Ethernet89 10 Eth23/2 22 10000
|
||||
Ethernet90 11 Eth23/3 22 10000
|
||||
Ethernet91 12 Eth23/4 22 10000
|
||||
Ethernet92 13 Eth24/1 23 10000
|
||||
Ethernet93 14 Eth24/2 23 10000
|
||||
Ethernet94 15 Eth24/3 23 10000
|
||||
Ethernet95 16 Eth24/4 23 10000
|
||||
Ethernet96 17,18 Eth25/1 24 50000
|
||||
Ethernet98 19,20 Eth25/2 24 50000
|
||||
Ethernet100 21,22 Eth26/1 25 50000
|
||||
Ethernet102 23,24 Eth26/2 25 50000
|
||||
Ethernet104 25,26 Eth27/1 26 50000
|
||||
Ethernet106 27,28 Eth27/2 26 50000
|
||||
Ethernet108 29,30 Eth28/1 27 50000
|
||||
Ethernet110 31,32 Eth28/2 27 50000
|
||||
Ethernet112 113,114 Eth29/1 28 50000
|
||||
Ethernet114 115,116 Eth29/2 28 50000
|
||||
Ethernet116 117,118 Eth30/1 29 50000
|
||||
Ethernet118 119,120 Eth30/2 29 50000
|
||||
Ethernet120 121,122 Eth31/1 30 50000
|
||||
Ethernet122 123,124 Eth31/2 30 50000
|
||||
Ethernet124 125,126 Eth32/1 31 50000
|
||||
Ethernet126 127,128 Eth32/2 31 50000
|
||||
Ethernet0 65 Eth1/1 1 10000
|
||||
Ethernet1 66 Eth1/2 1 10000
|
||||
Ethernet2 67 Eth1/3 1 10000
|
||||
Ethernet3 68 Eth1/4 1 10000
|
||||
Ethernet4 69 Eth2/1 2 10000
|
||||
Ethernet5 70 Eth2/2 2 10000
|
||||
Ethernet6 71 Eth2/3 2 10000
|
||||
Ethernet7 72 Eth2/4 2 10000
|
||||
Ethernet8 73 Eth3/1 3 10000
|
||||
Ethernet9 74 Eth3/2 3 10000
|
||||
Ethernet10 75 Eth3/3 3 10000
|
||||
Ethernet11 76 Eth3/4 3 10000
|
||||
Ethernet12 77 Eth4/1 4 10000
|
||||
Ethernet13 78 Eth4/2 4 10000
|
||||
Ethernet14 79 Eth4/3 4 10000
|
||||
Ethernet15 80 Eth4/4 4 10000
|
||||
Ethernet16 33 Eth5/1 5 10000
|
||||
Ethernet17 34 Eth5/2 5 10000
|
||||
Ethernet18 35 Eth5/3 5 10000
|
||||
Ethernet19 36 Eth5/4 5 10000
|
||||
Ethernet20 37 Eth6/1 6 10000
|
||||
Ethernet21 38 Eth6/2 6 10000
|
||||
Ethernet22 39 Eth6/3 6 10000
|
||||
Ethernet23 40 Eth6/4 6 10000
|
||||
Ethernet24 41 Eth7/1 7 10000
|
||||
Ethernet25 42 Eth7/2 7 10000
|
||||
Ethernet26 43 Eth7/3 7 10000
|
||||
Ethernet27 44 Eth7/4 7 10000
|
||||
Ethernet28 45 Eth8/1 8 10000
|
||||
Ethernet29 46 Eth8/2 8 10000
|
||||
Ethernet30 47 Eth8/3 8 10000
|
||||
Ethernet31 48 Eth8/4 8 10000
|
||||
Ethernet32 49 Eth9/1 9 10000
|
||||
Ethernet33 50 Eth9/2 9 10000
|
||||
Ethernet34 51 Eth9/3 9 10000
|
||||
Ethernet35 52 Eth9/4 9 10000
|
||||
Ethernet36 53 Eth10/1 10 10000
|
||||
Ethernet37 54 Eth10/2 10 10000
|
||||
Ethernet38 55 Eth10/3 10 10000
|
||||
Ethernet39 56 Eth10/4 10 10000
|
||||
Ethernet40 57 Eth11/1 11 10000
|
||||
Ethernet41 58 Eth11/2 11 10000
|
||||
Ethernet42 59 Eth11/3 11 10000
|
||||
Ethernet43 60 Eth11/4 11 10000
|
||||
Ethernet44 61 Eth12/1 12 10000
|
||||
Ethernet45 62 Eth12/2 12 10000
|
||||
Ethernet46 63 Eth12/3 12 10000
|
||||
Ethernet47 64 Eth12/4 12 10000
|
||||
Ethernet48 81 Eth13/1 13 10000
|
||||
Ethernet49 82 Eth13/2 13 10000
|
||||
Ethernet50 83 Eth13/3 13 10000
|
||||
Ethernet51 84 Eth13/4 13 10000
|
||||
Ethernet52 85 Eth14/1 14 10000
|
||||
Ethernet53 86 Eth14/2 14 10000
|
||||
Ethernet54 87 Eth14/3 14 10000
|
||||
Ethernet55 88 Eth14/4 14 10000
|
||||
Ethernet56 89 Eth15/1 15 10000
|
||||
Ethernet57 90 Eth15/2 15 10000
|
||||
Ethernet58 91 Eth15/3 15 10000
|
||||
Ethernet59 92 Eth15/4 15 10000
|
||||
Ethernet60 93 Eth16/1 16 10000
|
||||
Ethernet61 94 Eth16/2 16 10000
|
||||
Ethernet62 95 Eth16/3 16 10000
|
||||
Ethernet63 96 Eth16/4 16 10000
|
||||
Ethernet64 97 Eth17/1 17 10000
|
||||
Ethernet65 98 Eth17/2 17 10000
|
||||
Ethernet66 99 Eth17/3 17 10000
|
||||
Ethernet67 100 Eth17/4 17 10000
|
||||
Ethernet68 101 Eth18/1 18 10000
|
||||
Ethernet69 102 Eth18/2 18 10000
|
||||
Ethernet70 103 Eth18/3 18 10000
|
||||
Ethernet71 104 Eth18/4 18 10000
|
||||
Ethernet72 105 Eth19/1 19 10000
|
||||
Ethernet73 106 Eth19/2 19 10000
|
||||
Ethernet74 107 Eth19/3 19 10000
|
||||
Ethernet75 108 Eth19/4 19 10000
|
||||
Ethernet76 109 Eth20/1 20 10000
|
||||
Ethernet77 110 Eth20/2 20 10000
|
||||
Ethernet78 111 Eth20/3 20 10000
|
||||
Ethernet79 112 Eth20/4 20 10000
|
||||
Ethernet80 1 Eth21/1 21 10000
|
||||
Ethernet81 2 Eth21/2 21 10000
|
||||
Ethernet82 3 Eth21/3 21 10000
|
||||
Ethernet83 4 Eth21/4 21 10000
|
||||
Ethernet84 5 Eth22/1 22 10000
|
||||
Ethernet85 6 Eth22/2 22 10000
|
||||
Ethernet86 7 Eth22/3 22 10000
|
||||
Ethernet87 8 Eth22/4 22 10000
|
||||
Ethernet88 9 Eth23/1 23 10000
|
||||
Ethernet89 10 Eth23/2 23 10000
|
||||
Ethernet90 11 Eth23/3 23 10000
|
||||
Ethernet91 12 Eth23/4 23 10000
|
||||
Ethernet92 13 Eth24/1 24 10000
|
||||
Ethernet93 14 Eth24/2 24 10000
|
||||
Ethernet94 15 Eth24/3 25 10000
|
||||
Ethernet95 16 Eth24/4 25 10000
|
||||
Ethernet96 17,18 Eth25/1 26 50000
|
||||
Ethernet98 19,20 Eth25/2 26 50000
|
||||
Ethernet100 21,22 Eth26/1 27 50000
|
||||
Ethernet102 23,24 Eth26/2 27 50000
|
||||
Ethernet104 25,26 Eth27/1 28 50000
|
||||
Ethernet106 27,28 Eth27/2 28 50000
|
||||
Ethernet108 29,30 Eth28/1 29 50000
|
||||
Ethernet110 31,32 Eth28/2 29 50000
|
||||
Ethernet112 113,114 Eth29/1 30 50000
|
||||
Ethernet114 115,116 Eth29/2 30 50000
|
||||
Ethernet116 117,118 Eth30/1 31 50000
|
||||
Ethernet118 119,120 Eth30/2 31 50000
|
||||
Ethernet120 121,122 Eth31/1 32 50000
|
||||
Ethernet122 123,124 Eth31/2 32 50000
|
||||
Ethernet124 125,126 Eth32/1 32 50000
|
||||
Ethernet126 127,128 Eth32/2 32 50000
|
@ -1,65 +1,65 @@
|
||||
# name lanes alias index speed
|
||||
Ethernet0 65,66 Eth1/1 0 50000
|
||||
Ethernet2 67,68 Eth1/2 0 50000
|
||||
Ethernet4 69,70 Eth2/1 1 50000
|
||||
Ethernet6 71,72 Eth2/2 1 50000
|
||||
Ethernet8 73,74 Eth3/1 2 50000
|
||||
Ethernet10 75,76 Eth3/2 2 50000
|
||||
Ethernet12 77,78 Eth4/1 3 50000
|
||||
Ethernet14 79,80 Eth4/2 3 50000
|
||||
Ethernet16 33,34 Eth5/1 4 50000
|
||||
Ethernet18 35,36 Eth5/2 4 50000
|
||||
Ethernet20 37,38 Eth6/1 5 50000
|
||||
Ethernet22 39,40 Eth6/2 5 50000
|
||||
Ethernet24 41,42 Eth7/1 6 50000
|
||||
Ethernet26 43,44 Eth7/2 6 50000
|
||||
Ethernet28 45,46 Eth8/1 7 50000
|
||||
Ethernet30 47,48 Eth8/2 7 50000
|
||||
Ethernet32 49,50 Eth9/1 8 50000
|
||||
Ethernet34 51,52 Eth9/2 8 50000
|
||||
Ethernet36 53,54 Eth10/1 9 50000
|
||||
Ethernet38 55,56 Eth10/2 9 50000
|
||||
Ethernet40 57,58 Eth11/1 10 50000
|
||||
Ethernet42 59,60 Eth11/2 10 50000
|
||||
Ethernet44 61,62 Eth12/1 11 50000
|
||||
Ethernet46 63,64 Eth12/2 11 50000
|
||||
Ethernet48 81,82 Eth13/1 12 50000
|
||||
Ethernet50 83,84 Eth13/2 12 50000
|
||||
Ethernet52 85,86 Eth14/1 13 50000
|
||||
Ethernet54 87,88 Eth14/2 13 50000
|
||||
Ethernet56 89,90 Eth15/1 14 50000
|
||||
Ethernet58 91,92 Eth15/2 14 50000
|
||||
Ethernet60 93,94 Eth16/1 15 50000
|
||||
Ethernet62 95,96 Eth16/2 15 50000
|
||||
Ethernet64 97,98 Eth17/1 16 50000
|
||||
Ethernet66 99,100 Eth17/2 16 50000
|
||||
Ethernet68 101,102 Eth18/1 17 50000
|
||||
Ethernet70 103,104 Eth18/2 17 50000
|
||||
Ethernet72 105,106 Eth19/1 18 50000
|
||||
Ethernet74 107,108 Eth19/2 18 50000
|
||||
Ethernet76 109,110 Eth20/1 19 50000
|
||||
Ethernet78 111,112 Eth20/2 19 50000
|
||||
Ethernet80 1,2 Eth21/1 20 50000
|
||||
Ethernet82 3,4 Eth21/2 20 50000
|
||||
Ethernet84 5,6 Eth22/1 21 50000
|
||||
Ethernet86 7,8 Eth22/2 21 50000
|
||||
Ethernet88 9,10 Eth23/1 22 50000
|
||||
Ethernet90 11,12 Eth23/2 22 50000
|
||||
Ethernet92 13,14 Eth24/1 23 50000
|
||||
Ethernet94 15,16 Eth24/2 23 50000
|
||||
Ethernet96 17,18 Eth25/1 24 50000
|
||||
Ethernet98 19,20 Eth25/2 24 50000
|
||||
Ethernet100 21,22 Eth26/1 25 50000
|
||||
Ethernet102 23,24 Eth26/2 25 50000
|
||||
Ethernet104 25,26 Eth27/1 26 50000
|
||||
Ethernet106 27,28 Eth27/2 26 50000
|
||||
Ethernet108 29,30 Eth28/1 27 50000
|
||||
Ethernet110 31,32 Eth28/2 27 50000
|
||||
Ethernet112 113,114 Eth29/1 28 50000
|
||||
Ethernet114 115,116 Eth29/2 28 50000
|
||||
Ethernet116 117,118 Eth30/1 29 50000
|
||||
Ethernet118 119,120 Eth30/2 29 50000
|
||||
Ethernet120 121,122 Eth31/1 30 50000
|
||||
Ethernet122 123,124 Eth31/2 30 50000
|
||||
Ethernet124 125,126 Eth32/1 31 50000
|
||||
Ethernet126 127,128 Eth32/2 31 50000
|
||||
Ethernet0 65,66 Eth1/1 1 50000
|
||||
Ethernet2 67,68 Eth1/2 1 50000
|
||||
Ethernet4 69,70 Eth2/1 2 50000
|
||||
Ethernet6 71,72 Eth2/2 2 50000
|
||||
Ethernet8 73,74 Eth3/1 3 50000
|
||||
Ethernet10 75,76 Eth3/2 3 50000
|
||||
Ethernet12 77,78 Eth4/1 4 50000
|
||||
Ethernet14 79,80 Eth4/2 4 50000
|
||||
Ethernet16 33,34 Eth5/1 5 50000
|
||||
Ethernet18 35,36 Eth5/2 5 50000
|
||||
Ethernet20 37,38 Eth6/1 6 50000
|
||||
Ethernet22 39,40 Eth6/2 6 50000
|
||||
Ethernet24 41,42 Eth7/1 7 50000
|
||||
Ethernet26 43,44 Eth7/2 7 50000
|
||||
Ethernet28 45,46 Eth8/1 8 50000
|
||||
Ethernet30 47,48 Eth8/2 8 50000
|
||||
Ethernet32 49,50 Eth9/1 9 50000
|
||||
Ethernet34 51,52 Eth9/2 9 50000
|
||||
Ethernet36 53,54 Eth10/1 10 50000
|
||||
Ethernet38 55,56 Eth10/2 10 50000
|
||||
Ethernet40 57,58 Eth11/1 11 50000
|
||||
Ethernet42 59,60 Eth11/2 11 50000
|
||||
Ethernet44 61,62 Eth12/1 12 50000
|
||||
Ethernet46 63,64 Eth12/2 12 50000
|
||||
Ethernet48 81,82 Eth13/1 13 50000
|
||||
Ethernet50 83,84 Eth13/2 13 50000
|
||||
Ethernet52 85,86 Eth14/1 14 50000
|
||||
Ethernet54 87,88 Eth14/2 14 50000
|
||||
Ethernet56 89,90 Eth15/1 15 50000
|
||||
Ethernet58 91,92 Eth15/2 15 50000
|
||||
Ethernet60 93,94 Eth16/1 16 50000
|
||||
Ethernet62 95,96 Eth16/2 16 50000
|
||||
Ethernet64 97,98 Eth17/1 17 50000
|
||||
Ethernet66 99,100 Eth17/2 17 50000
|
||||
Ethernet68 101,102 Eth18/1 18 50000
|
||||
Ethernet70 103,104 Eth18/2 18 50000
|
||||
Ethernet72 105,106 Eth19/1 19 50000
|
||||
Ethernet74 107,108 Eth19/2 19 50000
|
||||
Ethernet76 109,110 Eth20/1 20 50000
|
||||
Ethernet78 111,112 Eth20/2 20 50000
|
||||
Ethernet80 1,2 Eth21/1 21 50000
|
||||
Ethernet82 3,4 Eth21/2 21 50000
|
||||
Ethernet84 5,6 Eth22/1 22 50000
|
||||
Ethernet86 7,8 Eth22/2 22 50000
|
||||
Ethernet88 9,10 Eth23/1 23 50000
|
||||
Ethernet90 11,12 Eth23/2 23 50000
|
||||
Ethernet92 13,14 Eth24/1 24 50000
|
||||
Ethernet94 15,16 Eth24/2 24 50000
|
||||
Ethernet96 17,18 Eth25/1 25 50000
|
||||
Ethernet98 19,20 Eth25/2 25 50000
|
||||
Ethernet100 21,22 Eth26/1 26 50000
|
||||
Ethernet102 23,24 Eth26/2 26 50000
|
||||
Ethernet104 25,26 Eth27/1 27 50000
|
||||
Ethernet106 27,28 Eth27/2 27 50000
|
||||
Ethernet108 29,30 Eth28/1 28 50000
|
||||
Ethernet110 31,32 Eth28/2 28 50000
|
||||
Ethernet112 113,114 Eth29/1 29 50000
|
||||
Ethernet114 115,116 Eth29/2 29 50000
|
||||
Ethernet116 117,118 Eth30/1 30 50000
|
||||
Ethernet118 119,120 Eth30/2 30 50000
|
||||
Ethernet120 121,122 Eth31/1 31 50000
|
||||
Ethernet122 123,124 Eth31/2 31 50000
|
||||
Ethernet124 125,126 Eth32/1 32 50000
|
||||
Ethernet126 127,128 Eth32/2 32 50000
|
@ -1,33 +1,33 @@
|
||||
# name lanes alias index speed
|
||||
Ethernet0 65,66,67,68 Eth1 0 100000
|
||||
Ethernet4 69,70,71,72 Eth2 1 100000
|
||||
Ethernet8 73,74,75,76 Eth3 2 100000
|
||||
Ethernet12 77,78,79,80 Eth4 3 100000
|
||||
Ethernet16 33,34,35,36 Eth5 4 100000
|
||||
Ethernet20 37,38,39,40 Eth6 5 100000
|
||||
Ethernet24 41,42,43,44 Eth7 6 100000
|
||||
Ethernet28 45,46,47,48 Eth8 7 100000
|
||||
Ethernet32 49,50,51,52 Eth9 8 100000
|
||||
Ethernet36 53,54,55,56 Eth10 9 100000
|
||||
Ethernet40 57,58,59,60 Eth11 10 100000
|
||||
Ethernet44 61,62,63,64 Eth12 11 100000
|
||||
Ethernet48 81,82,83,84 Eth13 12 100000
|
||||
Ethernet52 85,86,87,88 Eth14 13 100000
|
||||
Ethernet56 89,90,91,92 Eth15 14 100000
|
||||
Ethernet60 93,94,95,96 Eth16 15 100000
|
||||
Ethernet64 97,98,99,100 Eth17 16 100000
|
||||
Ethernet68 101,102,103,104 Eth18 17 100000
|
||||
Ethernet72 105,106,107,108 Eth19 18 100000
|
||||
Ethernet76 109,110,111,112 Eth20 19 100000
|
||||
Ethernet80 1,2,3,4 Eth21 20 100000
|
||||
Ethernet84 5,6,7,8 Eth22 21 100000
|
||||
Ethernet88 9,10,11,12 Eth23 22 100000
|
||||
Ethernet92 13,14,15,16 Eth24 23 100000
|
||||
Ethernet96 17,18,19,20 Eth25 24 100000
|
||||
Ethernet100 21,22,23,24 Eth26 25 100000
|
||||
Ethernet104 25,26,27,28 Eth27 26 100000
|
||||
Ethernet108 29,30,31,32 Eth28 27 100000
|
||||
Ethernet112 113,114,115,116 Eth29 28 100000
|
||||
Ethernet116 117,118,119,120 Eth30 29 100000
|
||||
Ethernet120 121,122,123,124 Eth31 30 100000
|
||||
Ethernet124 125,126,127,128 Eth32 31 100000
|
||||
Ethernet0 65,66,67,68 Eth1 1 100000
|
||||
Ethernet4 69,70,71,72 Eth2 2 100000
|
||||
Ethernet8 73,74,75,76 Eth3 3 100000
|
||||
Ethernet12 77,78,79,80 Eth4 4 100000
|
||||
Ethernet16 33,34,35,36 Eth5 5 100000
|
||||
Ethernet20 37,38,39,40 Eth6 6 100000
|
||||
Ethernet24 41,42,43,44 Eth7 7 100000
|
||||
Ethernet28 45,46,47,48 Eth8 8 100000
|
||||
Ethernet32 49,50,51,52 Eth9 9 100000
|
||||
Ethernet36 53,54,55,56 Eth10 10 100000
|
||||
Ethernet40 57,58,59,60 Eth11 11 100000
|
||||
Ethernet44 61,62,63,64 Eth12 12 100000
|
||||
Ethernet48 81,82,83,84 Eth13 13 100000
|
||||
Ethernet52 85,86,87,88 Eth14 14 100000
|
||||
Ethernet56 89,90,91,92 Eth15 15 100000
|
||||
Ethernet60 93,94,95,96 Eth16 16 100000
|
||||
Ethernet64 97,98,99,100 Eth17 17 100000
|
||||
Ethernet68 101,102,103,104 Eth18 18 100000
|
||||
Ethernet72 105,106,107,108 Eth19 19 100000
|
||||
Ethernet76 109,110,111,112 Eth20 20 100000
|
||||
Ethernet80 1,2,3,4 Eth21 21 100000
|
||||
Ethernet84 5,6,7,8 Eth22 22 100000
|
||||
Ethernet88 9,10,11,12 Eth23 23 100000
|
||||
Ethernet92 13,14,15,16 Eth24 24 100000
|
||||
Ethernet96 17,18,19,20 Eth25 25 100000
|
||||
Ethernet100 21,22,23,24 Eth26 26 100000
|
||||
Ethernet104 25,26,27,28 Eth27 27 100000
|
||||
Ethernet108 29,30,31,32 Eth28 28 100000
|
||||
Ethernet112 113,114,115,116 Eth29 29 100000
|
||||
Ethernet116 117,118,119,120 Eth30 30 100000
|
||||
Ethernet120 121,122,123,124 Eth31 31 100000
|
||||
Ethernet124 125,126,127,128 Eth32 32 100000
|
120
device/celestica/x86_64-cel_seastone-r0/plugins/sfputil.py
Executable file → Normal file
120
device/celestica/x86_64-cel_seastone-r0/plugins/sfputil.py
Executable file → Normal file
@ -13,12 +13,11 @@ except ImportError as e:
|
||||
class SfpUtil(SfpUtilBase):
|
||||
"""Platform-specific SfpUtil class"""
|
||||
|
||||
PORT_START = 0
|
||||
PORT_END = 31
|
||||
PORT_START = 1
|
||||
PORT_END = 32
|
||||
PORTS_IN_BLOCK = 32
|
||||
|
||||
_port_to_eeprom_mapping = {}
|
||||
qsfp_ports = range(0, PORTS_IN_BLOCK + 1)
|
||||
|
||||
@property
|
||||
def port_start(self):
|
||||
@ -30,7 +29,7 @@ class SfpUtil(SfpUtilBase):
|
||||
|
||||
@property
|
||||
def qsfp_ports(self):
|
||||
return range(0, self.PORTS_IN_BLOCK + 1)
|
||||
return range(self.PORT_START, self.PORTS_IN_BLOCK + 1)
|
||||
|
||||
@property
|
||||
def port_to_eeprom_mapping(self):
|
||||
@ -41,7 +40,10 @@ class SfpUtil(SfpUtilBase):
|
||||
eeprom_path = '/sys/bus/i2c/devices/i2c-{0}/{0}-0050/eeprom'
|
||||
|
||||
for x in range(self.PORT_START, self.PORT_END + 1):
|
||||
self.port_to_eeprom_mapping[x] = eeprom_path.format( x + 26 )
|
||||
if self.port_start == 1:
|
||||
self.port_to_eeprom_mapping[x] = eeprom_path.format((x - 1) + 26)
|
||||
else:
|
||||
self.port_to_eeprom_mapping[x] = eeprom_path.format(x + 26)
|
||||
SfpUtilBase.__init__(self)
|
||||
|
||||
def get_presence(self, port_num):
|
||||
@ -60,8 +62,14 @@ class SfpUtil(SfpUtilBase):
|
||||
# content is a string containing the hex representation of the register
|
||||
reg_value = int(content, 16)
|
||||
|
||||
# Determind if port_num start from 1 or 0
|
||||
if self.port_start == 1:
|
||||
bit_index = port_num - 1
|
||||
else:
|
||||
bit_index = port_num
|
||||
|
||||
# Mask off the bit corresponding to our port
|
||||
mask = (1 << port_num)
|
||||
mask = (1 << bit_index)
|
||||
|
||||
# ModPrsL is active low
|
||||
if reg_value & mask == 0:
|
||||
@ -85,8 +93,14 @@ class SfpUtil(SfpUtilBase):
|
||||
# content is a string containing the hex representation of the register
|
||||
reg_value = int(content, 16)
|
||||
|
||||
# Determind if port_num start from 1 or 0
|
||||
if self.port_start == 1:
|
||||
bit_index = port_num - 1
|
||||
else:
|
||||
bit_index = port_num
|
||||
|
||||
# Mask off the bit corresponding to our port
|
||||
mask = (1 << port_num)
|
||||
mask = (1 << bit_index)
|
||||
|
||||
# LPMode is active high
|
||||
if reg_value & mask == 0:
|
||||
@ -95,8 +109,96 @@ class SfpUtil(SfpUtilBase):
|
||||
return True
|
||||
|
||||
def set_low_power_mode(self, port_num, lpmode):
|
||||
raise NotImplementedError
|
||||
# Check for invalid port_num
|
||||
if port_num < self.port_start or port_num > self.port_end:
|
||||
return False
|
||||
|
||||
try:
|
||||
reg_file = open("/sys/devices/platform/dx010_cpld/qsfp_lpmode", "r+")
|
||||
except IOError as e:
|
||||
print "Error: unable to open file: %s" % str(e)
|
||||
return False
|
||||
|
||||
content = reg_file.readline().rstrip()
|
||||
|
||||
# content is a string containing the hex representation of the register
|
||||
reg_value = int(content, 16)
|
||||
|
||||
# Determind if port_num start from 1 or 0
|
||||
if self.port_start == 1:
|
||||
bit_index = port_num - 1
|
||||
else:
|
||||
bit_index = port_num
|
||||
|
||||
# Mask off the bit corresponding to our port
|
||||
mask = (1 << bit_index)
|
||||
|
||||
# LPMode is active high; set or clear the bit accordingly
|
||||
if lpmode is True:
|
||||
reg_value = reg_value | mask
|
||||
else:
|
||||
reg_value = reg_value & ~mask
|
||||
|
||||
# Convert our register value back to a hex string and write back
|
||||
content = hex(reg_value).strip('L')
|
||||
|
||||
reg_file.seek(0)
|
||||
reg_file.write(content)
|
||||
reg_file.close()
|
||||
|
||||
return True
|
||||
|
||||
def reset(self, port_num):
|
||||
raise NotImplementedError
|
||||
# Check for invalid port_num
|
||||
if port_num < self.port_start or port_num > self.port_end:
|
||||
return False
|
||||
|
||||
try:
|
||||
reg_file = open("/sys/devices/platform/dx010_cpld/qsfp_reset", "r+")
|
||||
except IOError as e:
|
||||
print "Error: unable to open file: %s" % str(e)
|
||||
return False
|
||||
|
||||
content = reg_file.readline().rstrip()
|
||||
|
||||
# File content is a string containing the hex representation of the
|
||||
# register
|
||||
reg_value = int(content, 16)
|
||||
|
||||
# Determind if port_num start from 1 or 0
|
||||
if self.port_start == 1:
|
||||
bit_index = port_num - 1
|
||||
else:
|
||||
bit_index = port_num
|
||||
|
||||
# Mask off the bit corresponding to our port
|
||||
mask = (1 << bit_index)
|
||||
|
||||
# ResetL is active low
|
||||
reg_value = reg_value & ~mask
|
||||
|
||||
# Convert our register value back to a hex string and write back
|
||||
reg_file.seek(0)
|
||||
reg_file.write(hex(reg_value).rstrip('L'))
|
||||
reg_file.close()
|
||||
|
||||
# Sleep 1 second to allow it to settle
|
||||
time.sleep(1)
|
||||
|
||||
# Flip the bit back high and write back to the register to take port
|
||||
# out of reset
|
||||
try:
|
||||
reg_file = open("/sys/devices/platform/dx010_cpld/qsfp_reset", "w")
|
||||
except IOError as e:
|
||||
print "Error: unable to open file: %s" % str(e)
|
||||
return False
|
||||
|
||||
reg_value = reg_value | mask
|
||||
reg_file.seek(0)
|
||||
reg_file.write(hex(reg_value).rstrip('L'))
|
||||
reg_file.close()
|
||||
|
||||
return True
|
||||
|
||||
def get_transceiver_change_event(self, timeout=0):
|
||||
raise NotImplementedError
|
||||
|
Reference in New Issue
Block a user