Re: [PATCH] net/mlx5: fix Rx queue ref count in flushing user flows

2024-11-13 Thread Raslan Darawsheh
Hi, From: Bing Zhao Sent: Wednesday, November 13, 2024 9:22 AM To: Dariusz Sosnowski; Slava Ovsiienko; dev@dpdk.org; Raslan Darawsheh Cc: Ori Kam; Suanming Mou; Matan Azrad; sta...@dpdk.org Subject: [PATCH] net/mlx5: fix Rx queue ref count in flushing user flows Some indirect table and hrxq is

[PATCH] net/mlx5: fix Rx queue ref count in flushing user flows

2024-11-12 Thread Bing Zhao
Some indirect table and hrxq is created in the rule creation with QUEUE or RSS action. When stopping a port, the 'dev_started' is set to 0 in the beginning. The mlx5_ind_table_obj_release() should still do the dereference of the queue(s) when it is called in the polling of flow rule deletion, due t