Re: [dpdk-dev] [PATCH v4 1/1] ethdev: introduce indirect action APIs

2021-04-19 Thread Bing Zhao
o ; > dev@dpdk.org; ajit.khapa...@broadcom.com; Gregory Etelson > ; Andrey Vesnovaty > Subject: Re: [dpdk-dev] [PATCH v4 1/1] ethdev: introduce indirect > action APIs > > External email: Use caution opening links or attachments > > > 16/04/2021 19:33, Bing Zhao: >

Re: [dpdk-dev] [PATCH v4 1/1] ethdev: introduce indirect action APIs

2021-04-19 Thread Thomas Monjalon
16/04/2021 19:33, Bing Zhao: > --- a/doc/guides/rel_notes/release_21_05.rst > +++ b/doc/guides/rel_notes/release_21_05.rst > @@ -234,6 +234,9 @@ API Changes > * pci: The value ``PCI_ANY_ID`` is marked as deprecated >and can be replaced with ``RTE_PCI_ANY_ID``. > > +* ethdev: The experimental

[dpdk-dev] [PATCH v4 1/1] ethdev: introduce indirect action APIs

2021-04-16 Thread Bing Zhao
Right now, rte_flow_shared_action_* APIs are used for some shared actions, like RSS, count. The shared action should be created before using it inside a flow. These shared actions sometimes are not really shared but just some indirect actions decoupled from a flow. The new functions rte_flow_actio