RE: DPDK 22.11 Troubleshooting

2023-05-10 Thread Gilbert Carrillo
-Original Message- From: Bruce Richardson Sent: Tuesday, May 9, 2023 3:43 AM To: Gilbert Carrillo Cc: dev@dpdk.org Subject: Re: DPDK 22.11 Troubleshooting On Mon, May 08, 2023 at 11:26:59PM +, Gilbert Carrillo wrote: > > > -Original Message- > From: Bruc

Re: DPDK 22.11 Troubleshooting

2023-05-09 Thread Bruce Richardson
On Tue, May 09, 2023 at 02:16:39PM +, Gilbert Carrillo wrote: > > > -Original Message- > From: Bruce Richardson > Sent: Tuesday, May 9, 2023 3:43 AM > To: Gilbert Carrillo > Cc: dev@dpdk.org > Subject: Re: DPDK 22.11 Troubleshooting > > On Mon, Ma

Re: DPDK 22.11 Troubleshooting

2023-05-09 Thread Bruce Richardson
On Mon, May 08, 2023 at 11:26:59PM +, Gilbert Carrillo wrote: > > > -Original Message- > From: Bruce Richardson > Sent: Wednesday, May 3, 2023 11:18 AM > To: Gilbert Carrillo > Cc: dev@dpdk.org > Subject: Re: DPDK 22.11 Troubleshooting > > On Wed, Ma

RE: DPDK 22.11 Troubleshooting

2023-05-09 Thread Gilbert Carrillo
-Original Message- From: Bruce Richardson Sent: Wednesday, May 3, 2023 11:18 AM To: Gilbert Carrillo Cc: dev@dpdk.org Subject: Re: DPDK 22.11 Troubleshooting On Wed, May 03, 2023 at 04:53:20PM +, Gilbert Carrillo wrote: > Make static returns an error (see attached). >

RE: DPDK 22.11 Troubleshooting

2023-05-04 Thread Gilbert Carrillo
-Original Message- From: Bruce Richardson Sent: Wednesday, May 3, 2023 11:18 AM To: Gilbert Carrillo Cc: dev@dpdk.org Subject: Re: DPDK 22.11 Troubleshooting On Wed, May 03, 2023 at 04:53:20PM +, Gilbert Carrillo wrote: > Make static returns an error (see attached). >

RE: DPDK 22.11 Troubleshooting

2023-05-04 Thread Gilbert Carrillo
Make static returns an error (see attached). v/R, Gilbert -Original Message- From: Bruce Richardson Sent: Wednesday, May 3, 2023 10:35 AM To: Gilbert Carrillo Cc: dev@dpdk.org Subject: Re: DPDK 22.11 Troubleshooting On Wed, May 03, 2023 at 04:22:05PM +, Gilbert Carrillo wrote

RE: DPDK 22.11 Troubleshooting

2023-05-04 Thread Gilbert Carrillo
From: Bruce Richardson Sent: Wednesday, May 3, 2023 2:28 AM To: Gilbert Carrillo Cc: dev@dpdk.org Subject: Re: DPDK 22.11 Troubleshooting On Mon, May 01, 2023 at 10:27:05PM +, Gilbert Carrillo wrote: >Hello, > > >I installed DPDK version 22.11 and the QDMA DPDK driv

Re: DPDK 22.11 Troubleshooting

2023-05-03 Thread Bruce Richardson
see libelf listed on the linker flags when I run "make static", and things link properly. I'm wondering how my setup may differ from yours. /Bruce > -Original Message- > From: Bruce Richardson > Sent: Wednesday, May 3, 2023 10:35 AM > To: Gilbert Ca

Re: DPDK 22.11 Troubleshooting

2023-05-03 Thread Bruce Richardson
s it flows from top to bottom. Looks like we are missing libelf in the linker command when using "make static". May need some investigation. > -Original Message- > From: Bruce Richardson > Sent: Wednesday, May 3, 2023 10:35 AM > To: Gilbert Carrillo > Cc

Re: DPDK 22.11 Troubleshooting

2023-05-03 Thread Bruce Richardson
On Wed, May 03, 2023 at 04:22:05PM +, Gilbert Carrillo wrote: > Hi Bruce, > > Thank you for the response. > > There is no errors when I run the makefile, however I do see a difference in > the programs. I don't believe the makefile is linking all the libraries > together as intended. > >

Re: DPDK 22.11 Troubleshooting

2023-05-03 Thread Bruce Richardson
On Mon, May 01, 2023 at 10:27:05PM +, Gilbert Carrillo wrote: >Hello, > > >I installed DPDK version 22.11 and the QDMA DPDK driver. However, I am >having trouble compiling the test applications. > > >I have a c++ program that has an external buffer and my end goal is to >

DPDK 22.11 Troubleshooting

2023-05-02 Thread Gilbert Carrillo
Hello, I installed DPDK version 22.11 and the QDMA DPDK driver. However, I am having trouble compiling the test applications. I have a c++ program that has an external buffer and my end goal is to attach/map an mbuf to my external buffer for zero-copy DMA. Currently I use CMAKE to compile my p