On 17-Aug-18 11:51 AM, Jeff Guo wrote:
This patch modify the device event callback process function name to be
more explicit, and exposure the API from private to public. The drivers
and apps would directly use this API to process device event callback.
Signed-off-by: Jeff Guo <jia....@intel.com>
---
<snip>
*
+ * Internal Executes all the user application registered callbacks for
+ * the specific device. It is for DPDK internal user only. User
+ * application should not call it directly.
+ *
+ * @param device_name
+ * The device name.
+ * @param event
+ * the device event type.
+ */
+void __rte_experimental
+rte_dev_event_callback_process(const char *device_name,
+ enum rte_dev_event_type event);
Also, you've exported it but haven't added it to the .map file.
--
Thanks,
Anatoly