[dpdk-dev] [PATCH V12 4/4] doc: add FEC API and PMD information
Andrew Rybchenko
arybchenko at solarflare.com
Thu Sep 24 15:52:47 CEST 2020
On 9/24/20 4:05 PM, Min Hu (Connor) wrote:
> Added the FEC API, and hns3 FEC PMD information in
> release 20.11.rst file.
>
> Signed-off-by: Min Hu (Connor) <humin29 at huawei.com>
> Reviewed-by: Wei Hu (Xavier) <xavier.huwei at huawei.com>
> Reviewed-by: Chengwen Feng <fengchengwen at huawei.com>
> Reviewed-by: Chengchang Tang <tangchengchang at huawei.com>
> ---
> doc/guides/rel_notes/release_20_11.rst | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/doc/guides/rel_notes/release_20_11.rst b/doc/guides/rel_notes/release_20_11.rst
> index c6642f5..de2c8e4 100644
> --- a/doc/guides/rel_notes/release_20_11.rst
> +++ b/doc/guides/rel_notes/release_20_11.rst
> @@ -78,6 +78,15 @@ New Features
> ``--portmask=N``
> where N represents the hexadecimal bitmask of ports used.
>
> +* **Added the FEC API, for a generic FEC query and config.**
> +
> + Added the FEC API which provides functions for query FEC capabilities and
> + current FEC mode from device. Also, API for configuring FEC mode is also provided.
> +
Release notes should be updated when corresponding functionality is
added. So above lines belong to 1/4.
> +* **Added hns3 FEC PMD, for supporting query and config FEC mode.**
> +
> + Added the FEC PMD which provides functions for query FEC capabilities and
> + current FEC mode from device. Also, PMD for configuring FEC mode is also provided.
These lines belong to 2/4 and don't forget to add extra empty
line since it must be two empty lines the next section.
>
> Removed Items
> -------------
>
More information about the dev
mailing list