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 E9464A0556; Thu, 20 Feb 2020 16:53:59 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 643831BF9B; Thu, 20 Feb 2020 16:53:59 +0100 (CET) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by dpdk.org (Postfix) with ESMTP id 59F8A1BF9A for ; Thu, 20 Feb 2020 16:53:58 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1582214037; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=0393YPnOPFt8shXCOy3LcgC4SHlzoVpETvyzOXUwCzQ=; b=AjXkbMjfurHV7YTs1IhgAraHMrHkaAwXIjQn8yDWTF/HbqR+/X+acnOxPvOojB9KB3ab51 Gw2EBsbl2k9A8Q+IqhPxNvLW7MuokdcdDzw/24RQRJxdEE+lnw+skVuqknLq+8olHF0OFY XUFnGtfPt6oodcTPQft2PILX4xcgu8Q= Received: from mail-ua1-f69.google.com (mail-ua1-f69.google.com [209.85.222.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-229-rBGh5Df_NEC6AqV1emuLSg-1; Thu, 20 Feb 2020 10:53:55 -0500 Received: by mail-ua1-f69.google.com with SMTP id 107so681040uau.13 for ; Thu, 20 Feb 2020 07:53:55 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=BglTcBGz/F2rh4/oVyPKJqdVk4sF+RSfFuE7lt4Rygs=; b=tss7BP5s28NghVAaGfOotDrGbdKXjxdASMGx+FaYPVQZILt7X6Ysu6winR2R/xEi8o wmgM3/xRl0zQu4WOoBKX0/w5rG+NmNPDRUFpnrzLJKvNM4HCi8sk5n9AMxsz2lHUyJvS ORsAI9/QNwKkTjgMSGcxa/2eFtDppJGmVl2hCi99BEIoV7vQW0/wNN/bg0uwJTF/I31I vzrkE2jfasHtHSolSyF1f4MFOOOLL0abUWNvVUxGypcYw7OsGmuMKjwQ3N62RqFuD62B 9tggvZJd/6UuPXTtuV0tWOz0RXQ3OVeiLcaI3yE9O+Is+w0A8LmfMUJWASMqqV+iW0AE Ck2w== X-Gm-Message-State: APjAAAUMRvSQnMh2xAiv7PfHr/iUNGdfW5IUUp1GGYhHb9YDyqNSnKpV AcojwjuEGKT6qmI2Pj8NuIvkYTApbeYHGnLFCeAp9/MIEQQvNzpdWfD7BaOhmZzti57OjdGWZB0 lpOB5XZqnkENBH/T+YcY= X-Received: by 2002:a67:905:: with SMTP id 5mr17792796vsj.105.1582214035292; Thu, 20 Feb 2020 07:53:55 -0800 (PST) X-Google-Smtp-Source: APXvYqwJXrdgyXDAWqxVrQChIvkcLBqGMX7c0Xw9VH0pDd+eJQKjz1OVasqmZsnjjkVnIspFfvppxHoCahYbQdtodag= X-Received: by 2002:a67:905:: with SMTP id 5mr17792779vsj.105.1582214035068; Thu, 20 Feb 2020 07:53:55 -0800 (PST) MIME-Version: 1.0 References: <20200210030757.11426-1-xiaoyun.li@intel.com> <20200217014115.26572-1-xiaoyun.li@intel.com> In-Reply-To: <20200217014115.26572-1-xiaoyun.li@intel.com> From: David Marchand Date: Thu, 20 Feb 2020 16:53:43 +0100 Message-ID: To: Xiaolong Ye Cc: dev , Xiaoyun Li , dpdk stable X-MC-Unique: rBGh5Df_NEC6AqV1emuLSg-1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 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. --=20 David Marchand