On Sat, Oct 31, 2020 at 7:20 PM Timothy McDaniel <timothy.mcdan...@intel.com> 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