Re: [PATCH] buildtools: fix invalid symbols

2024-06-27 Thread David Marchand
On Thu, Jun 27, 2024 at 12:57 PM Bruce Richardson wrote: > > On Thu, Jun 27, 2024 at 10:11:44AM +, Mingjin Ye wrote: > > ELF files generated by higher version compilers wrap multiple > > symbols prefixed with "this_pmd_name". > > > > This patch fixes the issue by filtering invalid symbols. > >

Re: [PATCH] buildtools: fix invalid symbols

2024-06-27 Thread David Marchand
On Thu, Jun 27, 2024 at 12:36 PM Mingjin Ye wrote: > > ELF files generated by higher version compilers wrap multiple > symbols prefixed with "this_pmd_name". > > This patch fixes the issue by filtering invalid symbols. > > Bugzilla ID: 1466 > Fixes: 6c4bf8f42432 ("buildtools: add Python pmdinfogen

Re: [PATCH] buildtools: fix invalid symbols

2024-06-27 Thread Bruce Richardson
On Thu, Jun 27, 2024 at 10:11:44AM +, Mingjin Ye wrote: > ELF files generated by higher version compilers wrap multiple > symbols prefixed with "this_pmd_name". > > This patch fixes the issue by filtering invalid symbols. > > Bugzilla ID: 1466 > Fixes: 6c4bf8f42432 ("buildtools: add Python pm

[PATCH] buildtools: fix invalid symbols

2024-06-27 Thread Mingjin Ye
ELF files generated by higher version compilers wrap multiple symbols prefixed with "this_pmd_name". This patch fixes the issue by filtering invalid symbols. Bugzilla ID: 1466 Fixes: 6c4bf8f42432 ("buildtools: add Python pmdinfogen") Cc: sta...@dpdk.org Signed-off-by: Mingjin Ye --- buildtools