[PATCH v2 00/25] add the extend rte_flow offload support of nfp PMD
Chaoyong He
chaoyong.he at corigine.com
Sat Oct 22 10:24:04 CEST 2022
This is the third patch series to add the support of rte_flow offload for
nfp PMD, includes:
Add the offload support of decap/encap of VXLAN
Add the offload support of decap/encap of GENEVE
Add the offload support of decap/encap of NVGRE
Changes since v1
- Delete the modificaiton of release note.
- Modify the commit title.
- Rebase to the lastest logic.
Chaoyong He (25):
net/nfp: support IPv4 VXLAN flow item
net/nfp: support IPv6 VXLAN flow item
net/nfp: prepare for IPv4 tunnel encap flow action
net/nfp: prepare for IPv6 tunnel encap flow action
net/nfp: support IPv4 VXLAN encap flow action
net/nfp: support IPv6 VXLAN encap flow action
net/nfp: prepare for IPv4 UDP tunnel decap flow action
net/nfp: prepare for IPv6 UDP tunnel decap flow action
net/nfp: support IPv4 VXLAN decap flow action
net/nfp: support IPv6 VXLAN decap flow action
net/nfp: support IPv4 GENEVE encap flow action
net/nfp: support IPv6 GENEVE encap flow action
net/nfp: support IPv4 GENEVE flow item
net/nfp: support IPv6 GENEVE flow item
net/nfp: support IPv4 GENEVE decap flow action
net/nfp: support IPv6 GENEVE decap flow action
net/nfp: support IPv4 NVGRE encap flow action
net/nfp: support IPv6 NVGRE encap flow action
net/nfp: prepare for IPv4 GRE tunnel decap flow action
net/nfp: prepare for IPv6 GRE tunnel decap flow action
net/nfp: support IPv4 NVGRE flow item
net/nfp: support IPv6 NVGRE flow item
net/nfp: support IPv4 NVGRE decap flow action
net/nfp: support IPv6 NVGRE decap flow action
net/nfp: support new tunnel solution
doc/guides/nics/features/nfp.ini | 10 +
drivers/net/nfp/flower/nfp_flower.c | 14 +
drivers/net/nfp/flower/nfp_flower.h | 24 +
drivers/net/nfp/flower/nfp_flower_cmsg.c | 222 ++++
drivers/net/nfp/flower/nfp_flower_cmsg.h | 415 +++++++
drivers/net/nfp/nfp_flow.c | 2003 +++++++++++++++++++++++++++++-
drivers/net/nfp/nfp_flow.h | 56 +
7 files changed, 2675 insertions(+), 69 deletions(-)
--
1.8.3.1
More information about the dev
mailing list