Re: [dpdk-dev] [PATCH 1/1] net/mlx5: fix flow shared action destroy error code

2020-11-25 Thread Thomas Monjalon
> > 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. > >

Re: [dpdk-dev] [PATCH 1/1] net/mlx5: fix flow shared action destroy error code

2020-11-24 Thread Tal Shnaiderman
> Subject: [dpdk-dev] [PATCH 1/1] net/mlx5: fix flow shared action destroy > error code > > External email: Use caution opening links or attachments > > > In the function rte_flow_shared_action_destroy(), the errno > ETOOMANYREFS has been replaced with EBUSY in

[dpdk-dev] [PATCH 1/1] net/mlx5: fix flow shared action destroy error code

2020-11-24 Thread Thomas Monjalon
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/