struct tapi_nvme_onvme_target_opts

Overview

ONVMe target opts More…

#include <tapi_nvme_onvme_target.h>

struct tapi_nvme_onvme_target_opts {
    // fields

    bool is_nullblock;
    te_string cores;
    unsigned max_worker_conn;
    int log_level;
};

Detailed Documentation

ONVMe target opts

Fields

bool is_nullblock

Target use nullblock instend nvme dev

te_string cores

Target will use the specified cpu

unsigned max_worker_conn

Maximum number of connections to accept per worker

int log_level

Log level of ONVMe proccess