Re: [dpdk-dev] [PATCH v2 2/4] test/ring: fix wrong size used in memcmp

2020-08-26 Thread Honnappa Nagarahalli
> > When using memcmp function to check data, the third param should be the > size of all elements, rather than the number of the elements. > > Fixes: a9fe152363e2 ("test/ring: add custom element size functional tests") > Cc: honnappa.nagaraha...@arm.com > Cc: sta...@dpdk.org > > Signed-off-by

[dpdk-dev] [PATCH v2 2/4] test/ring: fix wrong size used in memcmp

2020-08-04 Thread Feifei Wang
When using memcmp function to check data, the third param should be the size of all elements, rather than the number of the elements. Fixes: a9fe152363e2 ("test/ring: add custom element size functional tests") Cc: honnappa.nagaraha...@arm.com Cc: sta...@dpdk.org Signed-off-by: Feifei Wang Review