enum test_op_requiredΒΆ

#include <dpdk_pmd_ts.h>

enum test_op_required {
    TEST_OP_OPTIONAL = 0,
    TEST_OP_REQUIRED,
};