Re: [dpdk-dev] [PATCH] net/ice/base: fix build error for GCC 4.8.5

2021-10-05 Thread David Marchand
On Tue, Oct 5, 2021 at 2:07 PM Aman Singh wrote: > > Code changes done for build issue as reported in Bug 817 > error: dereferencing type-punned pointer will break strict-aliasing rules. > added union to avoid pointer dereferencing > About the title, Ali reproduced the issue with other versions o

[dpdk-dev] [PATCH] net/ice/base: fix build error for GCC 4.8.5

2021-10-05 Thread Aman Singh
Code changes done for build issue as reported in Bug 817 error: dereferencing type-punned pointer will break strict-aliasing rules. added union to avoid pointer dereferencing Fixes: 39925373a333 ("net/ice/base: add parser execution main loop") Cc: sta...@dpdk.org Signed-off-by: Aman Singh --- d