Commit f50ea144 authored by Daniel Verkamp's avatar Daniel Verkamp
Browse files

rocksdb: stop passing $DPDK_DIR to db_bench build



The RocksDB SPDK environment no longer depends directly on DPDK.

Change-Id: Ifcabcd137292f86724a1e3fed93abb94fa5a2344
Signed-off-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent 8375124f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
3. Build RocksDB.  Note that currently only the db_bench benchmarking tool is integrated with BlobFS.
   (Note: add "DEBUG_LEVEL=0" for a release build.)

	make db_bench DPDK_DIR=path/to/dpdk/x86_64-native-linuxapp-gcc SPDK_DIR=path/to/spdk
	make db_bench SPDK_DIR=path/to/spdk

4. Copy etc/spdk/rocksdb.conf.in to /usr/local/etc/spdk/rocksdb.conf.

+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ timing_enter rocksdb
timing_enter db_bench_build

pushd $DB_BENCH_DIR
$MAKE db_bench $MAKEFLAGS $MAKECONFIG DEBUG_LEVEL=0 SPDK_DIR=$rootdir DPDK_DIR=$DPDK_DIR
$MAKE db_bench $MAKEFLAGS $MAKECONFIG DEBUG_LEVEL=0 SPDK_DIR=$rootdir
popd

timing_exit db_bench_build