Re: [dpdk-dev] [PATCH 1/1] ethdev: rename a flow shared action error code

2020-11-20 Thread Ferruh Yigit
On 11/20/2020 10:54 AM, Tal Shnaiderman wrote: Subject: [PATCH 1/1] ethdev: rename a flow shared action error code External email: Use caution opening links or attachments In the experimental function rte_flow_shared_action_destroy() introduced in DPDK 20.11, the errno ETOOMANYREFS was used. T

Re: [dpdk-dev] [PATCH 1/1] ethdev: rename a flow shared action error code

2020-11-20 Thread Tal Shnaiderman
> Subject: [PATCH 1/1] ethdev: rename a flow shared action error code > > External email: Use caution opening links or attachments > > > In the experimental function rte_flow_shared_action_destroy() introduced > in DPDK 20.11, the errno ETOOMANYREFS was used. > This errno is not always available

[dpdk-dev] [PATCH 1/1] ethdev: rename a flow shared action error code

2020-11-20 Thread Thomas Monjalon
In the experimental function rte_flow_shared_action_destroy() introduced in DPDK 20.11, the errno ETOOMANYREFS was used. This errno is not always available on Windows, so it is preferred using EBUSY instead. Signed-off-by: Thomas Monjalon --- drivers/net/mlx5/mlx5_flow_dv.c | 4 ++-- lib/librte_