[dpdk-dev] [PATCH] ethdev: rte_eth_dev_callback_unregister() fails with cb_arg == -1
Ferruh Yigit
ferruh.yigit at intel.com
Mon Jan 13 17:45:32 CET 2020
On 1/7/2020 3:51 PM, Ricardo Roldan wrote:
> The function was checking -1 against the callback data instead of
> the given cb_arg parameter.
>
> Signed-off-by: Ricardo Roldan <rroldan at bequant.com>
Updated title as:
ethdev: fix callback unregister with wildcard argument list
Also adding following metadata to the commit log:
Fixes: af75078fece3 ("first public release")
Cc: stable at dpdk.org
Reviewed-by: Ferruh Yigit <ferruh.yigit at intel.com>
Applied to dpdk-next-net/master, thanks.
(This bug seems as old as DPDK itself J, thanks for fixing it.)
More information about the dev
mailing list