Tags: CloudNativeDataPlane/cndp
Tags
update version to v24.07.0 Signed-off-by: Keith Wiles <[email protected]>
bump version for latest fixes Signed-off-by: Keith Wiles <[email protected]>
update version Signed-off-by: Keith Wiles <[email protected]>
Fix uintr compile on RHEL 9 It is not enough to check for -muintr compiler flag on RHEL 9. The linker produces the following error messages: /tmp/ccaRDbYW.s: Assembler messages: /tmp/ccaRDbYW.s:260: Error: no such instruction: `stui' /tmp/ccaRDbYW.s:626: Error: no such instruction: `clui' /tmp/ccaRDbYW.s:754: Error: no such instruction: `senduipi %rax' To avoid this, check to see if a simple program links. If it does, the toolchain should be able to build programs using uintr. Signed-off-by: Jeff Shaw <[email protected]>