Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net/ice: fix how ice driver handles flows
Currently ICE PMD uses group attribute to select the appropriate HW engine to offload the flow. This behavior violates the rte_flow API, existing documentation/examples, and reveals hardware specific details. This patch eliminates the use of the group attribute and runs each engine parser in the order they work in the HW pipeline. Fixes: 9c5f007 ("net/ice: map group to pipeline stage") Cc: [email protected] Cc: [email protected] Signed-off-by: Vladimir Medvedkin <[email protected]> Acked-by: Bruce Richardson <[email protected]>
- Loading branch information