Re: [dpdk-dev] [PATCH v3] eal: disable tracing on Windows

2020-04-26 Thread Thomas Monjalon
26/04/2020 19:46, Jerin Jacob: > On Sun, Apr 26, 2020 at 10:12 PM Dmitry Kozlyuk > wrote: > > > > Fix build errors caused by using Unix-specific functions in common code. > > Hide and disable command-line options related to tracing on Windows. > > > > Fixes: 3d26a70ae338 ("trace: add trace configu

Re: [dpdk-dev] [PATCH v3] eal: disable tracing on Windows

2020-04-26 Thread Jerin Jacob
On Sun, Apr 26, 2020 at 10:12 PM Dmitry Kozlyuk wrote: > > Fix build errors caused by using Unix-specific functions in common code. > Hide and disable command-line options related to tracing on Windows. > > Fixes: 3d26a70ae338 ("trace: add trace configuration parameter") > Fixes: 3b155d24bdaf ("tr

[dpdk-dev] [PATCH v3] eal: disable tracing on Windows

2020-04-26 Thread Dmitry Kozlyuk
Fix build errors caused by using Unix-specific functions in common code. Hide and disable command-line options related to tracing on Windows. Fixes: 3d26a70ae338 ("trace: add trace configuration parameter") Fixes: 3b155d24bdaf ("trace: hook subsystem to Linux") Reported-by: Pallavi Kadam Suggest