From: Min Hu (Connor) Date: Tue, 20 Apr 2021 08:59:52 +0000 (+0800) Subject: doc: fix Rx burst function in hns3 guide X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=8e321f7df187471a164cb8b66a09298001af69d3;p=dpdk.git doc: fix Rx burst function in hns3 guide The patch 'net/hns3: rename Rx burst function' changed `simple' Rx function name from 'scalar' to 'scalar simple', but doc ignored that. This patch fixed it. Fixes: aa5baf47e1a3 ("net/hns3: rename Rx burst function") Cc: stable@dpdk.org Signed-off-by: Min Hu (Connor) --- diff --git a/doc/guides/nics/hns3.rst b/doc/guides/nics/hns3.rst index fa45721ee3..52d6718eca 100644 --- a/doc/guides/nics/hns3.rst +++ b/doc/guides/nics/hns3.rst @@ -59,7 +59,7 @@ Runtime Config Options ``sve``, if supported use the ``sve`` Rx function which indicates the sve algorithm. ``simple``, if supported use the ``simple`` Rx function which indicates - the scalar algorithm. + the scalar simple algorithm. ``common``, if supported use the ``common`` Rx function which indicates the scalar scattered algorithm.