[dpdk-dev] [PATCH v4 1/4] Add RIB library

Stephen Hemminger stephen at networkplumber.org
Fri Apr 27 00:20:45 CEST 2018


On Fri, 27 Apr 2018 01:03:31 +0300
Medvedkin Vladimir <medvedkinv at gmail.com> wrote:

> +		/**
> +		 * Intermediate node found.
> +		 * Previous rte_rib_tree_lookup_exact() returned NULL
> +		 * but node with proper search criteria is found.
> +		 * Validate intermediate node and return.
> +		 */
> +		if ((key == (*tmp)->key) && (depth == (*tmp)->depth)) {

Comments with /** are intended to be docbook comments.
This is not a docbook comment for a function.


More information about the dev mailing list