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 DAFB7A034D; Wed, 12 Jan 2022 03:10:04 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A0848410F1; Wed, 12 Jan 2022 03:10:04 +0100 (CET) Received: from mail-io1-f42.google.com (mail-io1-f42.google.com [209.85.166.42]) by mails.dpdk.org (Postfix) with ESMTP id 0D21640141 for ; Wed, 12 Jan 2022 03:10:04 +0100 (CET) Received: by mail-io1-f42.google.com with SMTP id s6so1651459ioj.0 for ; Tue, 11 Jan 2022 18:10:03 -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=J2nl8ksQBvwJe6rToXiDIs6k9F4cFqPzpJwpQe0Gtwk=; b=acmPf4e+5Pm57XDf/Ht3qC/L19XHLpw6HQONB1mRIjfqt0BJNr9SJQSvuqo65q0se8 xH/VsOp0+y1Ky1+64jkuY/+Sx1Q9azQkpQH8oe5rXL0hBIEgaUC8oI6uCoHmb6p/f9fO tYUbyUBh+l3zYvsTHUZkSJvfW67q41HqbU4ww= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=J2nl8ksQBvwJe6rToXiDIs6k9F4cFqPzpJwpQe0Gtwk=; b=JLteL4jZGPU/HNoMNP7rJcmQlaTOkGvJgQ3X0KQVrzz7by2JiujvCJ9q28SA4sLYX1 m4KUgwjlUtncNEKYQ6rWFBYjX//x72RH3OCwkBgH8dXW41649o9nqGLW/MfmKQ09HosY XqYF0jeNB0NTgEczA1+Fphiy7e14Qv+29D1qDM+zQznO+QoQ1At/Phv0q41pOpjQWLLk wYQ8GAqzn4RNbq6xURnUkccL7NO7u0CkjiEHWptT8spWnGO/tl3xYU2apVQNhHo0Itf5 f8OwdUeqz/AaQBHmKHk2Yw9G+1VnQj5qGnqqPKqaGQv7LM/WuS08fzkSa/xisWwDk+7o xQeA== X-Gm-Message-State: AOAM532NejBRxai2jQpoNpRqwTsZ8x1Alignc9MVSbmNWYv0Fc+gq0Sf 8yXOAWfH+ONcKhW6U9ejCGDxvXARWsk9B6ibC2i6/g== X-Google-Smtp-Source: ABdhPJximr40CvRh2b4GnEjzYpPom9n8iH4jA9xmRHscg5eHzOtIUF4OghW4V5UYCwZKXCWq1sD/N1NANiv81BFyvEw= X-Received: by 2002:a02:cf88:: with SMTP id w8mr2649665jar.163.1641953403356; Tue, 11 Jan 2022 18:10:03 -0800 (PST) MIME-Version: 1.0 References: <20220104083824.23001-1-kalesh-anakkur.purayil@broadcom.com> In-Reply-To: <20220104083824.23001-1-kalesh-anakkur.purayil@broadcom.com> From: Ajit Khaparde Date: Tue, 11 Jan 2022 18:09:47 -0800 Message-ID: Subject: Re: [dpdk-dev] [PATCH 00/18] bnxt PMD fixes To: Kalesh A P Cc: dpdk-dev , Ferruh Yigit Content-Type: text/plain; charset="UTF-8" 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 On Tue, Jan 4, 2022 at 12:19 AM Kalesh A P wrote: > > From: Kalesh AP > > This series contains bnxt PMD bug fixes. Please apply. Patchset applied to dpdk-next-net-brcm. Thanks > > Ajit Khaparde (4): > net/bnxt: fix ring teardown > net/bnxt: fix PAM4 mask setting > net/bnxt: fix pointer access > net/bnxt: check VF rep pointer before access > > Kalesh AP (13): > net/bnxt: fix bnxt_dev_set_mc_addr_list_op Fixed commit headline to "fix set multicast address list". > net/bnxt: fix to restore mcast macs during reset recovery > net/bnxt: fix queue stop operation > net/bnxt: restore RSS configuration after reset recovery > net/bnxt: fix restoring VLAN filtering after recovery > net/bnxt: fix to cap max number of unicast MACs > net/bnxt: set fast-path pointers only if recovery succeeds > net/bnxt: improve recovery related log messages > net/bnxt: add null check for mark table > net/bnxt: fix flow create when RSS is disabled > net/bnxt: get max supported multicast filters count > net/bnxt: fix handling of VF configuration changes > net/bnxt: fix incorrect memset in bnxt_dev_xstats_get_op Fixed up typo in commit log during merge. Changed commit title to "fix incorrect memset in get xstats". > > Somnath Kotur (1): > net/bnxt: refactor bnxt_stop_rxtx() for reuse Changed commit headline to "refactor bnxt stop rxtx for reuse".