[dpdk-dev] [PATCH 1/2] [RFC]: ethdev: add pre-defined meter policy API

Stephen Hemminger stephen at networkplumber.org
Tue Apr 20 19:56:05 CEST 2021


On Thu, 18 Mar 2021 10:58:14 +0200
Li Zhang <lizh at nvidia.com> wrote:

> +
> +	/**
> +	 * Color the packet to reflect the meter color result.
> +	 *
> +	 * See struct rte_flow_action_color.
> +	 */
> +	RTE_FLOW_ACTION_TYPE_COlOR,

Why the odd use of lower case here? Shouldn't it be RTE_FLOW_ACTION_TYPE_COLOR


More information about the dev mailing list