<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);" class="elementToProof">
Hi All,</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);" class="elementToProof">
Can anybody guide me I am unable to run dpdk-dumpcap application with dpdk-22.03 ,</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);" class="elementToProof">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);" class="elementToProof">
I am performing following steps:</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);" class="elementToProof">
<p style="box-sizing: border-box; margin: 0px; color: rgb(36, 36, 36); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Web", sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">
<b>First:</b><br style="box-sizing:border-box">
</p>
<p style="box-sizing: border-box; margin: 0px; color: rgb(36, 36, 36); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Web", sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">
$ sudo ./build/app/dpdk-testpmd -l 0-3 -n 4 -a 0000:04:00.1 --proc-type=primary -- -i --rxq=8 --txq=8<br style="box-sizing:border-box">
</p>
<p style="box-sizing: border-box; margin: 0px; color: rgb(36, 36, 36); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Web", sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">
<b>Second:</b><br style="box-sizing:border-box">
</p>
<p style="box-sizing: border-box; margin: 0px; color: rgb(36, 36, 36); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Web", sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">
$ sudo ./build/app/dpdk-dumpcap -i 1 -c 6 -w /tmp/capture.pcapng </p>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);" class="elementToProof">
I am getting following error </div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);" class="elementToProof">
mlx5_net: Cannot attach mlx5 shared data
<div>mlx5_net: Unable to init PMD global data: No such file or directory</div>
<div>mlx5_common: Failed to load driver mlx5_eth</div>
<div>EAL: Requested device 0000:42:00.0 cannot be used</div>
<div>mlx5_net: Cannot attach mlx5 shared data</div>
<div>mlx5_net: Unable to init PMD global data: No such file or directory</div>
<div>mlx5_common: Failed to load driver mlx5_eth</div>
<div>EAL: Requested device 0000:42:00.1 cannot be used</div>
<div>mlx5_net: Cannot attach mlx5 shared data</div>
<div>mlx5_net: Unable to init PMD global data: No such file or directory</div>
<div>mlx5_common: Failed to load driver mlx5_eth</div>
<div>EAL: Requested device 0000:43:00.0 cannot be used</div>
<div>mlx5_net: Cannot attach mlx5 shared data</div>
<div>mlx5_net: Unable to init PMD global data: No such file or directory</div>
<div>mlx5_common: Failed to load driver mlx5_eth</div>
<div>EAL: Requested device 0000:43:00.1 cannot be used</div>
<div>Capturing on '0000:04:00.1'</div>
<div>Packets captured: 0 ^C</div>
<div>Packets received/dropped on interface '0000:04:00.1': 0/0 (0.0)</div>
<div>EAL: Error: Invalid memory</div>
<div><br>
</div>
<div><br>
</div>
<div>Regards , </div>
<div>Ariba Ehtesham</div>
<br>
</div>
</body>
</html>