On 10/18/2022 4:12 AM, Chaoyong He wrote:
This is the second patch series to add the support of rte_flow offload for
nfp PMD, includes:
Implement the rte_flow related API
Implement the offload framework of nfp card
Add the offload support of common rte_flow pattern items
Add the offload support of common rte_flow actions
* Changes since v2
- Fix one problem import by the first patch series
* Changes since v1
- Add the 'Depends-on' tag
Depends-on: series-24819 ("preparation for the rte_flow offload of nfp PMD")
Isn't this dependency already merged?
Chaoyong He (25):
net/nfp: fix the requirement of cpp bridge service
net/nfp: add the stats process logic in ctrl VNIC service
net/nfp: add the structures and functions for flow offload
net/nfp: add the flow APIs of nfp PMD
net/nfp: add the offload support of basic items
net/nfp: add the offload support of basic actions
net/nfp: add the offload support of VLAN item
net/nfp: add the offload support of IPv4 item
net/nfp: add the offload support of IPv6 item
net/nfp: add the offload support of TCP item
net/nfp: add the offload support of UDP item
net/nfp: add the offload support of SCTP item
net/nfp: add the offload support of set SRC MAC action
net/nfp: add the offload support of set DST MAC action
net/nfp: add the offload support of pop VLAN action
net/nfp: add the offload support of push VLAN action
net/nfp: add the offload support of set SRC IPv4 action
net/nfp: add the offload support of set DST IPv4 action
net/nfp: add the offload support of set SRC IPv6 action
net/nfp: add the offload support of set DST IPv6 action
net/nfp: add the offload support of set TP SRC port action
net/nfp: add the offload support of set TP DST port action
net/nfp: add the offload support of set TTL action
net/nfp: add the offload support of set IPv4 DSCP action
net/nfp: add the offload support of set IPv6 DSCP action
Hi Chaoyong,
Can you please check review comments to v2, same comments seems valid
for this version.