sonic-buildimage/device/dell
Harish Venkatraman 43aa19ca9b [dell/Z9100] Fix for optics not detected in fanout mode (#2496)
* [dell/Z9100] Fix for optics not detected in fanout mode

This commit fixes the issue of optics not detected
error while running sfputil show eeprom command. The root
casuse was the value of port index from port_config.ini for
fan out scenario. The port index should be starting from 0
and not 1. Platform cpld registers are assuming the port
numbers to start from 0 (lowermost bit), sfputils.py uses this
port number in get_presence function. Since the indexing passed
is wrong the optics was not detected and gave SFP EEPROM not
detected message.

Signed-off-by: Harish Venkatraman <Harish_Venkatraman@Dell.com>

* [dell/z9100] Fix for optics not detected in fanout mode

This commit fixes the issue of optics not detected error
while running sfputil show eeprom command. The root cause
was wrong port_index in fan out scenarios. Earlier fix of
changing the port_config.ini is reverted and changes made
in z9100 platform specific sfputil.py file. The port number
is decrement and tested for both 100G and 50G fanout cases.
Tested for the following show commands and test was succesful
show interfaces status, show interfaces transceiver eeprom,
show interfaces transceiver lpmode, show interface tranceiver
presence.

Signed-off-by: Harish Venkatraman <Harish_Venkatraman@Dell.com>
2019-02-16 09:59:51 -08:00
..
x86_64-dell_s6000_s1220-r0 [QoS]: fix size and xoff value on a7050-QX-32S, -QX32, and s6000(#2527) 2019-02-04 22:27:01 -08:00
x86_64-dell_s6100_c2538-r0 [QoS]: QoS Config change for multiple devices (#2505) 2019-01-30 19:00:13 -08:00
x86_64-dell_z9100_c2538-r0 [dell/Z9100] Fix for optics not detected in fanout mode (#2496) 2019-02-16 09:59:51 -08:00
x86_64-dellemc_z9264f_c3538-r0 [devices]: Dell z9264f bringup (#2415) 2019-01-08 21:14:18 -08:00