[dpdk-dev] [PATCH v4 06/13] net/bnxt: add support for tunnel offload API
Ferruh Yigit
ferruh.yigit at intel.com
Tue Sep 28 14:43:34 CEST 2021
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.
Thanks,
ferruh
More information about the dev
mailing list