lib/env_dpdk: change rte_hash dependency from raid5 to FC
At this time raid5 bdev does not depend on rte_hash in any way. Meanwhile NVMe-oF Fibre Channel transport does. This patch reflects that in the mk file for env_dpdk. Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Change-Id: I2ba3e016337866f80fc7a6043cef87bf33cf2373 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/10523 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
parent
67dc2705f6
commit
2aa9c4824a
@ -133,7 +133,7 @@ DPDK_LIB_LIST += rte_cryptodev
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_RAID5),y)
|
||||
ifeq ($(CONFIG_FC),y)
|
||||
LINK_HASH=y
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user