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 77027A0556; Mon, 17 Oct 2022 09:53:06 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 62AC44021D; Mon, 17 Oct 2022 09:53:06 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id 42FD240143 for ; Mon, 17 Oct 2022 09:53:05 +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 (4096 bits)) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id DF0F283; Mon, 17 Oct 2022 10:53:04 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru DF0F283 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1665993184; bh=euUo+rkeUaXog1ZlobEGqIA2U88aVCoJb4wE6+KNnzs=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=BAWQqJWQF9KL9Zq+wA15uV8WG8mJWri4DSAAyZiYbi0Z/qjNKqeIwmrQmpDFoPvO3 d5YRFBhjOUanZJnh0aWBQoSfbMh0tcbx/4GxvhSs7LtWlzi4B7I9fe5JGaBMIHVxhe Wvbi3DpdxLdOih0E/jAVqZElkbs/y2+XiG6nax3w= Message-ID: Date: Mon, 17 Oct 2022 10:53:04 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.0 Subject: Re: [PATCH] app/testpmd: fix incorrect flow arguments name Content-Language: en-US To: Ori Kam , "Singh, Aman Deep" , Suanming Mou , "dev@dpdk.org" Cc: Alexander Kozyrev , Yuying Zhang References: <20220930113950.833-1-suanmingm@nvidia.com> From: Andrew Rybchenko Organization: OKTET Labs In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 On 10/11/22 09:55, Ori Kam wrote: > > >> -----Original Message----- >> From: Singh, Aman Deep >> Sent: Thursday, 6 October 2022 10:59 >> >> >> >> On 9/30/2022 5:09 PM, Suanming Mou wrote: >>> There should be no spaces in flow command arguments name. >>> This commit removes incorrect arguments name in queue based table >>> template. >>> >>> Fixes: ecdc927b99f2 ("app/testpmd: add async flow create/destroy >> operations") >>> Cc: akozyrev@nvidia.com >>> >>> Signed-off-by: Suanming Mou >>> Acked-by: Aman Singh Acked-by: Aman Singh >>> >>> --- > > > Acked-by: Ori Kam > Thanks, > Ori Applied to dpdk-next-net/main, thanks.