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

2020-07-07 Thread Andrew Rybchenko
On 7/6/20 8:51 PM, 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 > some visibility

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

2020-07-06 Thread Jiawei Wang
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 some visibility. The solution is introduced a new action that