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

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

2021-04-07 Thread Thomas Monjalon
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. Also, since rte_flow is not implemented in all drivers, it wou