On Tue, 2 Aug 2022 16:48:39 +0800 Lichao Liu <liulichao.09...@bytedance.com> wrote:
> Before, 'RTE_PMD_REGISTER_PCI' can not expand nm. So, it can not > work in this situation: > #define TEST(a, b) a##_##b > RTE_PMD_REGISTER_PCI(TEST(a, b), test_pmd_driver) > > Signed-off-by: Lichao Liu <liulichao.09...@bytedance.com> It is not clear what the problem is. All the existing drivers work fine. Did you follow the coding conventions and patterns of existing drivers or try and do something different. Recommend not accepting this patch. If you have a more verbose example of why this won't work for you please resubmit the patch.