[AMD Official Use Only - AMD Internal Distribution Only] Hi Stephen,
> -----Original Message----- > From: Stephen Hemminger <[email protected]> > Sent: Tuesday, October 22, 2024 6:49 AM > To: Tummala, Sivaprasad <[email protected]> > Cc: [email protected]; [email protected]; [email protected]; > [email protected]; [email protected]; [email protected]; > Yigit, > Ferruh <[email protected]>; [email protected]; > [email protected]; [email protected] > 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 <[email protected]> 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!

