[External] : Re: Query Regarding Race Condition Between Packet Reception and Device Stop in DPDK
Stephen Hemminger
stephen at networkplumber.org
Mon Feb 17 21:56:39 CET 2025
On Mon, 17 Feb 2025 19:20:10 +0000
Changchun Zhang <changchun.zhang at oracle.com> wrote:
> I assume this answer is No, but just wanted to be confirmed.
It should be OK to be calling rx_burst on an unrelated queue.
Just don't start/stop a queue while application is polling that queue.
More information about the users
mailing list