On Mon, 17 Nov 2025 09:54:07 +0200 Bing Zhao <[email protected]> wrote:
> diff --git a/lib/ethdev/rte_flow.c b/lib/ethdev/rte_flow.c > index fe8f43caff..b94f0e304d 100644 > --- a/lib/ethdev/rte_flow.c > +++ b/lib/ethdev/rte_flow.c > @@ -831,6 +831,8 @@ rte_flow_conv_action_conf(void *buf, const size_t size, > * RTE_FLOW_ITEM_TYPE_END is encountered. > * @param[out] error > * Perform verbose error reporting if not NULL. > + * @param[in] with_mask > + * If true, @p src mask will be applied to spec and last. > * > * @return > * A positive value representing the number of bytes needed to store Sorry, this patch is submitted too late to make it into 25.11 release. Missing any release note. This would be a good example of where to use API versioning in a later release.

