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
> 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
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_
3 matches
Mail list logo