Re: [PATCH v6] ethdev: add template table resize API

2024-02-13 Thread Thomas Monjalon
12/02/2024 19:12, Gregory Etelson: > --- a/doc/guides/howto/rte_flow.rst > +++ b/doc/guides/howto/rte_flow.rst > +Template API resizable table > + > + > +Description > +~~~ > + > +The resizable template table API enables applications to dynamically adjust > +capa

Re: [PATCH v6] ethdev: add template table resize API

2024-02-12 Thread Ferruh Yigit
On 2/12/2024 6:12 PM, Gregory Etelson wrote: > Template table creation API sets table flows capacity. > If application needs more flows then the table was designed for, > the following procedures must be completed: > 1. Create a new template table with larger flows capacity. > 2. Re-create existing

[PATCH v6] ethdev: add template table resize API

2024-02-12 Thread Gregory Etelson
Template table creation API sets table flows capacity. If application needs more flows then the table was designed for, the following procedures must be completed: 1. Create a new template table with larger flows capacity. 2. Re-create existing flows in the new table and delete flows from the or