<meta http-equiv="Content-Type" content="text/html; charset=GB18030"><div>Hi Kozlyuk</div><div><br></div><div>Tks for your reply</div><div><br></div><div>Related info is :</div><div><div>[root@localhost usertools]# ./dpdk-devbind.py -s</div><div><br></div><div>Network devices using DPDK-compatible driver</div><div>============================================</div><div>0000:01:00.1 'I350 Gigabit Network Connection 1521' drv=igb_uio unused=igb,uio_pci_generic</div><div>0000:18:00.0 '82599ES 10-Gigabit SFI/SFP+ Network Connection 10fb' drv=uio_pci_generic unused=ixgbe,igb_uio</div><div><br></div><div>Network devices using kernel driver</div><div>===================================</div><div>0000:01:00.0 'I350 Gigabit Network Connection 1521' if=em3 drv=igb unused=igb_uio,uio_pci_generic *Active*</div><div>0000:18:00.1 '82599ES 10-Gigabit SFI/SFP+ Network Connection 10fb' if=em2 drv=ixgbe unused=igb_uio,uio_pci_generic</div><div><br></div><div>No 'Baseband' devices detected</div><div>==============================</div><div><br></div><div>No 'Crypto' devices detected</div><div>============================</div><div><br></div><div>No 'Eventdev' devices detected</div><div>==============================</div><div><br></div><div>No 'Mempool' devices detected</div><div>=============================</div><div><br></div><div>No 'Compress' devices detected</div><div>==============================</div><div><br></div><div>No 'Misc (rawdev)' devices detected</div><div>===================================</div><div><br></div><div>No 'Regex' devices detected</div><div>===========================</div></div><div><br></div><div><br></div><div>then try run dpdk test, it's OK</div><div><br></div><div><img src="cid:FC98692E@D6A86805.12C0ED64.png" style="width: 1145px; height: 135px;" id="img_insert_169330273563005263990522558493" modifysize="80%" diffpixels="17px" scalingmode="zoom"><br><br></div><div><br></div><div><img src="cid:62663864@6408C97F.12C0ED64.png" style="" id="img_insert_169330231111000770909552115433"><br><br></div><div><br></div><div>then run the example:</div><div><img src="cid:C3642E61@5BDE0A43.12C0ED64.png" style="" id="img_insert_169330244707905499634085551672"><br><br></div><div><br></div><div>I think the configuration is ok,   it is "dpdk-helloworld" binary.</div><div><br></div><div><img src="cid:2924DE5A@EFB6691F.12C0ED64.png" style="" id="img_insert_169330265207207241806460289169"><br><br></div><div><br></div><div><br></div><div>Regards!</div><div style="position: relative;"><div><br></div><div><br></div><div style="font-size: 12px;font-family: Arial Narrow;padding:2px 0 2px 0;">------------------ Original ------------------</div><div style="font-size: 12px;background:#efefef;padding:8px;"><div><b>From:</b>                                                                                                                        "Dmitry Kozlyuk"                                                                                    <dmitry.kozliuk@gmail.com>;</div><div><b>Date:</b> Tue, Aug 29, 2023 05:18 PM</div><div><b>To:</b> "Òì¿Í"<zhangjungang_1107@qq.com>;<wbr></div><div><b>Cc:</b> "users"<users@dpdk.org>;<wbr></div><div><b>Subject:</b> Re: how can let rte_eal_init parse device success?</div></div><div><br></div>Hi,<br><br>Most likely PCI bus driver (a DPDK library) is missing.<br>Either it is not linked into "helloworld" if it is your own app;<br>or the path to DPDK libraries (*.so) is not in LD_LIBARY_PATH<br>if it is "dpdk-helloworld" binary.<br><br>If this doesn't help, please post exact commands and their full output (log),<br>not just "success" or "is right".</div>