Re: [dpdk-dev] [PATCH v2 00/51] add features for host-based flow management

2020-07-01 Thread Ferruh Yigit
On 7/1/2020 3:26 PM, Ajit Khaparde wrote: > On Tue, Jun 30, 2020 at 11:52 PM Ajit Khaparde > wrote: > >> This patchset introduces support for VF representors, flow >> counters and on-chip exact match flows. >> Also implements the driver hook for the rte_flow_query API. >> >> v1->v2: >> - update

Re: [dpdk-dev] [PATCH v2 00/51] add features for host-based flow management

2020-07-01 Thread Ajit Khaparde
On Tue, Jun 30, 2020 at 11:52 PM Ajit Khaparde wrote: > This patchset introduces support for VF representors, flow > counters and on-chip exact match flows. > Also implements the driver hook for the rte_flow_query API. > > v1->v2: > - update commit message > - rebase patches against latest chan

[dpdk-dev] [PATCH v2 00/51] add features for host-based flow management

2020-07-01 Thread Ajit Khaparde
This patchset introduces support for VF representors, flow counters and on-chip exact match flows. Also implements the driver hook for the rte_flow_query API. v1->v2: - update commit message - rebase patches against latest changes in the tree - fix signed-off-by tags - update release notes Aj