Re: [dpdk-dev] [PATCH] ring: fix size of name array in ring structure

2021-10-21 Thread David Marchand
On Thu, Oct 21, 2021 at 1:07 AM Ananyev, Konstantin wrote: > > Use correct define for the name array size. The change breaks ABI and > > hence cannot be backported to stable branches. > > > > Fixes: 38c9817ee1d8 ("mempool: adjust name size in related data types") > > > > Signed-off-by: Honnappa Na

Re: [dpdk-dev] [PATCH] ring: fix size of name array in ring structure

2021-10-20 Thread Ananyev, Konstantin
> > Use correct define for the name array size. The change breaks ABI and > hence cannot be backported to stable branches. > > Fixes: 38c9817ee1d8 ("mempool: adjust name size in related data types") > Cc: zoltan.k...@schaman.hu > > Signed-off-by: Honnappa Nagarahalli > --- > lib/ring/rte_rin

Re: [dpdk-dev] [PATCH] ring: fix size of name array in ring structure

2021-10-19 Thread Tu, Lijuan
I saw a lot of patches failed on test_scatter_mbuf_2048, the case could be passed in intel lab. This is maintained by UNL guys. + unl. > -Original Message- > From: Honnappa Nagarahalli > Sent: 2021年10月18日 22:54 > To: Honnappa Nagarahalli ; dev@dpdk.org; > andrew.rybche...@oktetlabs.ru

Re: [dpdk-dev] [PATCH] ring: fix size of name array in ring structure

2021-10-18 Thread Honnappa Nagarahalli
This patch has a CI failure in DTS in test_scatter_mbuf_2048 for Fortville_Spirit NIC. I am not sure how this change is related to the failure. The log is as follows: TestScatter: Test Case test_scatter_mbuf_2048 Result FAILED: 'packet receive error' Has anyone seen this error? Is this a known

[dpdk-dev] [PATCH] ring: fix size of name array in ring structure

2021-10-14 Thread Honnappa Nagarahalli
Use correct define for the name array size. The change breaks ABI and hence cannot be backported to stable branches. Fixes: 38c9817ee1d8 ("mempool: adjust name size in related data types") Cc: zoltan.k...@schaman.hu Signed-off-by: Honnappa Nagarahalli --- lib/ring/rte_ring_core.h | 7 +-- 1