[dpdk-dev] [PATCH 1/1] net/mlx5: fix flow shared action destroy error code
Thomas Monjalon
thomas at monjalon.net
Wed Nov 25 13:58:02 CET 2020
> > In the function rte_flow_shared_action_destroy(), the errno
> > ETOOMANYREFS has been replaced with EBUSY in the commit dc328d1c555a
> > ("ethdev: rename a flow shared action error code").
> >
> > Another occurrence of ETOOMANYREFS, added later by mistake, is replaced
> > with EBUSY errno.
> >
> > Fixes: fa7ad49e96b5 ("net/mlx5: fix shared RSS action update")
> >
> > Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
> Reviewed-by: Tal Shnaiderman <talshn at nvidia.com>
> Tested-by: Tal Shnaiderman <talshn at nvidia.com>
Applied
More information about the dev
mailing list