On 7/13/21 1:02 PM, Raslan Darawsheh wrote: > Hi, > [...] >> diff --git a/doc/guides/rel_notes/release_21_08.rst >> b/doc/guides/rel_notes/release_21_08.rst >> index 6a902ef9ac..3fb17bbf77 100644 >> --- a/doc/guides/rel_notes/release_21_08.rst >> +++ b/doc/guides/rel_notes/release_21_08.rst >> @@ -117,6 +117,11 @@ New Features >> The experimental PMD power management API now supports managing >> multiple Ethernet Rx queues per lcore. >> >> +* **Updated Mellanox mlx5 driver.** >> + >> + Updated the Mellanox mlx5 driver with new features and improvements, >> including: >> + >> + * Added support for matching on vxlan header last 8-bits reserved field. >> > This change should be part of the first patch not related to testpmd part. > > Also, how about something like this: > Added support for matching on the reserved filed of VXLAN header (last > 8-bits). >
Also it should be merged with already existing "Updated Mellanox mlx5 driver." in 21.08 release notes. Thanks, Andrew.