Re: [PATCH] test: add additional tests for thash library

2023-06-29 Thread David Marchand
On Thu, Jun 29, 2023 at 3:44 PM Medvedkin, Vladimir wrote: > > Hi David, > > Yes, I sent them separately because the bugfix in mentioned patch should be > backported unlike adding a new test. Well, having the two patches in a single series won't prevent us from only backporting the fix, and the

RE: [PATCH] test: add additional tests for thash library

2023-06-29 Thread Medvedkin, Vladimir
: Re: [PATCH] test: add additional tests for thash library On Wed, Jun 28, 2023 at 9:12 PM Vladimir Medvedkin wrote: > > Adds tests comparing the results of applying the output of > rte_thash_get_complement() to the tuple with the result of calling > rte_thash_adjust_tuple(). >

Re: [PATCH] test: add additional tests for thash library

2023-06-29 Thread David Marchand
On Wed, Jun 28, 2023 at 9:12 PM Vladimir Medvedkin wrote: > > Adds tests comparing the results of applying the output > of rte_thash_get_complement() to the tuple with the result > of calling rte_thash_adjust_tuple(). > > Suggested-by: Konstantin Ananyev > Signed-off-by: Konstantin Ananyev > Sig

[PATCH] test: add additional tests for thash library

2023-06-28 Thread Vladimir Medvedkin
Adds tests comparing the results of applying the output of rte_thash_get_complement() to the tuple with the result of calling rte_thash_adjust_tuple(). Suggested-by: Konstantin Ananyev Signed-off-by: Konstantin Ananyev Signed-off-by: Vladimir Medvedkin --- app/test/test_thash.c | 132 +