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 E0BD0A04C1; Wed, 20 Nov 2019 17:55:39 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E666E9E4; Wed, 20 Nov 2019 17:55:38 +0100 (CET) Received: from mail-ot1-f65.google.com (mail-ot1-f65.google.com [209.85.210.65]) by dpdk.org (Postfix) with ESMTP id 668C0271 for ; Wed, 20 Nov 2019 17:55:37 +0100 (CET) Received: by mail-ot1-f65.google.com with SMTP id f10so202878oto.3 for ; Wed, 20 Nov 2019 08:55:37 -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=TUj1o0uyQfDLbYhBCGodZviBOMSLHs7AXtPTW3wZf6Q=; b=hjZthddKiIacfEBPRFgAiMqgvsE+lMjEYnLx0K8nUoF4fCmsm9UvJnW16afBkAqLHP siU1BiD8xOegMyPWHhqtKUcLXrMix01PmdRf1ziqcOZkLLAiuDWTMVmkCv9ZKXLFx4IO BPtBIBWEDht/D5VkrTaCcezET0EsrMAa4AeC4= 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=TUj1o0uyQfDLbYhBCGodZviBOMSLHs7AXtPTW3wZf6Q=; b=ftd5HHjZrc9YXH/fv4EiDTfw+3/F3l6cDxAE4FJisu+Z700hn0/ie37foQ+Iqd4ViZ rGChSxKa4k3MSZyB6KfaGk5GpjkEPouB4uRShMUaYK12BtfE9bldij/9A/5aSVyThg3Z 03MTZKgBJHZ8muHc5YMNJiGlmRnAbOB3V6ggXFIVpxFRgASL6SuLa7rOtMMERXeGyeRb wOYgEfkS3N2kuSDm31q4JCyaR5zXM/Tal93bnj/RCsn7ryiQgZBDOipNlx+LpSWYRAnV Y1Cb5Z/xrqw8+u3fMTkagUl6MYUjqjnTTV4fo91pRySd5+lxis0Gj9RwYEGLPyAI08OS TvwA== X-Gm-Message-State: APjAAAV3wfd1WpGB2Z33HpNDJTtytgri49kQuwHeEoB5T25qN0r4DTHS hixZYa6HYNqJ/+gKlsYFgGhzUeGaOq4LZDMqq+U8Cw== X-Google-Smtp-Source: APXvYqxUUB2W951nBoE6PJUrtBBY85e/+8GbvJFoKxDBkOSDYYQ1Hhz/LHntPkYzmyl7HXnxDG+0JejaY9V9ixpOzE0= X-Received: by 2002:a9d:7a4a:: with SMTP id z10mr2888385otm.283.1574268936195; Wed, 20 Nov 2019 08:55:36 -0800 (PST) MIME-Version: 1.0 References: <20191120042907.1030-1-ajit.khaparde@broadcom.com> <4355c451-3cee-ac77-0655-e9c92b111330@intel.com> In-Reply-To: <4355c451-3cee-ac77-0655-e9c92b111330@intel.com> From: Ajit Khaparde Date: Wed, 20 Nov 2019 08:55:19 -0800 Message-ID: To: Ferruh Yigit Cc: dpdk-dev Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH 1/2] doc: update bnxt feature list 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 20, 2019 at 1:42 AM Ferruh Yigit wrote: > On 11/20/2019 4:29 AM, Ajit Khaparde wrote: > > Updating bnxt.ini file. > > > > Signed-off-by: Ajit Khaparde > > --- > > doc/guides/nics/features/bnxt.ini | 3 +++ > > 1 file changed, 3 insertions(+) > > > > diff --git a/doc/guides/nics/features/bnxt.ini > b/doc/guides/nics/features/bnxt.ini > > index 9721dd61d..37a99e336 100644 > > --- a/doc/guides/nics/features/bnxt.ini > > +++ b/doc/guides/nics/features/bnxt.ini > > @@ -11,6 +11,7 @@ Rx interrupt = Y > > Queue start/stop = Y > > MTU update = Y > > Jumbo frame = Y > > +Scattered Rx = Y > > LRO = Y > > TSO = Y > > Promiscuous mode = Y > > @@ -37,9 +38,11 @@ Rx descriptor status = Y > > Tx descriptor status = Y > > Basic stats = Y > > Extended stats = Y > > +Stats per queue = Y > > FW version = Y > > EEPROM dump = Y > > LED = Y > > +Multiprocess aware = Y > > Linux UIO = Y > > Linux VFIO = Y > > ARMv8 = Y > > > > Are these features added in this release or adding the missed features? Yes. Catching up on that. We missed updating this when the feature patches went in. > If > adding missed features can you please add the fixes tags for backtrace? > And if new features can you please put the commit providing these features > for > reference? > Will do. > > Thanks. >