[PATCH v9 02/14] net/sxe: add ethdev probe and remove
Stephen Hemminger
stephen at networkplumber.org
Wed Jul 16 22:40:08 CEST 2025
On Wed, 16 Jul 2025 04:29:18 -0400
Jie Liu <liujie5 at linkdatatechnology.com> wrote:
> diff --git a/drivers/net/sxe/meson.build b/drivers/net/sxe/meson.build
> index dad9ee44a0..34571522f7 100644
> --- a/drivers/net/sxe/meson.build
> +++ b/drivers/net/sxe/meson.build
> @@ -1,9 +1,22 @@
> # SPDX-License-Identifier: BSD-3-Clause
> -# Copyright (C), 2020, Wuxi Stars Micro System Technologies Co., Ltd.
> +# Copyright (C), 2022, Linkdata Technology Co., Ltd.
I assume you got acquired, changing Copyright requires approval of
the original author.
> +cflags += ['-DSXE_DPDK']
> +cflags += ['-DSXE_HOST_DRIVER']
Please avoid #ifdef and cflags. The problem is that no one ever
tests the negative case. As Yoda said:
"Do or do not, there is no try"
> +
> +#subdir('base')
> +#objs = [base_objs]
More information about the dev
mailing list