tldk: swtich to use DPDK 20.11 LTS 87/33987/9
authorKonstantin Ananyev <[email protected]>
Thu, 30 Sep 2021 10:05:39 +0000 (10:05 +0000)
committerKonstantin Ananyev <[email protected]>
Wed, 10 Nov 2021 11:55:12 +0000 (11:55 +0000)
commitb792c1f27d58040f3a815da18183d329bd6bd84b
treedef302a01c2136211651fb90994806ae1ff0a32a
parentf71107b4dd6a4b8b1cd28d7339c924f1b013cfa4
tldk: swtich to use DPDK 20.11 LTS

As in DPDK 20.11 'make' is not supported any more,
switch to use pkg-conf approach.
Note that RTE_SDK now should point to your DPDK package installation path.

Signed-off-by: Konstantin Ananyev <[email protected]>
Change-Id: I4a3c394758e183a3ddcdb45a0562a81583daaab6
Signed-off-by: Konstantin Ananyev <[email protected]>
30 files changed:
Makefile
dpdk/Makefile
examples/Makefile
examples/l4fwd/Makefile
examples/l4fwd/lcore.h
examples/l4fwd/main.c
lib/Makefile
lib/libtle_dring/Makefile
lib/libtle_l4p/Makefile
lib/libtle_l4p/ctx.c
lib/libtle_l4p/syncookie.h
lib/libtle_memtank/Makefile
lib/libtle_misc/Makefile
lib/libtle_misc/tle_dpdk_wrapper.h
lib/libtle_timer/Makefile
mk/tle.app.mk
mk/tle.cpp-obj.mk [deleted file]
mk/tle.cpp-pre.mk [deleted file]
mk/tle.cpp-vars.mk [deleted file]
mk/tle.lib.mk
mk/tle.subdir.mk
mk/tle.var.mk [new file with mode: 0644]
test/Makefile
test/dring/Makefile
test/dring/test_dring.c
test/gtest/Makefile
test/gtest/test_tle_dring.h
test/memtank/Makefile
test/memtank/test_memtank.c
test/timer/Makefile