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 <bingz@mellanox.com>
Acked-by: Viacheslav Ovsiienko <viacheslavo@mellanox.com>
This commit is contained in:
Bing Zhao 2020-07-17 15:11:51 +08:00 committed by Ferruh Yigit
parent d7c49561d3
commit 6db1bcf038
2 changed files with 6 additions and 0 deletions

View File

@ -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
-------------

View File

@ -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.**