IoUringAssmEngn: Disable debugging for compact kernel results

This commit is contained in:
2025-11-12 12:33:38 -04:00
parent 4dbb27fd1f
commit 91e0fd0f8e
@@ -524,12 +524,15 @@ public:
return;
}
#if 0
// Artificially create random dummy slots for testing
context->engine.randomDummySlotFiller(context->loop);
#endif
// Fill un-assembled slots with dummy datagrams
context->engine.fillUnAssembledSlotsWithDummyDgrams();
#if 0
// Print first 4 bytes of each slot (whether assembled or not)
if (context->engine.frameAssemblyDesc)
{
@@ -537,6 +540,7 @@ public:
context->engine.printSlotBytes(i, 4);
}
}
#endif
if (context->loop.nSucceeded.load() >= context->loop.nTotal)
{