* [dpdk-dev] [Bug 548] net/pcap rx_infinite freeing from unallocated ring
@ 2020-10-09 15:18 bugzilla
0 siblings, 0 replies; only message in thread
From: bugzilla @ 2020-10-09 15:18 UTC (permalink / raw)
To: dev
https://bugs.dpdk.org/show_bug.cgi?id=548
Bug ID: 548
Summary: net/pcap rx_infinite freeing from unallocated ring
Product: DPDK
Version: 20.08
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: ethdev
Assignee: dev@dpdk.org
Reporter: rchibois@gmail.com
Target Milestone: ---
- create a new pcap with:
rte_eal_hotplug_add(
"vdev",
"net_pcap_0",
"rx_pcap=file.pcap,infinite_rx=1"
);
- remove it:
rte_eal_hotplug_remove("vdev", "net_pcap_0");
- problem:
eth_rx_queue_setup was not called so not ring was created
eth_dev_close is called and tries to dequeue everything
segfault happens at rte_eth_pcap.c:743 because pcap_q->pkts is NULL
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-10-09 15:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-09 15:18 [dpdk-dev] [Bug 548] net/pcap rx_infinite freeing from unallocated ring bugzilla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).