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

2024-02-06 Thread Etelson, Gregory
Hello Thomas, --- a/lib/ethdev/rte_flow.h +++ b/lib/ethdev/rte_flow.h #define RTE_FLOW_TABLE_SPECIALIZE_TRANSFER_VPORT_ORIG RTE_BIT32(1) +/** + * Specialize table for resize. + */ +#define RTE_FLOW_TABLE_SPECIALIZE_RESIZABLE_TABLE RTE_BIT32(2) I'm not sure about the repeating "TABLE" at the e

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

2024-02-06 Thread Thomas Monjalon
31/01/2024 10:59, Gregory Etelson: > --- a/lib/ethdev/rte_flow.h > +++ b/lib/ethdev/rte_flow.h > #define RTE_FLOW_TABLE_SPECIALIZE_TRANSFER_VPORT_ORIG RTE_BIT32(1) > +/** > + * Specialize table for resize. > + */ > +#define RTE_FLOW_TABLE_SPECIALIZE_RESIZABLE_TABLE RTE_BIT32(2) I'm not sure about