[dpdk-dev] [PATCH] add flow shared action API
Thomas Monjalon
thomas at monjalon.net
Wed Jul 8 13:50:06 CEST 2020
08/07/2020 13:00, Jerin Jacob:
> Driver side it is OKAY but how the application can update it? The PMD does not
> need or does not have a shared object.
>
> Otherway to ask is, Could you have share the API call sequence using
> "rte_flow_shared_action_update(uint16_port port, rte_shared_ctx *ctx,
> rte_flow_action *action, error)"
>
> to enable support for the following category of HW as I mentioned earlier.
> - The HW has "pattern" and "action" mapped to different HW objects and
> action can be updated any time without destroying and create.(a,k,a
> Does not have shared HW object)
Yes an example of API usage may help.
We should get one today.
More information about the dev
mailing list