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 E01C8A0534; Thu, 23 Jan 2020 00:37:42 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F30642BB9; Thu, 23 Jan 2020 00:37:41 +0100 (CET) Received: from mail-ot1-f68.google.com (mail-ot1-f68.google.com [209.85.210.68]) by dpdk.org (Postfix) with ESMTP id 9B7492B98 for ; Thu, 23 Jan 2020 00:37:40 +0100 (CET) Received: by mail-ot1-f68.google.com with SMTP id z9so1064228oth.5 for ; Wed, 22 Jan 2020 15:37:40 -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=MJpG+9ORIrLVi2+gq4XajgNmUM1umyOICEDC+K7Ik34=; b=VmjinP/1R7a8Pi/YcyfxMROTt3T16aBTyRecQXDuHv9UTzEByu1U+siapY5DrPc1L/ +f4o+wb74UFEef6TXK2Op6EI1EynTT7IHiIZf7GPyCROsWCYVS5TR2LTZcRVzal16qoA VDhiSVnxBQD7VCBh2AZFv3jgSSumFH+JlnaPQ= 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=MJpG+9ORIrLVi2+gq4XajgNmUM1umyOICEDC+K7Ik34=; b=XscBD5RAUSKZPwm5FGzlDlTVBAnb/79bTFBN8nzz3r8ENNfP7qXaUglBtOcHN8WdnM G1YF5OaLMfbu8HPwL1+xZ01GLRr0luDWBsH9PYBVlU9GrbBdtHJOWp7I8w3/Iqc0claH Aa+OgZz3T0eAZbO21B426ZYSrsPr/M7XcJT2i2RTX2MZ7xWW0T2tb2EEGpIalrwROoYy yCVKOKMRc1r0KydU9LLBsgxZjZMu/SKOLI7g6ccKEdyMZzYWpqbXsKF90fm8Qz5b/r6N IHCOss9i35qZkT0Q/v+HvyEjE7lznyMq90wOQasfHv6PRNcg+Q8L73Yxb4cjEbixWzyR EISQ== X-Gm-Message-State: APjAAAXC8TVC4QjVQkY45gdqD4koGNELesE+N46JsH2uithFt2srFo8p rR0iQo/5cRyM5QvvEPaUsyCja3PKRTsbB9wuMyUmAw== X-Google-Smtp-Source: APXvYqxTcxI1Myp6Jutxbu3And7mkRgSUAVt3YMV/NYoYkJjlUJhC9xFOK8o8MLDKJm36D16BKeiqy37noYdwOGotfQ= X-Received: by 2002:a05:6830:1442:: with SMTP id w2mr9477309otp.143.1579736259697; Wed, 22 Jan 2020 15:37:39 -0800 (PST) MIME-Version: 1.0 References: <20200122175514.26213-1-stephen@networkplumber.org> In-Reply-To: <20200122175514.26213-1-stephen@networkplumber.org> From: Ajit Khaparde Date: Wed, 22 Jan 2020 15:37:23 -0800 Message-ID: To: Stephen Hemminger Cc: dpdk-dev Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH 0/2] net/bnxt: statistic related 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, Jan 22, 2020 at 9:56 AM Stephen Hemminger < stephen@networkplumber.org> wrote: > A couple of minor things in bnxt statistics > > Stephen Hemminger (2): > net/bnxt: do not print error if stats queried before start > net/bnxt: remove unnecessary memset > > drivers/net/bnxt/bnxt_stats.c | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) > > Patches applied to dpdk-next-net-brcm. Thanks > -- > 2.20.1 > >