> -----Original Message-----
> From: Mingjin Ye <[email protected]>
> Sent: Monday, July 1, 2024 6:33 PM
> To: [email protected]
> Cc: Ye, MingjinX <[email protected]>; [email protected]; Dmitry Kozlyuk
> <[email protected]>
> Subject: [PATCH v2] buildtools: fix invalid symbols
>
> Elf files generated by higher version compilers wrap multiple symbols prefixed
> with "this_pmd_name".
>
> The patch uses the regex "^this_pmd_name[0-9]+$" to match the symbol
> name.
>
> Bugzilla ID: 1466
> Fixes: 6c4bf8f42432 ("buildtools: add Python pmdinfogen")
> Cc: [email protected]
>
> Signed-off-by: Mingjin Ye <[email protected]>
> ---
> v2: Use regex ^this_pmd_name[0-9]+$ to filter symbols *names*
> ---
Tested-by: Song Jiale <[email protected]>