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 B9BE9A046B for ; Thu, 25 Jul 2019 07:20:07 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B4A5F1BE2B; Thu, 25 Jul 2019 07:20:06 +0200 (CEST) Received: from mail-pl1-f196.google.com (mail-pl1-f196.google.com [209.85.214.196]) by dpdk.org (Postfix) with ESMTP id E9B3E1BE2A for ; Thu, 25 Jul 2019 07:20:05 +0200 (CEST) Received: by mail-pl1-f196.google.com with SMTP id t14so22887282plr.11 for ; Wed, 24 Jul 2019 22:20:05 -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=jQbMI9+QF1saNpVDtFcqtww9evs0km76PJNp2iBcODA=; b=TmanRIzxBDc0EBIZKeHNHbmvvu5lCg4pU9WScsTr92S+tVg/q8MbdRs3Qz8JzcTnlN gX308Fv0ORa1AKKNHERKs98pxShs53aRcACNDQZNcjy7/+lhh6Igr7D6Zzs0atB+NqXu aXTzC6utYYr1LgfSMQi8FwWr6/bpMEJdcNC8E= 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=jQbMI9+QF1saNpVDtFcqtww9evs0km76PJNp2iBcODA=; b=JrTbZmepsq+KxmW1cIF5tkqjsjXSAPdXzQ2PWA6M1hdtti4CzzGtkmmh0761WzTQRg 2Ykq71wkCuZVBe54+5D+dqRWMBSjW7GMJ34wH04Vn+faunQTd9JS/VJM0oejYtSKRY0f aOsKr7wrdhsbSEHlc5hg+Izv5yf6Cyz5u8RhDCsyV9+DqeQKGMJzjZPL6wG8X1TBFvAA zDG2vrksjFSl9Q2dU8TxYNu4JTkVpzuKVYcG30mYU4DIY5YWOsy1WB3RX7km3cEwtZmF axJJMtHXMMcVrfh9+0ZGLOdh9azlKkm2zL4+XZQbpXc9S0jZqYHcGZ4bg3BVzClnyXIU GH6A== X-Gm-Message-State: APjAAAWfBlV7ApPlM6scJ5nd5NFMGg/H1qN5yMDcCDzgh0/ReL8F/AGo OWZTdxq2Q4OEyT0pmIbvsUlgv+lLjIaZ3CW9JOPDhVPMBb4= X-Google-Smtp-Source: APXvYqz717xZSF1fzNxsTYHDvwBCufYnkW/BEw/cj7hpkETF7UreDTHcnLcyIqomujilhfXoxLGFkbzGLwMuI9Z3z64= X-Received: by 2002:a17:902:bcc4:: with SMTP id o4mr87540404pls.90.1564032004629; Wed, 24 Jul 2019 22:20:04 -0700 (PDT) MIME-Version: 1.0 References: <20190724060158.15571-1-somnath.kotur@broadcom.com> In-Reply-To: <20190724060158.15571-1-somnath.kotur@broadcom.com> From: Somnath Kotur Date: Thu, 25 Jul 2019 10:50:45 +0530 Message-ID: To: 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 0/5] bnxt patches 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" Ferruh, Please ignore this set as i have sent a v2 with just 4 of the patches below...the 1st patch in this set got pulled in to Lance's latest patch ( (net/bnxt: use dedicated cpr for async events) Thanks and apologies for any confusion -Som On Wed, Jul 24, 2019 at 11:37 AM Somnath Kotur wrote: > This set contains only bug fixes, that need to get into 19.08 > > Please apply. > > Kalesh AP (4): > net/bnxt: fix rxq start > net/bnxt: fix to use chimp hwrm channel for few commands > net/bnxt: fix endianness issue > net/bnxt: reduce verbosity of a message > > Santoshkumar Karanappa Rastapur (1): > net/bnxt: fix extended port counter statistics > > drivers/net/bnxt/bnxt_hwrm.c | 22 +++++++++++----------- > drivers/net/bnxt/bnxt_ring.c | 4 ---- > drivers/net/bnxt/bnxt_rxq.c | 21 ++++++++++++++------- > drivers/net/bnxt/bnxt_stats.c | 24 ++++++++++++++---------- > 4 files changed, 39 insertions(+), 32 deletions(-) > > -- > 1.8.3.1 > >