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 5E56DA034F; Thu, 25 Feb 2021 17:57:03 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 20191406B4; Thu, 25 Feb 2021 17:57:03 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id AE01C40692; Thu, 25 Feb 2021 17:57:01 +0100 (CET) IronPort-SDR: 4iPvHvwTTuJLytKFdGWZdDBBMBcaiTBjE4m4GFT6jsmBxYPHKwyPf23CQXi7AXYCyavb7LEERb uohHIKeaFK5A== X-IronPort-AV: E=McAfee;i="6000,8403,9906"; a="172727827" X-IronPort-AV: E=Sophos;i="5.81,206,1610438400"; d="scan'208";a="172727827" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Feb 2021 08:57:00 -0800 IronPort-SDR: QqkKhqpmrVdXP4jpgSjKyAVwWxeflJykbggNxrVQCu2yHqXXV2mDAH9TtLEa2A5x1rzG+7DdUx P7p3DikKxBuA== X-IronPort-AV: E=Sophos;i="5.81,206,1610438400"; d="scan'208";a="404453368" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.17.100]) ([10.252.17.100]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Feb 2021 08:56:59 -0800 From: Ferruh Yigit To: Xiaoyun Li Cc: dev@dpdk.org, stable@dpdk.org References: <20210218030610.1277810-1-xiaoyun.li@intel.com> <1711e2d7-0729-150f-80a9-1289f75db620@intel.com> X-User: ferruhy Message-ID: Date: Thu, 25 Feb 2021 16:56:54 +0000 MIME-Version: 1.0 In-Reply-To: <1711e2d7-0729-150f-80a9-1289f75db620@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] app/testpmd: remove unnecessary tunnel UDP cmd check 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 2/22/2021 10:44 AM, Ferruh Yigit wrote: > On 2/18/2021 3:06 AM, Xiaoyun Li wrote: >> cmd_tunnel_udp_config checked 'cmd' to set prot_type but this cmd is >> only for rx_vxlan_port. The unnecessary cmd check will cause uninit >> coverity issue. So remove it and rename 'cmd' to 'rx_vxlan_port'. >> >> Coverity issue: 366155 >> Fixes: bd948f20d609 ("app/testpmd: VXLAN packet identification") >> Cc: stable@dpdk.org >> >> Signed-off-by: Xiaoyun Li > > Acked-by: Ferruh Yigit > Applied to dpdk-next-net/main, thanks.