Re: [EXT] Re: [PATCH] ring: compilation fix with GCC-12

2023-02-12 Thread Konstantin Ananyev
13/01/2023 13:11, Thomas Monjalon пишет: 13/01/2023 13:39, Amit Prakash Shukla: From: Thomas Monjalon 23/08/2022 11:38, Amit Prakash Shukla: From: Konstantin Ananyev 06/08/2022 19:35, Honnappa Nagarahalli пишет: Replacing memcpy with rte_memcpy fixes the GCC-12 compilation issue. Any re

Re: [EXT] Re: [PATCH] ring: compilation fix with GCC-12

2023-01-13 Thread Thomas Monjalon
13/01/2023 13:39, Amit Prakash Shukla: > From: Thomas Monjalon > > 23/08/2022 11:38, Amit Prakash Shukla: > > > From: Konstantin Ananyev > > > > 06/08/2022 19:35, Honnappa Nagarahalli пишет: > > > > >> Replacing memcpy with rte_memcpy fixes the GCC-12 compilation > > issue. > > > > > > > > > > An

RE: [EXT] Re: [PATCH] ring: compilation fix with GCC-12

2023-01-13 Thread Amit Prakash Shukla
.@intel.com; > ferruh.yi...@amd.com > Subject: Re: [EXT] Re: [PATCH] ring: compilation fix with GCC-12 > > 23/08/2022 11:38, Amit Prakash Shukla: > > From: Konstantin Ananyev > > > 06/08/2022 19:35, Honnappa Nagarahalli пишет: > > > >> Rep

Re: [EXT] Re: [PATCH] ring: compilation fix with GCC-12

2023-01-12 Thread Thomas Monjalon
23/08/2022 11:38, Amit Prakash Shukla: > From: Konstantin Ananyev > > 06/08/2022 19:35, Honnappa Nagarahalli пишет: > > >> Replacing memcpy with rte_memcpy fixes the GCC-12 compilation issue. > > > > > > Any reason why this replacement fixes the problem? > > > Do you have any performance numbers

RE: [EXT] Re: [PATCH] ring: compilation fix with GCC-12

2022-08-23 Thread Amit Prakash Shukla
> -Original Message- > From: Amit Prakash Shukla > Sent: Tuesday, August 23, 2022 3:08 PM > To: Konstantin Ananyev ; Honnappa > Nagarahalli > Cc: dev@dpdk.org; Jerin Jacob Kollanukkaran ; > sta...@dpdk.org; nd > Subject: RE: [EXT] Re: [PATCH] ring: com

RE: [EXT] Re: [PATCH] ring: compilation fix with GCC-12

2022-08-23 Thread Amit Prakash Shukla
> Subject: [EXT] Re: [PATCH] ring: compilation fix with GCC-12 > > External Email > > -- > 06/08/2022 19:35, Honnappa Nagarahalli пишет: > > > > > >> > >> GCC 12 raises the f

Re: [PATCH] ring: compilation fix with GCC-12

2022-08-07 Thread Konstantin Ananyev
06/08/2022 19:35, Honnappa Nagarahalli пишет: GCC 12 raises the following warning: In function '__rte_ring_dequeue_elems_128', inlined from '__rte_ring_dequeue_elems' at ../lib/ring/rte_ring_elem_pvt.h:262:3, inlined from '__rte_ring_do_hts_dequeue_elem' at

RE: [PATCH] ring: compilation fix with GCC-12

2022-08-06 Thread Honnappa Nagarahalli
> > GCC 12 raises the following warning: > > In function '__rte_ring_dequeue_elems_128', > inlined from '__rte_ring_dequeue_elems' at > ../lib/ring/rte_ring_elem_pvt.h:262:3, > inlined from '__rte_ring_do_hts_dequeue_elem' at > ../lib/ring/rte_ring_hts_elem_p

Re: [PATCH] ring: compilation fix with GCC-12

2022-08-05 Thread Stephen Hemminger
On Fri, 5 Aug 2022 14:33:48 +0530 Amit Prakash Shukla wrote: > GCC 12 raises the following warning: > > In function '__rte_ring_dequeue_elems_128', > inlined from '__rte_ring_dequeue_elems' at > ../lib/ring/rte_ring_elem_pvt.h:262:3, > inlined from '__rte_ring_do_hts_dequeu

[PATCH] ring: compilation fix with GCC-12

2022-08-05 Thread Amit Prakash Shukla
GCC 12 raises the following warning: In function '__rte_ring_dequeue_elems_128', inlined from '__rte_ring_dequeue_elems' at ../lib/ring/rte_ring_elem_pvt.h:262:3, inlined from '__rte_ring_do_hts_dequeue_elem' at ../lib/ring/rte_ring_hts_elem_pvt.h:237:3,