Re: [dpdk-dev] [PATCH v6 2/5] eal/windows: hide asprintf() shim

2021-03-26 Thread Thomas Monjalon
20/03/2021 14:05, Dmitry Kozlyuk: > Make asprintf(3) implementation for Windows private to EAL, so that it's > hidden from external consumers. It is not exposed to internal consumers > either, because they don't need asprintf() and also because callers from > other modules would have no reliable wa

[dpdk-dev] [PATCH v6 2/5] eal/windows: hide asprintf() shim

2021-03-20 Thread Dmitry Kozlyuk
Make asprintf(3) implementation for Windows private to EAL, so that it's hidden from external consumers. It is not exposed to internal consumers either, because they don't need asprintf() and also because callers from other modules would have no reliable way to free allocated memory. Signed-off-by