> -----Original Message-----
> From: Mingjin Ye <mingjinx...@intel.com>
> Sent: Monday, July 1, 2024 6:33 PM
> To: dev@dpdk.org
> Cc: Ye, MingjinX <mingjinx...@intel.com>; sta...@dpdk.org; Dmitry Kozlyuk
> <dmitry.kozl...@gmail.com>
> 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: sta...@dpdk.org
> 
> Signed-off-by: Mingjin Ye <mingjinx...@intel.com>
> ---
> v2: Use regex ^this_pmd_name[0-9]+$ to filter symbols *names*
> ---
Tested-by: Song Jiale <songx.ji...@intel.com>

Reply via email to