> > On 10/22/2022 9:24 AM, Chaoyong He wrote: > > > 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 > > > > > > > Hi Chaoyong, > > > > './devtools/check-doc-vs-code.sh' tools reports some inconsistency, > > can you please fix it? > > Sorry, I can't quite understand the logic of this script. > I'm quite sure I have listed the items and actions we supported in the file > 'doc/guides/nics/features/nfp.ini'. > > And seems it report for every nic which support rte_flow?
Oh, I found the reason now. The git version in my host is too low, I upgrade it and it can successfully run this script now. I will revise it and sent out a new version patch, sorry for the bother.