> > TEST_TYPE_UNALIGNED_9K_FRAME > > > > > + if (!hugepages_present(test->ifobj_tx)) { > > > + ksft_test_result_skip("No 2M huge pages present.\n"); > > > + return; > > > + } > > > + test_spec_set_name(test, "RUN_TO_COMPLETION_9K_FRAME_SIZE"); > > > > UNALIGNED_MODE_9K > > _9K_FRAME_SIZE it should have been. Hit send too early. > Fixed in the v2 patchset (coming soon). Kal