The newest ena-com HAL supports LLQ and introduces few API changes.
The driver had to be updated to follow up those changes.
List of changes:
- Change version of the driver to 0.8.0
- Update ENA Makefile to make usage of LinuxKPI which is now used in ena-com platform code
- Add reset reasons when triggering reset of the device
- Reset device after attach fails
- In the reset task. free management irq after calling ena_down. Admin queue can still be used before ena_down is called, or when it is being handled.
- Do not reset device if ena_reset_task fails
- Move call of the ena_com_dev_reset to the ena_down() routine - it should be called only if interface was up
- Use different function for checking empty space on the sq ring (ena-com API change)
- Fix typo on ENA_TX_CLEANUP_THRESHOLD
- Change checking for EPERM with EOPNOTSUPP - change in the ena-com API