> -----Original Message----- > From: David Marchand <[email protected]> > Sent: Saturday, October 31, 2020 5:02 PM > To: McDaniel, Timothy <[email protected]> > Cc: dev <[email protected]>; Carrillo, Erik G <[email protected]>; Eads, > Gage <[email protected]>; Van Haaren, Harry > <[email protected]>; Jerin Jacob Kollanukkaran > <[email protected]>; Thomas Monjalon <[email protected]> > Subject: Re: [dpdk-dev] [PATCH v14 12/23] event/dlb: add queue setup > > On Sat, Oct 31, 2020 at 7:20 PM Timothy McDaniel > <[email protected]> wrote: > > + if (i == DLB_NUM_SN_GROUPS) { > > + printf("[%s()] No groups with %d sequence_numbers are > > available or > have free slots\n", > > + __func__, sequence_numbers); > > No printf in a driver. > > > > + return; > > + } > > > -- > David Marchand
Addressed in next patchset

