From: Ajit Khaparde Date: Wed, 28 Oct 2020 04:46:09 +0000 (-0700) Subject: doc: fix a typo in flow API guide X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=6abd886826cf4c99dff83d3d2f5099e52937c147;p=dpdk.git doc: fix a typo in flow API guide flow_type_rss_offloads was misspelt as flow_tpe_rss_offloads Fixes: 6abee736abe6 ("doc: update RSS flow action with best effort") Cc: stable@dpdk.org Signed-off-by: Ajit Khaparde Acked-by: Andrew Rybchenko --- diff --git a/doc/guides/prog_guide/rte_flow.rst b/doc/guides/prog_guide/rte_flow.rst index 8dc048c6f4..ea203e0ca4 100644 --- a/doc/guides/prog_guide/rte_flow.rst +++ b/doc/guides/prog_guide/rte_flow.rst @@ -1778,7 +1778,7 @@ these RSS types are simply ignored. For example, it happens if: (e.g. pattern has UDP item, but RSS types contain TCP). If requested RSS hash types are not supported by the Ethernet device at all -(not reported in ``dev_info.flow_tpe_rss_offloads``), +(not reported in ``dev_info.flow_type_rss_offloads``), the flow creation will fail. Note: RSS hash result is stored in the ``hash.rss`` mbuf field which