[Bug 1271] Using dumpcap to capture packets with multiple pmds and enable mbuf check can lead to dpdk proc core
bugzilla at dpdk.org
bugzilla at dpdk.org
Wed Aug 2 17:06:51 CEST 2023
https://bugs.dpdk.org/show_bug.cgi?id=1271
Bug ID: 1271
Summary: Using dumpcap to capture packets with multiple pmds
and enable mbuf check can lead to dpdk proc core
Product: DPDK
Version: 23.11
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: other
Assignee: dev at dpdk.org
Reporter: sunshaowei01 at baidu.com
Target Milestone: ---
When creating a mempool, dumpcap selects the type 'mp_sc' causes thread
insecurity when multiple PMDs in the main process apply for mbuf. If the check
of mbuf is enabled at this time, it will cause the process to panic. So, the
type for creating mempool should be 'mp_mc'
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mails.dpdk.org/archives/dev/attachments/20230802/5cfbe894/attachment.htm>
More information about the dev
mailing list