This is also causing build error, like:
https://travis-ci.com/github/ovsrobot/dpdk/jobs/482121104

Also '@internal' marker removed from doxygen comment, since public API
should not be internal.

Fixes: 4d3892dcd77b ("power: make channel message functions public")
Cc: sta...@dpdk.org

Signed-off-by: Ferruh Yigit <ferruh.yi...@intel.com>
---
Cc: Aaron Conole <acon...@redhat.com>
Cc: Bruce Richardson <bruce.richard...@intel.com>
Cc: David Marchand <david.march...@redhat.com>
Cc: Anatoly Burakov <anatoly.bura...@intel.com>
Cc: Juraj Linkeš <juraj.lin...@pantheon.tech>
---
 lib/librte_power/rte_power_guest_channel.h | 4 ----
 lib/librte_power/version.map               | 2 --
 2 files changed, 6 deletions(-)

diff --git a/lib/librte_power/rte_power_guest_channel.h 
b/lib/librte_power/rte_power_guest_channel.h
index ed4fbfdcd38a..7586e9491f11 100644
--- a/lib/librte_power/rte_power_guest_channel.h
+++ b/lib/librte_power/rte_power_guest_channel.h
@@ -119,8 +119,6 @@ struct rte_power_channel_packet_caps_list {
 };
 
 /**
- * @internal
- *
  * @warning
  * @b EXPERIMENTAL: this API may change without prior notice.
  *
@@ -141,8 +139,6 @@ int rte_power_guest_channel_send_msg(struct 
rte_power_channel_packet *pkt,
                        unsigned int lcore_id);
 
 /**
- * @internal
- *
  * @warning
  * @b EXPERIMENTAL: this API may change without prior notice.
  *
diff --git a/lib/librte_power/version.map b/lib/librte_power/version.map
index 3ba9390241d2..bce5110dd5b4 100644
--- a/lib/librte_power/version.map
+++ b/lib/librte_power/version.map
@@ -12,7 +12,6 @@ DPDK_21 {
        rte_power_get_capabilities;
        rte_power_get_env;
        rte_power_get_freq;
-       rte_power_guest_channel_send_msg;
        rte_power_init;
        rte_power_set_env;
        rte_power_set_freq;
@@ -31,7 +30,6 @@ EXPERIMENTAL {
        rte_power_empty_poll_stat_free;
        rte_power_empty_poll_stat_init;
        rte_power_empty_poll_stat_update;
-       rte_power_guest_channel_receive_msg;
        rte_power_poll_stat_fetch;
        rte_power_poll_stat_update;
 
-- 
2.29.2

Reply via email to