New upstream version 17.11-rc3
[deb_dpdk.git] / lib / librte_power / guest_channel.c
index 85c92fa..fa5de0f 100644 (file)
@@ -148,6 +148,13 @@ guest_channel_send_msg(struct channel_packet *pkt, unsigned lcore_id)
        return 0;
 }
 
+int rte_power_guest_channel_send_msg(struct channel_packet *pkt,
+                       unsigned int lcore_id)
+{
+       return guest_channel_send_msg(pkt, lcore_id);
+}
+
+
 void
 guest_channel_host_disconnect(unsigned lcore_id)
 {