IoUringAssmEngn: Disable debugging for compact kernel results
This commit is contained in:
@@ -524,12 +524,15 @@ public:
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
// Artificially create random dummy slots for testing
|
// Artificially create random dummy slots for testing
|
||||||
context->engine.randomDummySlotFiller(context->loop);
|
context->engine.randomDummySlotFiller(context->loop);
|
||||||
|
#endif
|
||||||
|
|
||||||
// Fill un-assembled slots with dummy datagrams
|
// Fill un-assembled slots with dummy datagrams
|
||||||
context->engine.fillUnAssembledSlotsWithDummyDgrams();
|
context->engine.fillUnAssembledSlotsWithDummyDgrams();
|
||||||
|
|
||||||
|
#if 0
|
||||||
// Print first 4 bytes of each slot (whether assembled or not)
|
// Print first 4 bytes of each slot (whether assembled or not)
|
||||||
if (context->engine.frameAssemblyDesc)
|
if (context->engine.frameAssemblyDesc)
|
||||||
{
|
{
|
||||||
@@ -537,6 +540,7 @@ public:
|
|||||||
context->engine.printSlotBytes(i, 4);
|
context->engine.printSlotBytes(i, 4);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
if (context->loop.nSucceeded.load() >= context->loop.nTotal)
|
if (context->loop.nSucceeded.load() >= context->loop.nTotal)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user