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 2D3D3A0541; Thu, 6 Feb 2020 19:50:33 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EC7CA1C1C0; Thu, 6 Feb 2020 19:50:32 +0100 (CET) Received: from mail-ot1-f66.google.com (mail-ot1-f66.google.com [209.85.210.66]) by dpdk.org (Postfix) with ESMTP id 6CB571C0C3 for ; Thu, 6 Feb 2020 19:50:31 +0100 (CET) Received: by mail-ot1-f66.google.com with SMTP id d3so6517684otp.4 for ; Thu, 06 Feb 2020 10:50:31 -0800 (PST) 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=LC+iInj9KZBXWmUyzxeqqJEUVwnKuiEUYIvQoSA+X3s=; b=K/QvgnoqV5fUzgThloVNz3aqhPxLqiLZzI7tlhUuN/J63Ze1mcBOyW+TFx+E3j1Sou yP8ZIM+iMHc2doYbRY3F8uhaNLoFjDH1DQsZapGqduQDxiO1YFDRX0OjDrDXxXaIniqJ UtzpGGueFq9GBy2LquISCV9O0A1OpK7GzOIvM= 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=LC+iInj9KZBXWmUyzxeqqJEUVwnKuiEUYIvQoSA+X3s=; b=WzryVDS4V3pq1tzFkPROet3fXhdmxDxo1ZxnoXF3cE/d6x0i/zmvkxijBkX4XKNqQk 2u+ys5SgfGQhdd9KYlXnSNJQsGFECxmx+IwI3gnUAagu+QG6vg4R1zFww8RUeJJV/KZd K8Dlg0cJ8z7Yn6D5VGcUcNSiAfbXLw+9MkpoJE4sQz2aXT/GdQmoFQi1ESAqzq37zgPs lB/MPJlbMpqalBfdU94cTKa8CnkMvAi48tqTwtEVvXsdE+g417H0oYlFw8xAaQ/Xd2ez ZVwUrTvoch6w/cF9fY+NuHLxDwINGmzr3a7I+FlBWZLoUEvu12OeuQaOg/PhXTU7V8dK 6FwA== X-Gm-Message-State: APjAAAVXo/YT3qpNGFLzICGe7O8HPzAQjWkfe0EnNvrEu7InCDdDEP7f NpKoyIFztC8ntvgY4dOyMGyNSkZiqc5HsvsGGCj+v360Ayo= X-Google-Smtp-Source: APXvYqwWbTIETgD8q0QN+zXcxT5zN2PeGsnx5Kcxk9qEiO7l8CUDvZy6YlrPuQIK74FBAZCtRff0jYITDTkhUKz57hA= X-Received: by 2002:a9d:6a06:: with SMTP id g6mr8727560otn.305.1581015030336; Thu, 06 Feb 2020 10:50:30 -0800 (PST) MIME-Version: 1.0 References: <20200206163314.12755-1-kalesh-anakkur.purayil@broadcom.com> <20200206184432.34360-1-ajit.khaparde@broadcom.com> In-Reply-To: <20200206184432.34360-1-ajit.khaparde@broadcom.com> From: Ajit Khaparde Date: Thu, 6 Feb 2020 10:50:14 -0800 Message-ID: To: dpdk-dev Cc: Ferruh Yigit Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH v2 0/7] bnxt patchset with bug fixes 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 Thu, Feb 6, 2020 at 10:44 AM Ajit Khaparde wrote: > v1->v2: fixed the commit logs. > Patchset applied to dpdk-next-net-brcm. > > Kalesh AP (5): > net/bnxt: fix unnecessary delay in port stop > net/bnxt: log firmware debug notifications > net/bnxt: register for debug notification event from FW > net/bnxt: fix to call port stop when error recovery fails > net/bnxt: move locally used functions to static > > Rahul Gupta (1): > net/bnxt: fix default timeout for command to get FW version > > Santoshkumar Karanappa Rastapur (1): > net/bnxt: fix buffer allocation reattempt logic > > drivers/net/bnxt/bnxt.h | 7 ++++--- > drivers/net/bnxt/bnxt_cpr.c | 5 +++++ > drivers/net/bnxt/bnxt_ethdev.c | 17 ++++++++++------- > drivers/net/bnxt/bnxt_hwrm.c | 29 +++++++++++++++++------------ > drivers/net/bnxt/bnxt_hwrm.h | 9 +++------ > drivers/net/bnxt/bnxt_rxr.c | 7 ++++--- > 6 files changed, 43 insertions(+), 31 deletions(-) > > -- > 2.21.1 (Apple Git-122.3) > >