Re: [PATCH 1/2] net/i40e: compilation fix for GCC-12

2022-10-06 Thread Thomas Monjalon
24/08/2022 16:03, Amit Prakash Shukla: > GCC 12 raises the following warning: > > meson --werror --buildtype=debugoptimized > --cross-file config/x86/cross-mingw -Dexamples=helloworld build > ninja -C build > > In function 'i40e_hash_get_pattern_type', > inlined from 'i40e_hash_get_patt

RE: [PATCH 1/2] net/i40e: compilation fix for GCC-12

2022-08-26 Thread Morten Brørup
> From: Amit Prakash Shukla [mailto:amitpraka...@marvell.com] > Sent: Friday, 26 August 2022 11.45 > > Thanks Morten for the review comment. > > As the change is not in datapath, branch prediction optimization was > not done. OK. Then I agree that it is not required. > > > -Original Messag

RE: [PATCH 1/2] net/i40e: compilation fix for GCC-12

2022-08-26 Thread Amit Prakash Shukla
Thanks Morten for the review comment. As the change is not in datapath, branch prediction optimization was not done. > -Original Message- > From: Amit Prakash Shukla > Sent: Wednesday, August 24, 2022 7:34 PM > To: Yuying Zhang ; Beilei Xing > > Cc: dev@dpdk.org; Jerin Jacob Kollanukka

RE: [PATCH 1/2] net/i40e: compilation fix for GCC-12

2022-08-25 Thread Morten Brørup
> From: Amit Prakash Shukla [mailto:amitpraka...@marvell.com] > Sent: Wednesday, 24 August 2022 16.04 > > GCC 12 raises the following warning: > > meson --werror --buildtype=debugoptimized > --cross-file config/x86/cross-mingw -Dexamples=helloworld build > ninja -C build > > In function 'i