[PATCH v7 2/5] power: refactor uncore power management library

Tummala, Sivaprasad Sivaprasad.Tummala at amd.com
Tue Oct 22 08:45:26 CEST 2024


[AMD Official Use Only - AMD Internal Distribution Only]

Hi Stephen,

> -----Original Message-----
> From: Stephen Hemminger <stephen at networkplumber.org>
> Sent: Tuesday, October 22, 2024 6:49 AM
> To: Tummala, Sivaprasad <Sivaprasad.Tummala at amd.com>
> Cc: david.hunt at intel.com; anatoly.burakov at intel.com; jerinj at marvell.com;
> radu.nicolau at intel.com; gakhil at marvell.com; cristian.dumitrescu at intel.com; Yigit,
> Ferruh <Ferruh.Yigit at amd.com>; konstantin.ananyev at huawei.com;
> lihuisong at huawei.com; dev at dpdk.org
> Subject: Re: [PATCH v7 2/5] power: refactor uncore power management library
>
> Caution: This message originated from an External Source. Use proper caution
> when opening attachments, clicking links, or responding.
>
>
> On Mon, 21 Oct 2024 04:07:20 +0000
> Sivaprasad Tummala <sivaprasad.tummala at amd.com> wrote:
>
> > diff --git a/lib/power/rte_power_uncore_ops.h b/lib/power/rte_power_uncore_ops.h
> > new file mode 100644
> > index 0000000000..f91994d3c1
> > --- /dev/null
> > +++ b/lib/power/rte_power_uncore_ops.h
> > @@ -0,0 +1,230 @@
> > +/* SPDX-License-Identifier: BSD-3-Clause
> > + * Copyright(c) 2022 Intel Corporation
> > + * Copyright(c) 2024 Advanced Micro Devices, Inc.
> > + */
> > +
> > +#ifndef RTE_POWER_UNCORE_OPS_H
> > +#define RTE_POWER_UNCORE_OPS_H
> > +
> > +/**
> > + * @file
> > + * RTE Uncore Frequency Management
> > + */
> > +
> > +#include <rte_compat.h>
> > +#include <rte_common.h>
> > +
> > +#ifdef __cplusplus
> > +extern "C" {
> > +#endif
>
> Since this all internal doesn't really require C++ guards.
ACK!


More information about the dev mailing list