Re: [dpdk-dev] [PATCH v5 2/3] doc: add flow API features tables

2021-05-14 Thread Thomas Monjalon
14/05/2021 12:42, Ferruh Yigit: > On 4/7/2021 11:33 PM, Thomas Monjalon wrote: > > The NICs overview table lists all supported features per driver. > > There was a single row for "Flow API", > > although rte_flow is composed of many items and actions. > > > > The row "Flow API" is replaced with tw

Re: [dpdk-dev] [PATCH v5 2/3] doc: add flow API features tables

2021-05-14 Thread Ferruh Yigit
On 4/7/2021 11:33 PM, Thomas Monjalon wrote: > The NICs overview table lists all supported features per driver. > There was a single row for "Flow API", > although rte_flow is composed of many items and actions. > > The row "Flow API" is replaced with two new tables for items and actions. > > Als