power: remove duplicated symbols from map file

This is 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.
Experimental tag removed from 'rte_power_guest_channel_send_msg()'

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

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
This commit is contained in:
Ferruh Yigit 2021-02-25 10:54:49 +00:00 committed by David Marchand
parent 78d04f5182
commit e79b0efd98
2 changed files with 0 additions and 10 deletions

View File

@ -119,11 +119,6 @@ struct rte_power_channel_packet_caps_list {
};
/**
* @internal
*
* @warning
* @b EXPERIMENTAL: this API may change without prior notice.
*
* Send a message contained in pkt over the Virtio-Serial to the host endpoint.
*
* @param pkt
@ -136,13 +131,10 @@ struct rte_power_channel_packet_caps_list {
* - 0 on success.
* - Negative on error.
*/
__rte_experimental
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.
*

View File

@ -38,6 +38,4 @@ EXPERIMENTAL {
# added in 21.02
rte_power_ethdev_pmgmt_queue_disable;
rte_power_ethdev_pmgmt_queue_enable;
rte_power_guest_channel_receive_msg;
rte_power_guest_channel_send_msg;
};