[dpdk-dev] [PATCH v4 06/13] net/bnxt: add support for tunnel offload API

Thomas Monjalon thomas at monjalon.net
Tue Sep 28 17:46:35 CEST 2021


28/09/2021 14:43, Ferruh Yigit:
> On 9/20/2021 8:42 AM, Venkat Duvvuru wrote:
> > From: Kishore Padmanabha <kishore.padmanabha at 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.padmanabha at broadcom.com>
> > Signed-off-by: Venkat Duvvuru <venkatkumar.duvvuru at broadcom.com>
> > Reviewed-by: Shahaji Bhosle <sbhosle at broadcom.com>
> > Acked-by: Ajit Khaparde <ajit.khaparde at 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.




More information about the dev mailing list