Re: [dpdk-dev] [PATCH] doc: fix the release notes for Mellanox PMD

2020-08-06 Thread Thomas Monjalon
06/08/2020 17:49, Viacheslav Ovsiienko: > The mlx5 PMD might not work on Power 9 platform with OFED > version 5.1-0.6.6.0 (latest GA release at the moment). > Release notes know issues chapter is updated accordingly, > workaround is proposed. > > Fixes: 544f35c334e5 ("doc: add tested platforms wit

[dpdk-dev] [PATCH] doc: fix the release notes for Mellanox PMD

2020-08-06 Thread Viacheslav Ovsiienko
The mlx5 PMD might not work on Power 9 platform with OFED version 5.1-0.6.6.0 (latest GA release at the moment). Release notes know issues chapter is updated accordingly, workaround is proposed. Fixes: 544f35c334e5 ("doc: add tested platforms with Mellanox NICs") Signed-off-by: Viacheslav Ovsiien