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.
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:
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
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
Thank you so much for the input..
>
I tried with Harry solution and it worked well.