[RFC 1/2] ethdev: port flags for pre-configuration flow hints

Stephen Hemminger stephen at networkplumber.org
Thu Apr 7 17:04:28 CEST 2022


On Thu, 7 Apr 2022 13:30:46 +0800
Xiaoyu Min <jackmin at nvidia.com> wrote:

>   * @b EXPERIMENTAL: this API may change without prior notice.
> @@ -4972,6 +4983,11 @@ struct rte_flow_port_attr {
>  	 * @see RTE_FLOW_ACTION_TYPE_METER
>  	 */
>  	uint32_t nb_meters;
> +	/**
> +	 * Port flags.
> +	 * @see enum rte_flow_port_flag
> +	 */
> +	enum rte_flow_port_flag flags;

This would have to wait until 22.11 because it is ABI breakage.
Also, how would this work with old users of API?


More information about the dev mailing list