nvme: remove unused rte_* includes

Change-Id: I9a1e6fab58af3a4b7ba5d408c393a00fc177d3a6
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
Prashanth Nayak 2017-04-03 09:47:52 -07:00 committed by Daniel Verkamp
parent 36a793ad63
commit 1e4920b261
6 changed files with 1 additions and 16 deletions

View File

@ -38,9 +38,6 @@
#include <unistd.h>
#include <string.h>
#include <rte_config.h>
#include <rte_lcore.h>
#include "spdk/log.h"
#include "spdk/nvme.h"
#include "spdk/env.h"

View File

@ -42,9 +42,6 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <rte_config.h>
#include <rte_lcore.h>
#include "spdk/nvme.h"
#include "spdk/env.h"
#include "spdk/util.h"

View File

@ -37,9 +37,6 @@
#include <unistd.h>
#include <inttypes.h>
#include <rte_config.h>
#include <rte_lcore.h>
#include "spdk/nvme.h"
#include "spdk/env.h"

View File

@ -38,9 +38,6 @@
#include <unistd.h>
#include <string.h>
#include <rte_config.h>
#include <rte_lcore.h>
#include "spdk/log.h"
#include "spdk/nvme.h"
#include "spdk/env.h"

View File

@ -41,9 +41,6 @@
#include <inttypes.h>
#include <string.h>
#include <rte_config.h>
#include <rte_lcore.h>
#include "spdk/nvme.h"
#include "spdk/env.h"

View File

@ -434,7 +434,7 @@ work_fn(void)
{
uint64_t tsc_end;
printf("Starting work_fn on core %u\n", rte_lcore_id());
printf("Starting work_fn\n");
/* Allocate a queue pair for each namespace. */
if (init_ns_worker_ctx() != 0) {