[dpdk-dev] [PATCH v2 4/6] net/pcap: add libpcap wrappers

Dmitry Kozlyuk dmitry.kozliuk at gmail.com
Tue Mar 2 00:23:57 CET 2021


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.


More information about the dev mailing list