On Sun, Apr 26, 2020 at 10:12 PM Dmitry Kozlyuk <dmitry.kozl...@gmail.com> 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 ("trace: hook subsystem to Linux") > > Reported-by: Pallavi Kadam <pallavi.ka...@intel.com> > Suggested-by: Thomas Monjalon <tho...@monjalon.net> > Signed-off-by: Dmitry Kozlyuk <dmitry.kozl...@gmail.com>
Acked-by: Jerin Jacob <jer...@marvell.com> > --- > lib/librte_eal/common/eal_common_options.c | 6 ++++++ > lib/librte_eal/common/eal_common_thread.c | 5 +++++ > 2 files changed, 11 insertions(+) >