[dpdk-dev] [PATCH v4 06/13] net/bnxt: add support for tunnel offload API
Thomas Monjalon
thomas at monjalon.net
Wed Sep 29 10:20:40 CEST 2021
28/09/2021 23:32, Ajit Khaparde:
> On Tue, Sep 28, 2021 at 5:43 AM Ferruh Yigit <ferruh.yigit at intel.com> wrote:
> > 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?
>
> Correct. RTE_FLOW_ACTION_TYPE_SHARED is being used only for a range check.
> It is not really a supported action right now as far as the code is concerned.
> As of now, no document update is necessary. Thanks
You need to update something to make the check OK.
If it is a false positive, it can be handled in the script,
but we cannot let the script returning an error.
More information about the dev
mailing list