oom icon indicating copy to clipboard operation
oom copied to clipboard

Results 9 oom issues
Sort by recently updated
recently updated
newest added

CSFP based on SFF-8472 and support B0h/B2h in addition to A0h/A2h. (reference: CSFP-33-A4K1DBT) Will this type of transceiver be supported?

Hi, I'm working on a Mellanox switch SN2010. On top I have installed the last version of SONiC and then I looked for optoe driver that wasn't installed. 1)How can...

Hello, How can we create a new directory and install this project on cisco sf300 switch and fs 1130 switch? Thanks in advance.

Get such key-value pair when reading SERIAL_ID from SFP HG Genuine MXPD-243S. ``` 'VENDOR_NAME': 'HG GENUINE\x00\x00\x00\x00\x00\x00' ``` To me it seems strange. i2cdump of this SFP. ``` root@raspberrypi:~# i2cdump -y...

I'm trying to read SERIAL_ID data from module and write it to InfluxDB. ``` >>> db.write_points([{'fields': {'LENGTH_SMF': 10000, 'ENCODING': 1, 'ENHANCED_OPTIONS': 176, 'CONNECTOR': 7, 'TRANSCEIVER_EXT': 0, 'VENDOR_PN': 'LS38-C3S-TC-N-DD', 'LENGTH_SMF_KM': 10000,...

oom_get_memory(port, 'DOM') needs to read 10 bytes (SFP) or 36 bytes (QSFP), but it always reads 128 bytes to fill the page cache. Try to optimize this. It should be...

oom_get_cached_sff will accept any length. If the length exceeds the end of the page, it will call itself recursively with the length reduced by the amount already read from the...

Optoe driver compilation fails with Linux kernel 6.1.55. Would you provide a patch to correct the issue?