<html>
<head>
<base href="https://bugs.dpdk.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8" class="bz_new_table">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - [Windows] BSOD when shutting down testpmd"
href="https://bugs.dpdk.org/show_bug.cgi?id=1213">1213</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>[Windows] BSOD when shutting down testpmd
</td>
</tr>
<tr>
<th>Product</th>
<td>DPDK
</td>
</tr>
<tr>
<th>Version</th>
<td>22.11
</td>
</tr>
<tr>
<th>Hardware</th>
<td>All
</td>
</tr>
<tr>
<th>OS</th>
<td>Windows
</td>
</tr>
<tr>
<th>Status</th>
<td>UNCONFIRMED
</td>
</tr>
<tr>
<th>Severity</th>
<td>major
</td>
</tr>
<tr>
<th>Priority</th>
<td>Normal
</td>
</tr>
<tr>
<th>Component</th>
<td>core
</td>
</tr>
<tr>
<th>Assignee</th>
<td>dev@dpdk.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>a.pollenus@deltacast.tv
</td>
</tr>
<tr>
<th>Target Milestone</th>
<td>---
</td>
</tr></table>
<p>
<div class="bz_comment_block">
<pre class="bz_comment_text">Hello,
When shutting down the testpmd command I get a BSOD (PROCESS_HAS_LOCKED_PAGES):
This testpmd allocate 40 queues RX and 40 queues TX. The total number of mbuf
is set to 7000000. This command is supposed to allocate +- 40GB of memory in
total for the 80 queues.
.\dpdk-testpmd.exe -l 1-5 -n 4 -a 0000:5e:00.0 -- --socket-num=0 --burst=16
--txd=1024 --rxd=1024 --mbcache=512 --txq=40 --rxq=40 --nb-cores=4
--txpkts=1500 -i --forward-mode=flowgen --eth-peer=0,01:00:5e:00:00:05
--tx-ip=10.10.1.14,239.0.0.5 --tx-udp=42500,42500 --total-num-mbuf=7000000
This testpmd command is working properly until you call quit in the interactive
command line. When the application shutdown the machine freeze and show a BSOD
(PROCESS_HAS_LOCKED_PAGES).
When analysing the minidump generated, we see that some page are found in the
process that have been terminated.
In the bellow comment you'll find the minidump analyze.
Could you try to reproduce it on your side ?
The problem doesn't seem to be linked to some out of memory issues. (The server
have a total of 384 GB of ram and should handle easily 40GB of allocation)
SETUP:
CPU : 2x Intel Xeon platinum 8268
RAM: 6x memory channel - 192GB on each numa
OS: Windows Server 2022 21H2
NIC: Intel E810 100G Dual port
DPDK version: 22.11
</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
<link itemprop="url" href="https://bugs.dpdk.org/show_bug.cgi?id=1213">
<meta itemprop="name" content="View bug">
</div>
<meta itemprop="description" content="Bugzilla bug update notification">
</div>
</body>
</html>