From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <arybchenko@solarflare.com>
Received: from dispatch1-us1.ppe-hosted.com (dispatch1-us1.ppe-hosted.com
 [67.231.154.164]) by dpdk.org (Postfix) with ESMTP id 8DE31239
 for <dev@dpdk.org>; Thu,  8 Nov 2018 07:20:22 +0100 (CET)
X-Virus-Scanned: Proofpoint Essentials engine
Received: from webmail.solarflare.com (uk.solarflare.com [193.34.186.16])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits))
 (No client certificate requested)
 by mx1-us4.ppe-hosted.com (Proofpoint Essentials ESMTP Server) with ESMTPS id
 5E678140079; Thu,  8 Nov 2018 06:20:21 +0000 (UTC)
Received: from [192.168.38.17] (91.220.146.112) by ukex01.SolarFlarecom.com
 (10.17.10.4) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Thu, 8 Nov 2018
 06:20:17 +0000
To: Stephen Hemminger <stephen@networkplumber.org>
CC: <dev@dpdk.org>
References: <20181106193005.5383-1-stephen@networkplumber.org>
 <20181106193005.5383-2-stephen@networkplumber.org>
 <5d2c4750-b418-c4fe-4e20-d7cc7ca4efe7@solarflare.com>
 <20181107101502.2cbaffde@shemminger-XPS-13-9360>
From: Andrew Rybchenko <arybchenko@solarflare.com>
Message-ID: <5e6dc720-b16c-6ce1-e024-aef7f1bd447a@solarflare.com>
Date: Thu, 8 Nov 2018 09:20:13 +0300
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101
 Thunderbird/60.2.1
MIME-Version: 1.0
In-Reply-To: <20181107101502.2cbaffde@shemminger-XPS-13-9360>
Content-Language: en-GB
X-Originating-IP: [91.220.146.112]
X-ClientProxiedBy: ocex03.SolarFlarecom.com (10.20.40.36) To
 ukex01.SolarFlarecom.com (10.17.10.4)
X-TM-AS-Product-Ver: SMEX-12.5.0.1300-8.5.1010-24210.003
X-TM-AS-Result: No-6.607200-8.000000-10
X-TMASE-MatchedRID: 9zTThWtzImsOwH4pD14DsPHkpkyUphL9/5QRvrl2CZAY0A95tjAn+/U7
 2nYVxvYNj8KAwn2ay8MAcAl1Dj3E4MnUsvxvsR6SaDgPZBX/bMvqvccKLF+4pwwv1ZvdCH+FVM2
 p/cRDyjFic/5yraYWDlebGpjHs5mWxldSKOGXaXwZCVRU/aI9zMdtmwbxPlmOOyxd6V963VS48W
 uRFQVdauLzNWBegCW2RYvisGWbbS8TEC0P9PvYRsZW5ai5WKlyo0A8w3R98gpxYEayR3+NN9N/G
 zlnPhXt1yTsBqbGjzaIX187HetWHejELWLqLztu+YHKbJvZkwHK4V4MMKZjr/T+iRa7rHOPVlxr
 1FJij9s=
X-TM-AS-User-Approved-Sender: Yes
X-TM-AS-User-Blocked-Sender: No
X-TMASE-Result: 10--6.607200-8.000000
X-TMASE-Version: SMEX-12.5.0.1300-8.5.1010-24210.003
X-MDID: 1541658022-n8eZG_vcsm2q
Content-Type: text/plain; charset="utf-8"; format=flowed
Content-Transfer-Encoding: 7bit
X-Content-Filtered-By: Mailman/MimeDel 2.1.15
Subject: Re: [dpdk-dev] [PATCH 1/4] net/failsafe: avoid rte_memcpy if
 rte_realloc fails
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 08 Nov 2018 06:20:22 -0000

On 11/7/18 9:15 PM, Stephen Hemminger wrote:
> Any solution is fine because of that. You could flag it as false in Coverity
> or change code to avoid warning. Just want to get it fixed, don't care how.

Done, marked it as false positive in Coverity and provided explanation why.

Andrew.