From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6B853A0525; Fri, 21 Feb 2020 02:21:44 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B065458C4; Fri, 21 Feb 2020 02:21:43 +0100 (CET) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id E94694C81; Fri, 21 Feb 2020 02:21:41 +0100 (CET) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Feb 2020 17:21:40 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,466,1574150400"; d="scan'208";a="240194854" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.117.17]) by orsmga006.jf.intel.com with ESMTP; 20 Feb 2020 17:21:38 -0800 Date: Fri, 21 Feb 2020 09:19:57 +0800 From: Ye Xiaolong To: David Marchand Cc: dev , Xiaoyun Li , dpdk stable Message-ID: <20200221011957.GA50984@intel.com> References: <20200210030757.11426-1-xiaoyun.li@intel.com> <20200217014115.26572-1-xiaoyun.li@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-dev] [PATCH v3] examples/tep_term: remove redundant info get X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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 02/20, David Marchand wrote: >On Mon, Feb 17, 2020 at 2:41 AM Xiaoyun Li wrote: >> >> Removed redundant function call of 'rte_eth_dev_info_get()' since it has >> already been called earlier. >> >> Coverity issue: 349922 >> Fixes: 2bb43bd4350a ("examples/tep_term: add TSO offload configuration") >> Cc: stable@dpdk.org >> >> Signed-off-by: Xiaoyun Li > >LGTM. >Xiaolong, you had reviewed it before, can you have a look? >Thanks. > >-- >David Marchand > LGTM. Reviewed-by: Xiaolong Ye