[dpdk-users] [DISCUSSION] code snippet documentation

2021-07-15 Thread Asaf Penso
Hello DPDK community, I would like to bring up a discussion about a way to have code snippets as an example for proper usage. The DPDK tree is filled with great pieces of code that are well documented and maintained in high quality. I feel we are a bit behind when we talk about usage examples.

Re: [dpdk-users] IGB_uio driver issue

2021-07-15 Thread Huai-En Tseng
Hi Anjum, Interface bound to uio driver can't be managed by kernel anymore. Therefore you can't use OS network tools to get the interface information. When DPDK application starts, it will show uio bound interfaces in order. e.g. EAL: Invalid NUMA socket, default to 0 EAL: Probe PCI driver:

[dpdk-users] IGB_uio driver issue

2021-07-15 Thread Anjum, Sohail
Hi, everyone I am trying to run ndpi with dpdk. In order to do that I can bind the port with igb_uio driver but when I bind the port. lshw -c network -businfo Command doesn't show the interface name. It can only show the PCI address. So when I can run the dpdk command I dont know which interface to

Re: [dpdk-users] [ TX-ONLY mode ] No packet count with Testpmd application

2021-07-15 Thread Ashish Mishra
Hi Members , Debugging further what i could understand is that DPDK requires drivers example: igb_uio.ko Can the team please help me from where do I get these drivers? I am trying to get dpdk working on custom buildroot sdk Does testpmd require any specific driver? currently i am binding free et

Re: [dpdk-users] Dpdk multi core packet acquisition.

2021-07-15 Thread Nirmal R
Thank you so much for the input.. > I tried with Harry solution and it worked well.