[dpdk-dev] [dpdk-techboard] ABI/API stability towards drivers

Ferruh Yigit ferruh.yigit at intel.com
Fri Jul 2 11:45:40 CEST 2021


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.


More information about the dev mailing list