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 EB1F7A0547 for ; Mon, 22 Feb 2021 11:44:42 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E02141CC572; Mon, 22 Feb 2021 11:44:42 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 582BC4003C; Mon, 22 Feb 2021 11:44:39 +0100 (CET) IronPort-SDR: sWPRndWSBnnBrxJUdx6F9Cm7u70mktlOUEQCb29YiTJXen13LUsS+hOMFu6zH9ZlHDsPlKNDN+ otKCqVx4T/wA== X-IronPort-AV: E=McAfee;i="6000,8403,9902"; a="183682435" X-IronPort-AV: E=Sophos;i="5.81,197,1610438400"; d="scan'208";a="183682435" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Feb 2021 02:44:38 -0800 IronPort-SDR: M+b1mGmFVUoOwonFQ+g2iWUNbtkGtZzQCd62nSX2YjJbBCgTyG07y3cDGzwye9+rjSwQR3TvqH F6Hety8pXo5Q== X-IronPort-AV: E=Sophos;i="5.81,197,1610438400"; d="scan'208";a="402530228" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.232.118]) ([10.213.232.118]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Feb 2021 02:44:37 -0800 To: Xiaoyun Li Cc: dev@dpdk.org, stable@dpdk.org References: <20210218030610.1277810-1-xiaoyun.li@intel.com> From: Ferruh Yigit X-User: ferruhy Message-ID: <1711e2d7-0729-150f-80a9-1289f75db620@intel.com> Date: Mon, 22 Feb 2021 10:44:33 +0000 MIME-Version: 1.0 In-Reply-To: <20210218030610.1277810-1-xiaoyun.li@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH] app/testpmd: remove unnecessary tunnel UDP cmd check 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 Sender: "stable" 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