rte_hash implementation details

2024-02-29 Thread Nadirbek Nurlybekov
Hello DPDK Users, I hope this email finds you all in good spirits. My name is Nadirbek, and I'm currently in the process of understanding the rte_hash table implementation. As I explore the codebase and its functionalities, I've encountered a question regarding a specific aspect of the rte_hash

Re: How to enable logging and where to find the logs

2024-02-29 Thread David Marchand
Hello, On Thu, Feb 29, 2024 at 9:51 AM Sindhura Bandi wrote: > > I might be asking a basic question here. I'm facing some issues while > bringing up a dpdk interface on ovs-dpdk on debian-12. Dpdk version is > 22.11.1. > Dpdk seems to fail to allocate a mempool, even though there seem to be

RE: How to enable logging and where to find the logs

2024-02-29 Thread Tummala, Sivaprasad
[AMD Official Use Only - General] Hi Sindhu, You can try enabling the dpdk logging with: ovs-appctl vlog/set file:dpdk:dbg DPDK logs should be in ovs-vswitchd log itself as indicated below. 2024-02-29T11:02:54.327Z|00115|dpif_netdev|INFO|Core 10 on numa node 0 assigned port 'dpdk0' rx

How to enable logging and where to find the logs

2024-02-29 Thread Sindhura Bandi
Hi Everyone, I might be asking a basic question here. I'm facing some issues while bringing up a dpdk interface on ovs-dpdk on debian-12. Dpdk version is 22.11.1. Dpdk seems to fail to allocate a mempool, even though there seem to be enough free huge page memory available on the machine. I

RE: DPDK Pdump tool is not able to attach to DPDK test pmd primary application

2024-02-29 Thread Sameer Vaze
I don't think the pdump application is doing the transmit/receive. Am I missing something in the command line arguments I passed below that would configure it to transmit/receive? Passing in the rx-dev and tx-dev as pcap should not cause that right? The documentation mentions those as