[dpdk-dev] [PATCH v3 11/18] pipeline: fix spellin error in comment

Dumitrescu, Cristian cristian.dumitrescu at intel.com
Fri Oct 15 00:40:11 CEST 2021



> -----Original Message-----
> From: Stephen Hemminger <stephen at networkplumber.org>
> Sent: Thursday, October 14, 2021 10:56 PM
> To: dev at dpdk.org
> Cc: Stephen Hemminger <stephen at networkplumber.org>; Dumitrescu,
> Cristian <cristian.dumitrescu at intel.com>
> Subject: [PATCH v3 11/18] pipeline: fix spellin error in comment
> 
> Minor typo
> 
> Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
> ---
>  lib/pipeline/rte_swx_pipeline.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/lib/pipeline/rte_swx_pipeline.h b/lib/pipeline/rte_swx_pipeline.h
> index 490ff60c0d02..4b7825956558 100644
> --- a/lib/pipeline/rte_swx_pipeline.h
> +++ b/lib/pipeline/rte_swx_pipeline.h
> @@ -633,7 +633,7 @@ struct rte_swx_pipeline_selector_params {
>  	const char *group_id_field_name;
> 
>  	/** The set of fields used to select (through a hashing scheme) the
> -	 * member within the current group. Inputs into the seletion
> operation.
> +	 * member within the current group. Inputs into the selection
> operation.
>  	 * Restriction: All the selector fields must be part of the same struct,
>  	 * i.e. part of the same header or part of the meta-data structure.
>  	 */
> --
> 2.30.2

Thanks, Stephen.

Acked-by: Cristian Dumitrescu <cristian.dumitrescu at intel.com>



More information about the dev mailing list