Re: [**EXTERNAL**] Re: rte_mempool_create fails with --no-huge

2024-12-05 Thread David Marchand
On Thu, Dec 5, 2024 at 10:28 PM Alipour, Mehrdad wrote: > > Hello David/Dmitry, > > After adding -d , I can now see all the pmd shared libs > loading fine and rte_mempool_create works with --no-huge. Adding -d should be unneeded with a properly installed DPDK. You should double check what I ment

RE: [**EXTERNAL**] Re: rte_mempool_create fails with --no-huge

2024-12-05 Thread Alipour, Mehrdad
: Dmitry Kozlyuk ; dev@dpdk.org Subject: Re: [**EXTERNAL**] Re: rte_mempool_create fails with --no-huge Hello, On Thu, Dec 5, 2024 at 12:05 AM Alipour, Mehrdad wrote: > > Hi Dmitry, > > Your observation is good! > But I have the /usr/lib/dpdk/pmds-24.0 in the LD_LIBRARY_PATH but since t

Re: [**EXTERNAL**] Re: rte_mempool_create fails with --no-huge

2024-12-05 Thread David Marchand
Hello, On Thu, Dec 5, 2024 at 12:05 AM Alipour, Mehrdad wrote: > > Hi Dmitry, > > Your observation is good! > But I have the /usr/lib/dpdk/pmds-24.0 in the LD_LIBRARY_PATH but since the > host does not have a match glibc, I have to run it with ld-linux-x86-64.so.2 > specifying LD_LIBRARY_PATH w

RE: [**EXTERNAL**] Re: rte_mempool_create fails with --no-huge

2024-12-04 Thread Alipour, Mehrdad
Hi Dmitry, Your observation is good! But I have the /usr/lib/dpdk/pmds-24.0 in the LD_LIBRARY_PATH but since the host does not have a match glibc, I have to run it with ld-linux-x86-64.so.2 specifying LD_LIBRARY_PATH with equivalent --library-path. Here is the entire cmd I use to run testpmd: