Re: [dpdk-dev] [PATCH v2] eventdev/eth_tx: fix queue_del function

2021-11-10 Thread Jerin Jacob
On Wed, Nov 10, 2021 at 11:30 AM Naga Harish K S V wrote: > > This patch fixes heap-use-after-free reported by ASAN, > please reference https://bugs.dpdk.org/show_bug.cgi?id=869 > > The application can use the queue_id as `-1` to delete all > the queues of the eth_device that are added to tx_adapt

[dpdk-dev] [PATCH v2] eventdev/eth_tx: fix queue_del function

2021-11-09 Thread Naga Harish K S V
This patch fixes heap-use-after-free reported by ASAN, please reference https://bugs.dpdk.org/show_bug.cgi?id=869 The application can use the queue_id as `-1` to delete all the queues of the eth_device that are added to tx_adapter instance. In above case, the queue_del api is trying to use number