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.
This errno is not always available on Windows, so it is preferred using EBUSY
instead.
Signed-off-by: Thomas Monjalon <tho...@monjalon.net>
Reviewed-by: Tal Shnaiderman <tal...@nvidia.com>
Tested-by: Tal Shnaiderman <tal...@nvidia.com>
Reviewed-by: Ferruh Yigit <ferruh.yi...@intel.com>
Applied to dpdk-next-net/main, thanks.