On Tue, 8 Oct 2024 17:55:23 +0000 Vladimir Medvedkin <vladimir.medved...@intel.com> wrote:
> @@ -569,7 +600,60 @@ dir24_8_free(void *p) > { > struct dir24_8_tbl *dp = (struct dir24_8_tbl *)p; > > + if (dp->dq != NULL) > + rte_rcu_qsbr_dq_delete(dp->dq); > + Side note: rte_rcu_qsbr_dq_delete should be changed to accept NULL as nop. Like all the other free routines