On Sat, 20 Jun 2020 16:32:57 +0300
Andrey Vesnovaty <andrey.vesnov...@gmail.com> wrote:

> +
> +void *
> +rte_flow_shared_action_create(uint16_t port_id,
> +             const struct rte_flow_action *action,
> +             struct rte_flow_error *error)
> +{

NAK

API's that return void * (opaque pointer) are dangerous and should
not be added to DPDK.

To do data hiding. Define a structure but don't expose the internals
of what that structure are.

Reply via email to