Re: [dpdk-dev] [PATCH v3 8/8] doc: update dpdk 21.05 release notes
From: Ferruh Yigit <hidden>
Date: 2021-03-31 12:08:57
On 3/17/2021 9:26 AM, Salem Sol wrote:
quoted hunk ↗ jump to hunk
Update release notes for dpdk 21.05 to include the new Mellanox driver's support for VXLAN and NVGRE encap as sample actions. Signed-off-by: Salem Sol <redacted> --- doc/guides/rel_notes/release_21_05.rst | 6 ++++++ 1 file changed, 6 insertions(+)diff --git a/doc/guides/rel_notes/release_21_05.rst b/doc/guides/rel_notes/release_21_05.rst index 23f7f0bff9..312b3cbe61 100644 --- a/doc/guides/rel_notes/release_21_05.rst +++ b/doc/guides/rel_notes/release_21_05.rst@@ -65,6 +65,12 @@ New Features * Added support for txgbevf PMD. +* **Updated Mellanox mlx5 driver.** + + Updated the Mellanox mlx5 driver with new features and improvements, including: + + * Added support for VXLAN and NVGRE encap as a sample actions. + * **Updated testpmd.** * Added command to display Rx queue used descriptor count.
Can you please distribute the content of this patch to the patch that actually adds the feature, instead of having a separate release notes update patch? Thanks.