Re: [dpdk-dev] [PATCH] doc: fix description of some mlx5 features

2021-05-19 Thread Thomas Monjalon
19/05/2021 16:20, Thomas Monjalon: > From: Asaf Penso > > The support of the new RTE_FLOW_ITEM_TYPE_INTEGRITY > was added in the release notes 21.02 by mistake. > > The support of the Sub-Function representors was missing > in the release notes and the mlx5 guide. > > Fixes: 79f8952783d0 ("net/

[dpdk-dev] [PATCH] doc: fix description of some mlx5 features

2021-05-19 Thread Thomas Monjalon
From: Asaf Penso The support of the new RTE_FLOW_ITEM_TYPE_INTEGRITY was added in the release notes 21.02 by mistake. The support of the Sub-Function representors was missing in the release notes and the mlx5 guide. Fixes: 79f8952783d0 ("net/mlx5: support integrity flow item") Fixes: cb95feefdd