Hi Experts, I would like to access DPDK symbols while running VPP in gdb. I made the following change and it didn't help. How can I make the DPDK symbols available ?
diff --git a/build/external/packages/dpdk.mk b/build/external/packages/dpdk.mk index 720682618..cf62c3f5b 100644 --- a/build/external/packages/dpdk.mk +++ b/build/external/packages/dpdk.mk @@ -13,7 +13,7 @@ DPDK_PKTMBUF_HEADROOM ?= 128 DPDK_USE_LIBBSD ?= n -DPDK_DEBUG ?= n +DPDK_DEBUG ?= y DPDK_MLX4_PMD ?= n DPDK_MLX5_PMD ?= n DPDK_MLX5_COMMON_PMD ?= n Thanks Govind > -----Original Message----- > From: [email protected] <[email protected]> On Behalf Of Govindarajan > Mohandoss via lists.fd.io > Sent: Sunday, February 27, 2022 7:31 PM > To: vpp-dev <[email protected]> > Cc: nd <[email protected]>; Yoan Picchi <[email protected]>; nd > <[email protected]> > Subject: [vpp-dev] Building VPP + External DPDK > > Hi all, > Can you please share the steps to build VPP with external DPDK ? > > Thanks > Govind
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#20931): https://lists.fd.io/g/vpp-dev/message/20931 Mute This Topic: https://lists.fd.io/mt/89441756/21656 Group Owner: [email protected] Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
