Re: [dpdk-dev] [PATCH v5 1/7] ethdev: introduce sample action for rte flow

2020-09-08 Thread Ori Kam
Hi Ajit, Sorry for not inline, but for some reason this tread is in html format. I think that the issue you are rising is a good one, but can be solved using the new context API that we are going to push into 20.11 https://patches.dpdk.org/cover/73555/ this will enable creating the sample action

Re: [dpdk-dev] [PATCH v5 1/7] ethdev: introduce sample action for rte flow

2020-09-04 Thread Ajit Khaparde
On Thu, Aug 27, 2020 at 8:23 AM Jiawei Wang wrote: > When using full offload, all traffic will be handled by the HW, and > directed to the requested VF or wire, the control application loses > visibility on the traffic. > So there's a need for an action that will enable the control application >