Lines Matching refs:flow
16 The Soft NIC is configured through the standard DPDK ethdev API (ethdev, flow,
290 thus only supports creating meter object private to the flow. Once meter
291 object is successfully created, it can be linked to the specific flow by
292 specifying the ``meter`` flow action in the flow rule.
297 The SoftNIC PMD implements ethdev flow APIs ``rte_flow.h`` that allow validating
298 flow rules, adding flow rules to the SoftNIC pipeline as table rules, deleting
299 and querying the flow rules. The PMD provides new cli command for creating the
300 flow group and their mapping to the SoftNIC pipeline and table. This cli should
308 From the flow attributes of the flow, PMD uses the group id to get the mapped
309 pipeline and table. PMD supports number of flow actions such as
314 The flow must have one terminating actions i.e.
319 The flow API can be tested with the help of testpmd application. The SoftNIC
322 the flow rules can be added through the testpmd CLI.
323 The PMD will translate the flow rules to the SoftNIC pipeline tables rules.
327 Example demonstrates the flow queue action using the SoftNIC firmware and testpmd
377 * Configure flow rules on softnic:
381 flow create 2 group 0 ingress pattern eth / ipv4 proto mask 255 src \
386 flow create 2 group 0 ingress pattern eth / ipv4 proto mask 255 src \