From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 77BD2A0C4A; Tue, 13 Jul 2021 12:07:02 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0076E411BD; Tue, 13 Jul 2021 12:07:02 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 736D1410E6 for ; Tue, 13 Jul 2021 12:06:59 +0200 (CEST) Received: from [192.168.38.17] (aros.oktetlabs.ru [192.168.38.17]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id 0A1847F523; Tue, 13 Jul 2021 13:06:59 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru 0A1847F523 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1626170819; bh=JKrxW/yYCfF4nBfMF5FMDum/33vv6Ask/lNOrYnAjpc=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=CBnz5mphwT4u9n1EDhfIocyyRdSeNUqMvWrG3yPW2Fu3tTWmFOkLYSYPL8IJY9DSr uRxtDfpqNlw22RjBSGM6x0JhaQOQ3gsX/biFGVKKL2Ioqr5cpJQEymDWLnYRgJtw21 Vwr3IA3Hw79bOXVTmq6mu58DWoOrIXdlOHeXmsHA= To: Raslan Darawsheh , Rongwei Liu , Matan Azrad , Slava Ovsiienko , Ori Kam , NBU-Contact-Thomas Monjalon , Xiaoyun Li Cc: "dev@dpdk.org" References: <19edbe9a-bdbe-3c4c-17fa-de70f312927f@oktetlabs.ru> <20210713095517.54259-1-rongweil@nvidia.com> <20210713095517.54259-3-rongweil@nvidia.com> From: Andrew Rybchenko Organization: OKTET Labs Message-ID: Date: Tue, 13 Jul 2021 13:06:58 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v5 2/2] app/testpmd: support VXLAN the last 8-bits field matching X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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.