2021-03-02 02:05, Dmitry Kozlyuk: > 2021-03-01 21:43, Nick Connolly: > > > Complete removal of non-standard dependencies in headers is within a > > > grasp. > > > Then we can remove shims and include whatever needed. > > > Thoughts? > > Sounds good. A couple of 'gotchas' that I've come across (but may not be > > an issue for DPDK): > > > > * Memory allocation / free that spans a dll boundary (see earlier email). > > > > Not sure which email you mean, could you give a link?
There it is: https://mails.dpdk.org/archives/dev/2021-February/200105.html Yes, of course malloc/free shall be both on either library or caller site.