[dpdk-dev] [PATCH v10 4/7] doc: update documentation to reflect new options
Thomas Monjalon
thomas at monjalon.net
Sun Nov 15 22:56:16 CET 2020
10/11/2020 23:55, Stephen Hemminger:
> --- a/doc/guides/nics/ice.rst
> +++ b/doc/guides/nics/ice.rst
> - -w 80:00.0,pipeline-mode-support=1
> + -a 80:00.0,pipeline-mode-support=1
> +
> +- ``Flow Mark Support`` (default ``0``)
> +
> + This is a hint to the driver to select the data path that supports flow mark extraction
> + by default.
> + NOTE: This is an experimental devarg, it will be removed when any of below conditions
> + is ready.
> + 1) all data paths support flow mark (currently vPMD does not)
> + 2) a new offload like RTE_DEV_RX_OFFLOAD_FLOW_MARK be introduced as a standard way to hint.
> + Example::
> +
> + -a 80:00.0,flow-mark-support=1
It looks to be a rebase issue.
This is reverting "net/ice: remove devargs for flow mark".
More information about the dev
mailing list