From: Bing Zhao Date: Fri, 17 Jul 2020 07:11:51 +0000 (+0800) Subject: doc: update release notes and mlx5 guide for eCPRI X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;ds=sidebyside;h=6db1bcf0387bb8fd117bbe44e7e07d8ec09775f1;p=dpdk.git doc: update release notes and mlx5 guide for eCPRI Update the release notes of mlx5 PMD part by adding the support of eCPRI. Update the firmware configuration in the mlx5 NIC guide to support the usage of eCPRI. Signed-off-by: Bing Zhao Acked-by: Viacheslav Ovsiienko --- diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst index 9a57768370..c185129ce4 100644 --- a/doc/guides/nics/mlx5.rst +++ b/doc/guides/nics/mlx5.rst @@ -993,6 +993,11 @@ Below are some firmware configurations listed. FLEX_PARSER_PROFILE_ENABLE=3 +- enable eCPRI flow matching:: + + FLEX_PARSER_PROFILE_ENABLE=4 + PROG_PARSE_GRAPH=1 + Prerequisites ------------- diff --git a/doc/guides/rel_notes/release_20_08.rst b/doc/guides/rel_notes/release_20_08.rst index 3e7d147bc9..d65f772505 100644 --- a/doc/guides/rel_notes/release_20_08.rst +++ b/doc/guides/rel_notes/release_20_08.rst @@ -130,6 +130,7 @@ New Features * Added new PMD devarg ``reclaim_mem_mode``. * Added new devarg ``lacp_by_user``. + * Added support for eCPRI protocol offloading. * **Added vDPA device APIs to query virtio queue statistics.**