On 7/2/2021 10:00 AM, Morten Brørup wrote: > Regarding the ongoing ABI stability project, it is suggested to export driver > interfaces as internal. > > What are we targeting regarding ABI and API stability towards drivers? >
Hi Morten, It is about some device abstraction libraries, like cryptodev, exposing the internal driver to library interface to the application. And any change on them causing an unnecessary ABI break. So target is not drivers, but hide everything from application that only needs to be between lib and driver.