[PATCH v2 02/13] ethdev: extract telemetry codes to a file

Ferruh Yigit ferruh.yigit at amd.com
Wed Jun 7 13:37:22 CEST 2023


On 6/7/2023 8:41 AM, Jie Hai wrote:
> This patch extracts telemetry related codes in rte_ethdev.c
> to a new file rte_ethdev_telemetry.c.
> 
> Signed-off-by: Jie Hai <haijie1 at huawei.com>

<...>

> new file mode 100644
> index 000000000000..ec8e48877187
> --- /dev/null
> +++ b/lib/ethdev/rte_ethdev_telemetry.c
> @@ -0,0 +1,344 @@
> +/* SPDX-License-Identifier: BSD-3-Clause
> + * Copyright(c) 2010-2017 Intel Corporation
> + */
>

Empty line after spdx tag


> +#include <ctype.h>
>

ctype.h can be removed from 'rte_ethdev.c' now



More information about the dev mailing list