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 BF56CA0526; Mon, 20 Jan 2020 22:03:24 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 975591C0C3; Mon, 20 Jan 2020 22:03:23 +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 1C7571C0C0 for ; Mon, 20 Jan 2020 22:03:22 +0100 (CET) Received: by mail-ot1-f66.google.com with SMTP id p8so980146oth.10 for ; Mon, 20 Jan 2020 13:03:21 -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=pWwYdwpy1Nmh/E+bIn2kNzHF3J9OvG9o+iGiWLdn++s=; b=h6L5gEYPrtaCur813rfQiB+N4j1RN5lhYMtBZIkjtnttEHS+w34BeXzv8luScRd7X7 VwCUxYM76zL2wsvEjCvlREEKn6mDc9WPegKHrInFGObS8yj5pB/QjynrCx8w5UThg6Gz jIRWFaPViPjgGq7Zp5ptwpMdeGv/rPb8YawLY= 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=pWwYdwpy1Nmh/E+bIn2kNzHF3J9OvG9o+iGiWLdn++s=; b=aXSWqVcDgEzYRp4vMjiAKNS9DfTuKfxPP/XQldOyZ3XCgHjaJwEjUBIQwqowHsBSO/ MvgbgxJVDp2gqAqdtU3xZa17B4h4PbQdPiNNeR8O30LvdkI49MMR4u+GNqm7UXFPSAsL vh+6JgsUe+ee5uZGSxS0mhn8rwip7pyvljAY8crE3/r+bOmt/hNZ5wsZS3oTaPy0FgDJ T1/wY6qGuETElC8ALpw5DDr4No4zv2KLxGNp7+I0E+RB/h5QTaTDOlU9IsP4k76Z/UUH EogsEFXogsUrcCaMqll5lL9AE9ng4Dr6FX/MP6+uMGfe0/WBcpxgO9bZi7eEomVF/GA+ 0XBw== X-Gm-Message-State: APjAAAX3jLhPLBt+ZzrNylI+cy5tuqRoa20U/9KIj1wlRvvQkiz/Z9HF 85yZq8gW7nNBMwMauULSO3LE+yONlZ5jbJjhJRbycQ== X-Google-Smtp-Source: APXvYqzxV5CQpCETrv2Z/422LHLkz5SgSulxwJaCFh6IHQX/OPA75CAgLCMqlMzoVYRz0e+Tcvcusm6WsEVasy7UFcA= X-Received: by 2002:a9d:5c8a:: with SMTP id a10mr950965oti.95.1579554201086; Mon, 20 Jan 2020 13:03:21 -0800 (PST) MIME-Version: 1.0 References: <20200116130455.30193-1-kalesh-anakkur.purayil@broadcom.com> In-Reply-To: <20200116130455.30193-1-kalesh-anakkur.purayil@broadcom.com> From: Ajit Khaparde Date: Mon, 20 Jan 2020 13:03:04 -0800 Message-ID: To: Kalesh A P Cc: dpdk-dev , Ferruh Yigit Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH V4 00/10] 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, Jan 16, 2020 at 4:47 AM Kalesh A P < kalesh-anakkur.purayil@broadcom.com> wrote: > From: Kalesh AP > > v1->v2: fixed the correct the commit ids in Fixes tag. > v2->v3: shorten commit log and update commit ids for Fixes tag. > v3->v4: addressed Ferruh's comment on Patch#1 and Pacth#9 and marked > required patches for stable inclusion. > > Kalesh AP (8): > net/bnxt: fix flow create failure > net/bnxt: fix probe failure in FreeBSD > net/bnxt: fix to use correct IOVA mapping > net/bnxt: fix enable/disable VLAN filtering > net/bnxt: fix VLAN strip support > net/bnxt: handle hw filter setting when port is stopped > net/bnxt: fix a memory leak in port stop > net/bnxt: use macro for PCI log format > > Somnath Kotur (2): > net/bnxt: release port upon close > net/bnxt: fix to cap max rings to minimum of compl rings and stat > contexts > > drivers/net/bnxt/bnxt.h | 21 +- > drivers/net/bnxt/bnxt_ethdev.c | 468 > ++++++++++++++++++++++------------------- > drivers/net/bnxt/bnxt_filter.c | 5 +- > drivers/net/bnxt/bnxt_flow.c | 4 +- > drivers/net/bnxt/bnxt_hwrm.c | 28 +-- > drivers/net/bnxt/bnxt_irq.c | 8 + > drivers/net/bnxt/bnxt_ring.c | 17 -- > drivers/net/bnxt/bnxt_vnic.c | 11 - > 8 files changed, 289 insertions(+), 273 deletions(-) > Patchset applied to dpdk-next-net-brcm. > > -- > 2.10.1 > >