On 4/6/2018 5:54 AM, Thomas Monjalon wrote:
05/04/2018 18:10, Jeff Guo:
--- a/lib/librte_eal/rte_eal_version.map
+++ b/lib/librte_eal/rte_eal_version.map
@@ -260,3 +260,13 @@ EXPERIMENTAL {
rte_socket_id_by_idx;
} DPDK_18.02;
+
+EXPERIMENTAL {
+ global:
+
+ rte_dev_e
05/04/2018 18:10, Jeff Guo:
> --- a/lib/librte_eal/rte_eal_version.map
> +++ b/lib/librte_eal/rte_eal_version.map
> @@ -260,3 +260,13 @@ EXPERIMENTAL {
> rte_socket_id_by_idx;
>
> } DPDK_18.02;
> +
> +EXPERIMENTAL {
> + global:
> +
> + rte_dev_event_monitor_start;
> + r
This patch aims to add a general device event monitor framework at
EAL device layer, for device hotplug awareness and actions adopted
accordingly. It could also expand for all other types of device event
monitor, but not in this scope at the stage.
To get started, users firstly call below new adde
3 matches
Mail list logo