Commit f8bd117d authored by Tomasz Zawadzki's avatar Tomasz Zawadzki
Browse files

dpdkbuild: add log library dependency



Starting with DPDK 23.11 logging was abstracted out of EAL,
while remaining a dependency for EAL and other libs.

See commit in DPDK:
(09ce413) log: separate logging functions out of EAL

Note: There is no need to add DPDK version check,
further down the file the DPDK_DISABLED_LIBS filters out
any non existent libs.

Signed-off-by: default avatarTomasz Zawadzki <tomasz.zawadzki@intel.com>
Change-Id: I3d1843f7ca983f994abc2778209aacc640250cff
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21070


Reviewed-by: default avatarJim Harris <jim.harris@samsung.com>
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Community-CI: Mellanox Build Bot
Reviewed-by: default avatarKonrad Sztyber <konrad.sztyber@intel.com>
parent 1826245a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ DPDK_DRIVERS = bus bus/pci bus/vdev mempool/ring

# Core DPDK libs
DPDK_LIBS = eal ring mempool pci
DPDK_LIBS += kvargs telemetry
DPDK_LIBS += log kvargs telemetry
# Governor required libs
DPDK_LIBS += power timer ethdev net