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 87AF2A0543 for ; Wed, 6 Jul 2022 16:28:29 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7BEA440E50; Wed, 6 Jul 2022 16:28:29 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id D5BD940687; Wed, 6 Jul 2022 16:28:26 +0200 (CEST) Received: from [192.168.1.38] (unknown [188.170.75.69]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id B7FC0F5; Wed, 6 Jul 2022 17:28:25 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru B7FC0F5 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1657117706; bh=hV/taZOoKvRgWyu2bAHHYj1s2nlLO2763+b5fGtjTRg=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=b0MzrfWbgsdvVPChJGDs4EjiEV4eXeA+/wktGxtfC2DCTWiY7j+Uaj4FsUJmRBjn7 hFoczLJnOPYuBFXWrKLDMjA3jYdKWJQGXta1rB9nE88heUqJM7Z6JIfdNuaU9a+Soi ofs6ciO/31J6JHYrRuajsPV+R8gle/FRao0lwZgs= Message-ID: <547eeaef-eaab-726f-eddf-c3137ce9a419@oktetlabs.ru> Date: Wed, 6 Jul 2022 17:28:24 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Subject: Re: [PATCH] app/testpmd: fix GTP PSC raw processing Content-Language: en-US To: "Singh, Aman Deep" , Gregory Etelson , dev@dpdk.org Cc: matan@nvidia.com, rasland@nvidia.com, stable@dpdk.org, Ori Kam , Yuying Zhang , Viacheslav Ovsiienko , Thomas Monjalon References: <20220630125055.19719-1-getelson@nvidia.com> <7ffade2a-871c-782a-8c68-9c51c39be0d3@intel.com> From: Andrew Rybchenko In-Reply-To: <7ffade2a-871c-782a-8c68-9c51c39be0d3@intel.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org On 7/4/22 12:08, Singh, Aman Deep wrote: > > > On 6/30/2022 6:20 PM, Gregory Etelson wrote: >> Fix GTP PSP extension size initialization. >> Clear input buffer. >> >> cc: stable@dpdk.org >> >> Fixes: c65282c9aa31 ("app/testpmd: fix GTP PSC raw processing") Incorrect order: Fixes: ... Cc: ... >> Signed-off-by: Gregory Etelson > > Acked-by: Aman Singh Missing space before e-mail above. Reviewed-by: Andrew Rybchenko