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 9776AA0548; Fri, 9 Jul 2021 16:41:26 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1BEA24068A; Fri, 9 Jul 2021 16:41:26 +0200 (CEST) Received: from mail-qv1-f45.google.com (mail-qv1-f45.google.com [209.85.219.45]) by mails.dpdk.org (Postfix) with ESMTP id CCB114014D for ; Fri, 9 Jul 2021 16:41:24 +0200 (CEST) Received: by mail-qv1-f45.google.com with SMTP id c5so4610344qvu.11 for ; Fri, 09 Jul 2021 07:41:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=5njS73vTa8wOuNe5ekZWQDP282zh42Caxv7GMHZ+Ssg=; b=Q/caz18b5OfuRrSsIC++5J41xUj7VmPlTGrkIR9h01PjxzmuMGGIpLMUIYNT0QmLJ+ dL+W60AEzKInfiDejnKu+5qXtlUZXJmuvlyXF3u8rp/mlZW/dQVL42wrcUVSuhPXIgP5 VUOzN6zCiL7jrGe8xE1HDPBQHexNy6F+Q6Wo0= 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=5njS73vTa8wOuNe5ekZWQDP282zh42Caxv7GMHZ+Ssg=; b=exgIAoB5ug1Nu59XZwSfeU27mExphuHpcJNF7r0m+JYk4/WEafEBuggrY0IoUZ97OA eVRgR8mtcOO0J7TPs//ERU6sxrXb8+mjVumoxy+yB/LOCGHzsyYChI1XwOHU9YpV48Nc RsIU/9NfbGF21dsG0l0zFFRBd3HRugRw3c9W7oW69PRnTHhgVTUe45fDzNZiEjGTiXuw eqlaHIbQAXaWGChuDf9RrwKirVkADIeob22NPRZM33YVSLHtHlGVDDbOUF6WmFnWy7Tl Eo7tsrBhFOK5eYlbvSgk6esyIdOlCP95PG5OeGWSEyOGp7Jvm+p0cq95WzEhHI5/0mZL Gduw== X-Gm-Message-State: AOAM532ZLcvCDx01mEn3+eJaKFUqlcpgy0KBc8f+s/BYqWPr/Z+lUAL3 ze64WadnPgwK89hb5k1pChvvY4semkYtHSUydnuVfg== X-Google-Smtp-Source: ABdhPJyp+kS/BJYhtqYHwSne6wt4OVdxnaeYKFCZczX/IeZF5nUAV+IDRf3SfX6rdSkuditE0ue80LPQ3ug+eR5cXLg= X-Received: by 2002:a05:6214:d49:: with SMTP id 9mr37061864qvr.30.1625841683831; Fri, 09 Jul 2021 07:41:23 -0700 (PDT) MIME-Version: 1.0 References: <20210708224950.39452-1-ajit.khaparde@broadcom.com> <4213965.5ZgXJosPef@thomas> In-Reply-To: <4213965.5ZgXJosPef@thomas> From: Ajit Khaparde Date: Fri, 9 Jul 2021 07:41:07 -0700 Message-ID: To: Thomas Monjalon Cc: dpdk-dev , Kishore Padmanabha Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg=sha-256; boundary="0000000000000effcf05c6b1c434" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [dpdk-dev] [PATCH] net/bnxt: fix build failure 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" --0000000000000effcf05c6b1c434 Content-Type: text/plain; charset="UTF-8" On Fri, Jul 9, 2021 at 1:48 AM Thomas Monjalon wrote: > 09/07/2021 00:49, Ajit Khaparde: > > Fix build failures because of uninitialized variable usage. > > You should add the error log here. > You don't mention the condition of failure. > Nobody reproduced a failure so far. > Sure. I did not notice it on my Fedora34 either. The build error was reported in the dpdk-test-report [1]. Let me resend a v2 with the information. [1] http://mails.dpdk.org/archives/test-report/2021-July/203186.html > > Fixes: 05b405d58148 ("net/bnxt: add dpool allocator for EM allocation") > > > > Signed-off-by: Kishore Padmanabha > > Signed-off-by: Ajit Khaparde > > > > --0000000000000effcf05c6b1c434--