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 3263AA04C3; Wed, 13 Nov 2019 16:14:31 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 60C862AB; Wed, 13 Nov 2019 16:14:30 +0100 (CET) Received: from mail-oi1-f193.google.com (mail-oi1-f193.google.com [209.85.167.193]) by dpdk.org (Postfix) with ESMTP id 831A727D for ; Wed, 13 Nov 2019 16:14:28 +0100 (CET) Received: by mail-oi1-f193.google.com with SMTP id l20so2056350oie.10 for ; Wed, 13 Nov 2019 07:14:28 -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=Ze6VwaJ3deV8v9095NHArRyI08SM4vGQ4wK+dqkByRM=; b=ZbJsjsh2iGPzz7MvoXSuUcTXo68IcbZgULAkIc5cOk7gcHiHJuN0h8vgFNGCvHZ0ig uoE4W/WaBuRF9pmIQpAj6u3CF/+xtuuTJDGGo20yUCZ05PvzKJm8KrF0GfR3j4uzj4xz RVfGPhAv2SBsooRsEIXQ3ThxBlZ6jeDoPRUsA= 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=Ze6VwaJ3deV8v9095NHArRyI08SM4vGQ4wK+dqkByRM=; b=sy4+V1fVbKlyLBhe4I8y0TBAO8kd+zGh2z7UNuTLVEURwec5PvzDYA2OdVOCCpsBHN dpppH+dqbV3UrSCN69VxDO+pYqDBW1j/Pbo6+MCwILgjxamfs4Z57AsCQHBRspw/SlRT d9dqheX4mUVBZ7Wd/Tz+YBZhpInGwMUOsSJeLVJYpbZLoAFu7pOanJLI0WdFJ8Wv4DFP NP3SKvOSG/lons/yI6ZQR/tSwG8Bs/+4zGOu4DWCk+AqHUSxI87USvR+RgJlfGaEhjqp kxnYoSFEdmQhDq90xxk9hqH0v9tMnP8NrMzIV1+Vza7U7BJ0RI42NhjtVvUsM8YPpjVm pHAA== X-Gm-Message-State: APjAAAWlUL1BuHq/bfnXnWcwJiJqn+iajWdgMBLK7RAK0xvRGZdDsFHP 2amW683r2evq3oxufYR401r81qZfitPekxNJZHeSiJmtmX4= X-Google-Smtp-Source: APXvYqyCseNHEFn0o0f2llO8+uQmPYwAkmmihp0WaV5puNAvevsYkAKG4Mw1j+WvFGVCQ/6ZDfPl+VjQ2gPDCiE1ZNQ= X-Received: by 2002:a05:6808:906:: with SMTP id w6mr3545997oih.122.1573658067474; Wed, 13 Nov 2019 07:14:27 -0800 (PST) MIME-Version: 1.0 References: <20191113082945.21277-1-somnath.kotur@broadcom.com> <20191113150700.2517-1-ajit.khaparde@broadcom.com> In-Reply-To: <20191113150700.2517-1-ajit.khaparde@broadcom.com> From: Ajit Khaparde Date: Wed, 13 Nov 2019 07:14:11 -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/6] 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 Wed, Nov 13, 2019 at 7:07 AM Ajit Khaparde wrote: > Patchset against dpdk-next-net. Please apply. > > v1->v2: Updated commit ids in fixes tag. > > Ajit Khaparde (2): > net/bnxt: fix a potential segfault in xstats get > net/bnxt: fix potential NULL pointer dereference > > Kalesh AP (1): > net/bnxt: add missing checks for firmware reset > > Rahul Gupta (1): > net/bnxt: fix flow creation with non-consecutive group ids > > Somnath Kotur (1): > net/bnxt: cap queue count for NS3/Stingray devices > > Venkat Duvvuru (1): > net/bnxt: change print message type from ERR to DEBUG > > drivers/net/bnxt/bnxt.h | 7 +++++++ > drivers/net/bnxt/bnxt_ethdev.c | 12 ++++++++++-- > drivers/net/bnxt/bnxt_flow.c | 4 +--- > drivers/net/bnxt/bnxt_rxq.c | 18 +++++++++++++----- > drivers/net/bnxt/bnxt_stats.c | 3 +++ > drivers/net/bnxt/bnxt_txq.c | 2 +- > 6 files changed, 35 insertions(+), 11 deletions(-) > Patchset applied to dpdk-next-net-brcm. > > -- > 2.21.0 (Apple Git-122.2) > >