Re: [PATCH 3/6] eal: add basic rte thread ID equal API

2022-06-13 Thread Tyler Retzlaff
On Sat, Jun 11, 2022 at 01:25:56PM +0100, Konstantin Ananyev wrote: > > >>>Add rte_thread_equal() that tests if two rte_thread_id are equal. > >>> > >>>Signed-off-by: Narcisa Vasile > >>>Signed-off-by: Tyler Retzlaff > >>>--- > >>> lib/eal/common/rte_thread.c | 6 ++ > >>> lib/eal/include

Re: [PATCH 3/6] eal: add basic rte thread ID equal API

2022-06-11 Thread Konstantin Ananyev
Add rte_thread_equal() that tests if two rte_thread_id are equal. Signed-off-by: Narcisa Vasile Signed-off-by: Tyler Retzlaff --- lib/eal/common/rte_thread.c | 6 ++ lib/eal/include/rte_thread.h | 19 +++ lib/eal/version.map | 1 + 3 files changed, 26 ins

Re: [PATCH 3/6] eal: add basic rte thread ID equal API

2022-06-10 Thread Tyler Retzlaff
On Thu, Jun 09, 2022 at 11:24:12PM +0100, Konstantin Ananyev wrote: > 09/06/2022 14:58, Tyler Retzlaff пишет: > >Add rte_thread_equal() that tests if two rte_thread_id are equal. > > > >Signed-off-by: Narcisa Vasile > >Signed-off-by: Tyler Retzlaff > >--- > > lib/eal/common/rte_thread.c | 6 ++

Re: [PATCH 3/6] eal: add basic rte thread ID equal API

2022-06-09 Thread Konstantin Ananyev
09/06/2022 14:58, Tyler Retzlaff пишет: Add rte_thread_equal() that tests if two rte_thread_id are equal. Signed-off-by: Narcisa Vasile Signed-off-by: Tyler Retzlaff --- lib/eal/common/rte_thread.c | 6 ++ lib/eal/include/rte_thread.h | 19 +++ lib/eal/version.map

[PATCH 3/6] eal: add basic rte thread ID equal API

2022-06-09 Thread Tyler Retzlaff
Add rte_thread_equal() that tests if two rte_thread_id are equal. Signed-off-by: Narcisa Vasile Signed-off-by: Tyler Retzlaff --- lib/eal/common/rte_thread.c | 6 ++ lib/eal/include/rte_thread.h | 19 +++ lib/eal/version.map | 1 + 3 files changed, 26 insertions(