[dpdk-dev] [PATCH v4 1/3] rte: add keep alive functionality

Thomas Monjalon thomas.monjalon at 6wind.com
Fri Nov 13 17:09:28 CET 2015


2015-11-05 11:32, Remy Horton:
> --- /dev/null
> +++ b/lib/librte_eal/common/include/rte_keepalive.h

Please add it in doxygen configuration and index.

> --- a/lib/librte_eal/linuxapp/eal/rte_eal_version.map
> +++ b/lib/librte_eal/linuxapp/eal/rte_eal_version.map
> @@ -133,5 +133,9 @@ DPDK_2.2 {
>  	global:
>  
>  	rte_intr_cap_multiple;
> +	rte_keepalive_create;
> +	rte_keepalive_dispatch_pings;
> +	rte_keepalive_register_core;
> +	rte_keepalive_mark_alive;

Please keep alphabetical order.


More information about the dev mailing list