Problem: For regular DEVIOs, the LOG filename is fully specified by DEVMNGR, but for RFFE DEVIOs it is generated by the striping the last part (basename) and appending another suffix to it. This is confusing and makes maintenance difficult.
Solution: DEVMNGR should only pass to DEVIO the Log prefix and let the DEVIO decide the basename. For now, we use the uTCA SLOT ID for AFCv3 boards and the /dev/fpgaXXX ID for ML605 boards.
Issue by lerwys Monday Jun 15, 2015 at 16:27 GMT Originally opened as https://github.com/lnls-dig/bpm-sw/issues/99
Problem: For regular DEVIOs, the LOG filename is fully specified by DEVMNGR, but for RFFE DEVIOs it is generated by the striping the last part (basename) and appending another suffix to it. This is confusing and makes maintenance difficult.
Solution: DEVMNGR should only pass to DEVIO the Log prefix and let the DEVIO decide the basename. For now, we use the uTCA SLOT ID for AFCv3 boards and the /dev/fpgaXXX ID for ML605 boards.