On Thu, 7 Apr 2022 13:30:46 +0800 Xiaoyu Min <jack...@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?