On Mon, 10 Dec 2018 11:45:37 +0000 "Burakov, Anatoly" <anatoly.bura...@intel.com> wrote:
> > /* Skip this BAR */ > > + RTE_LOG(INFO, EAL, "Skipping BAR%d\n", bar_index); > > return 0; > > I would perhaps make it a DEBUG rather than INFO. And drop the comment...