>> +if not is_linux<br />>> +    build = false<br />>> +    reason = 'only supported on Linux' <br />>> +    subdir_done()<br />>> +endif<br />>> +<br />>> +if arch_subdir != 'x86' and arch_subdir !<br />>> = 'arm' or not dpdk_conf.get('RTE_ARCH_64')<br />>> <br /> <br />>Why not check 'RTE_ARCH_X86_64' and 'RTE_ARCH_ARM64'?<br /> <br />we will fix it and use 'RTE_ARCH_X86_64' and 'RTE_ARCH_ARM64' to check,<br />  <br />other comments will be modified, and split the driver into multiple patches.<br /> <br />Thanks!