[PATCH v1] net/zxdh: support multiple PF process flow table

Stephen Hemminger stephen at networkplumber.org
Wed Sep 24 22:28:33 CEST 2025


On Wed, 24 Sep 2025 16:23:31 +0800
Tianhao Zhang <zhang.tianhao2 at zte.com.cn> wrote:

> diff --git a/drivers/net/zxdh/meson.build b/drivers/net/zxdh/meson.build
> index 7554d4dc60..0213ccb2fa 100644
> --- a/drivers/net/zxdh/meson.build
> +++ b/drivers/net/zxdh/meson.build
> @@ -1,15 +1,9 @@
>  # SPDX-License-Identifier: BSD-3-Clause
>  # Copyright(c) 2024 ZTE Corporation
>  
> -if not is_linux
> +if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
>      build = false
> -    reason = 'only supported on Linux'
> -    subdir_done()
> -endif
> -
> -if arch_subdir != 'x86' and arch_subdir != 'arm' or not dpdk_conf.get('RTE_ARCH_64')
> -    build = false
> -    reason = 'only supported on x86_64 and aarch64'
> +    reason = 'only supported on 64-bit Linux'
>      subdir_done()
>  endif
>  

This seems unrelated to the PF process flow table.
Should be split into a separate patch


More information about the dev mailing list