Re: [dpdk-dev] [PATCH] common/cnxk: fix build failure

2021-10-28 Thread Ferruh Yigit
On 10/27/2021 2:12 PM, Tejasree Kondoj wrote: Fixing build failure with EXTRA_CFLAGS='-O1'. For future, can you please provide a little more detail in the commit log related to the build error, like which compiler or compiler version cause the issue, what is the build error and put part of the

Re: [dpdk-dev] [PATCH] common/cnxk: fix build failure

2021-10-28 Thread Jerin Jacob
On Thu, Oct 28, 2021 at 12:31 PM Anoob Joseph wrote: > > > Subject: [PATCH] common/cnxk: fix build failure > > > > Fixing build failure with EXTRA_CFLAGS='-O1'. > > > > Fixes: d85f9749f915 ("common/cnxk: add hash generation API") > > > > Reported-by: Longfeng Liang > > Signed-off-by: Tejasree Kon

Re: [dpdk-dev] [PATCH] common/cnxk: fix build failure

2021-10-28 Thread Anoob Joseph
> Subject: [PATCH] common/cnxk: fix build failure > > Fixing build failure with EXTRA_CFLAGS='-O1'. > > Fixes: d85f9749f915 ("common/cnxk: add hash generation API") > > Reported-by: Longfeng Liang > Signed-off-by: Tejasree Kondoj Acked-by: Anoob Joseph

[dpdk-dev] [PATCH] common/cnxk: fix build failure

2021-10-27 Thread Tejasree Kondoj
Fixing build failure with EXTRA_CFLAGS='-O1'. Fixes: d85f9749f915 ("common/cnxk: add hash generation API") Reported-by: Longfeng Liang Signed-off-by: Tejasree Kondoj --- drivers/common/cnxk/roc_hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/common/cnxk/roc_h