[AMD Official Use Only - AMD Internal Distribution Only] Hi Stephen,
> -----Original Message----- > From: Stephen Hemminger <step...@networkplumber.org> > Sent: Tuesday, October 22, 2024 6:49 AM > To: Tummala, Sivaprasad <sivaprasad.tumm...@amd.com> > Cc: david.h...@intel.com; anatoly.bura...@intel.com; jer...@marvell.com; > radu.nico...@intel.com; gak...@marvell.com; cristian.dumitre...@intel.com; > Yigit, > Ferruh <ferruh.yi...@amd.com>; konstantin.anan...@huawei.com; > lihuis...@huawei.com; dev@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.tumm...@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!