---
v4: replace errno EOTHER with ENOEXEC as EOTHER is undefined in unix.
v3: -Unify rte_errno values to a generic errno for OS compatibility [DmitryK]
-Rename the TLS function to avoid redundancy[MortenB].
v2: Rename key to avoid redundancy[MortenB].
---
Tal Shnaiderman (2):
eal: error number enhancement for thread TLS API
eal: rename key opaque pointer and functions in TLS API
drivers/net/mlx5/linux/mlx5_flow_os.c | 10 +++++-----
drivers/net/mlx5/windows/mlx5_flow_os.c | 12 ++++++------
lib/librte_eal/include/rte_thread.h | 33 +++++++++++++++++++++------------
lib/librte_eal/rte_eal_exports.def | 8 ++++----
lib/librte_eal/unix/rte_thread.c | 14 ++++++++++----
lib/librte_eal/version.map | 8 ++++----
lib/librte_eal/windows/rte_thread.c | 14 ++++++++++----
7 files changed, 60 insertions(+), 39 deletions(-)
--
2.16.1.windows.4