Loading app/nvmf_tgt/conf.c +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ #include <rte_config.h> #include <rte_lcore.h> #include "conf.h" #include "nvmf_tgt.h" #include "nvmf/subsystem.h" #include "nvmf/transport.h" #include "spdk/conf.h" Loading app/nvmf_tgt/nvmf_tgt.c +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ #include <rte_memzone.h> #include <rte_mempool.h> #include "conf.h" #include "nvmf_tgt.h" #include "spdk/event.h" Loading app/nvmf_tgt/conf.h→app/nvmf_tgt/nvmf_tgt.h +3 −4 Original line number Diff line number Diff line Loading @@ -31,8 +31,8 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef NVMF_CONF_H #define NVMF_CONF_H #ifndef NVMF_TGT_H #define NVMF_TGT_H struct spdk_nvmf_tgt_conf { uint32_t acceptor_lcore; Loading @@ -40,7 +40,6 @@ struct spdk_nvmf_tgt_conf { extern struct spdk_nvmf_tgt_conf g_spdk_nvmf_tgt_conf; int spdk_nvmf_parse_conf(void); int spdk_nvmf_parse_conf(void); #endif Loading
app/nvmf_tgt/conf.c +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ #include <rte_config.h> #include <rte_lcore.h> #include "conf.h" #include "nvmf_tgt.h" #include "nvmf/subsystem.h" #include "nvmf/transport.h" #include "spdk/conf.h" Loading
app/nvmf_tgt/nvmf_tgt.c +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ #include <rte_memzone.h> #include <rte_mempool.h> #include "conf.h" #include "nvmf_tgt.h" #include "spdk/event.h" Loading
app/nvmf_tgt/conf.h→app/nvmf_tgt/nvmf_tgt.h +3 −4 Original line number Diff line number Diff line Loading @@ -31,8 +31,8 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #ifndef NVMF_CONF_H #define NVMF_CONF_H #ifndef NVMF_TGT_H #define NVMF_TGT_H struct spdk_nvmf_tgt_conf { uint32_t acceptor_lcore; Loading @@ -40,7 +40,6 @@ struct spdk_nvmf_tgt_conf { extern struct spdk_nvmf_tgt_conf g_spdk_nvmf_tgt_conf; int spdk_nvmf_parse_conf(void); int spdk_nvmf_parse_conf(void); #endif