--- v6: fix misalignment in comment fix from v5 and missing NL in RN [Thomas] v5: shorten docu comment on rte_errno and add ABI change info to release note [Thomas] 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 doc/guides/rel_notes/release_21_05.rst | 4 ++++ 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 ++++++++++---- 8 files changed, 64 insertions(+), 39 deletions(-) -- 2.16.1.windows.4