On 9/28/2021 4:46 PM, Thomas Monjalon wrote: > 28/09/2021 14:43, Ferruh Yigit: >> On 9/20/2021 8:42 AM, Venkat Duvvuru wrote: >>> From: Kishore Padmanabha <kishore.padmana...@broadcom.com> >>> >>> Add support for tunnel offload APIs. Specifically the following >>> are supported. >>> tunnel_decap_set, tunnel_match, tunnel_action_decap_release, >>> tunnel_item_release. >>> >>> This provides support for VXLAN decap action where two flows >>> can indicate tunnel offload rule. The first flow indicates the >>> tunnel properties and second flow indicates the inner packet >>> structure. The templates are updated to support this >>> feature. >>> >>> Signed-off-by: Kishore Padmanabha <kishore.padmana...@broadcom.com> >>> Signed-off-by: Venkat Duvvuru <venkatkumar.duvv...@broadcom.com> >>> Reviewed-by: Shahaji Bhosle <sbho...@broadcom.com> >>> Acked-by: Ajit Khaparde <ajit.khapa...@broadcom.com> >> >> >> Hi Ajit, >> >> Following warning is reported by Jerin & Thomas: >> >> $ ./devtools/check-doc-vs-code.sh >> rte_flow doc out of sync for bnxt >> action shared >> >> >> This is mainly saying 'RTE_FLOW_ACTION_TYPE_SHARED' flow action is supported >> but >> not documented. But from code I am not sure if shared action is used, there >> is >> only one range check using this enum in the code, can you please clarify? >> If it is supported I can update the documentation. > > Please fix it in the right commit atomically. >
Sure I will fix it in the relevant commit, but first I want to be sure what script detected is correct or not.