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:
parent
78d04f5182
commit
e79b0efd98
@ -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.
|
||||
*
|
||||
|
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user