Re: [dpdk-dev] [PATCH v1] examples/ip_pipeline: fix build issue with GCC 13

2023-05-11 Thread David Marchand
On Tue, May 2, 2023 at 3:51 PM wrote: > > From: Jerin Jacob > > Fix the following build issue by initializing req to NULL for > the local variable. > > In function 'thread_msg_handle', inlined from 'thread_main' at > ../examples/ip_pipeline/thread.c:3130:6: > ../examples/ip_pipeline/thread.c:535:

RE: [dpdk-dev] [PATCH v1] examples/ip_pipeline: fix build issue with GCC 13

2023-05-10 Thread Gao, DaxueX
ta...@dpdk.org > Subject: [dpdk-dev] [PATCH v1] examples/ip_pipeline: fix build issue with GCC > 13 > > From: Jerin Jacob > > Fix the following build issue by initializing req to NULL for the local > variable. > > In function 'thread_msg_handle', inlined fr

RE: [dpdk-dev] [PATCH v1] examples/ip_pipeline: fix build issue with GCC 13

2023-05-03 Thread Ali Alnubani
; sta...@dpdk.org > Subject: RE: [dpdk-dev] [PATCH v1] examples/ip_pipeline: fix build issue with > GCC 13 > > > -Original Message- > > From: jer...@marvell.com > > Sent: Tuesday, May 2, 2023 4:49 PM > > To: dev@dpdk.org > > Cc: NBU-Contact-Thomas Monjal

RE: [dpdk-dev] [PATCH v1] examples/ip_pipeline: fix build issue with GCC 13

2023-05-03 Thread Ali Alnubani
org > Subject: [dpdk-dev] [PATCH v1] examples/ip_pipeline: fix build issue with > GCC 13 > > From: Jerin Jacob > > Fix the following build issue by initializing req to NULL for > the local variable. > > In function 'thread_msg_handle', inlined from 'thread

RE: [dpdk-dev] [PATCH v1] examples/ip_pipeline: fix build issue with GCC 13

2023-05-02 Thread Dumitrescu, Cristian
; Jerin Jacob > ; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH v1] examples/ip_pipeline: fix build issue with GCC > 13 > > From: Jerin Jacob > > Fix the following build issue by initializing req to NULL for > the local variable. > > In function 'thread_msg_handle&#

[dpdk-dev] [PATCH v1] examples/ip_pipeline: fix build issue with GCC 13

2023-05-02 Thread jerinj
From: Jerin Jacob Fix the following build issue by initializing req to NULL for the local variable. In function 'thread_msg_handle', inlined from 'thread_main' at ../examples/ip_pipeline/thread.c:3130:6: ../examples/ip_pipeline/thread.c:535:20: warning: 'req' may be used uninitialized [-Wmaybe-u

[dpdk-dev] [PATCH v1] examples/ip_pipeline: fix build issue with GCC 13

2023-05-02 Thread jerinj
From: Jerin Jacob Fix the following build issue by initializing req to NULL for the local variable. In function 'thread_msg_handle', inlined from 'thread_main' at ../examples/ip_pipeline/thread.c:3130:6: ../examples/ip_pipeline/thread.c:535:20: warning: 'req' may be used uninitialized [-Wmaybe-u