Re: [PATCH] net/cnxk: fix compilation issue for gcc12

2022-02-23 Thread Jerin Jacob
On Wed, Feb 23, 2022 at 5:11 PM Jerin Jacob wrote: > > On Wed, Feb 23, 2022 at 3:20 PM Rakesh Kudurumalla > wrote: > > > > resolve compilation error caused due to gcc 12 version > > error: storing the address of local variable message in *error.message > > > > Fixes: 26b034f78ca7 ("net/cnxk: supp

Re: [PATCH] net/cnxk: fix compilation issue for gcc12

2022-02-23 Thread Jerin Jacob
On Wed, Feb 23, 2022 at 3:20 PM Rakesh Kudurumalla wrote: > > resolve compilation error caused due to gcc 12 version > error: storing the address of local variable message in *error.message > > Fixes: 26b034f78ca7 ("net/cnxk: support to validate meter policy") > > Cc: sta...@dpdk.org > Reported-B

[PATCH] net/cnxk: fix compilation issue for gcc12

2022-02-23 Thread Rakesh Kudurumalla
resolve compilation error caused due to gcc 12 version error: storing the address of local variable message in *error.message Fixes: 26b034f78ca7 ("net/cnxk: support to validate meter policy") Cc: sta...@dpdk.org Signed-off-by: Rakesh Kudurumalla --- v2 : removed changeid drivers/net/cnxk/cnx

[PATCH] net/cnxk: fix compilation issue for gcc12

2022-02-23 Thread Rakesh Kudurumalla
resolve compilation error caused due to gcc 12 version error: storing the address of local variable message in *error.message Fixes: 26b034f78ca7 ("net/cnxk: support to validate meter policy") Cc: sta...@dpdk.org Signed-off-by: Rakesh Kudurumalla Change-Id: Ia4cf18471ae33691c34229ab537f208389e0