On Sun, May 31, 2020 at 6:12 PM Fady Bader <f...@mellanox.com> wrote: > > Tracing is not supported for Windows. > Disabled all trace calls in for Windows.
What is the current major issue to enable Trace for windows?. Trace does not need to rte_malloc support, it can work with malloc as well incase rte_malloc is not available. If there is not a major issue in enabling trace for windows, we should enable trace instead of introducing conditional compilation stuff. > > Signed-off-by: Fady Bader <f...@mellanox.com> > --- > lib/librte_mempool/mempool_trace_points.c | 4 ++++ > lib/librte_mempool/rte_mempool.c | 20 ++++++++++++++++++++ > lib/librte_mempool/rte_mempool.h | 22 ++++++++++++++++++++++ > lib/librte_mempool/rte_mempool_ops.c | 8 ++++++++ > lib/librte_mempool/rte_mempool_trace_fp.h | 3 +++ > 5 files changed, 57 insertions(+) >