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 D0501A0547; Thu, 28 Oct 2021 20:00:57 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 93EA240DDB; Thu, 28 Oct 2021 20:00:57 +0200 (CEST) Received: from mail-io1-f45.google.com (mail-io1-f45.google.com [209.85.166.45]) by mails.dpdk.org (Postfix) with ESMTP id B26134067B for ; Thu, 28 Oct 2021 20:00:55 +0200 (CEST) Received: by mail-io1-f45.google.com with SMTP id h81so456468iof.6 for ; Thu, 28 Oct 2021 11:00:55 -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; bh=iKs3ChAITVLHkFw6r3umJrczm9CcQX/JJrigjKv8pG0=; b=FR0Jm3XHbxnNqfALditApVMO5L0svPpcvjunMBgcpw7W0ZRclP4RRjwM40sI8KsXzB Fq3XBS2XHtbgK1lwwyK7cN/bYr9s0THEhhiYt1eGjPPToM4HzMCYt13LwbuWjVxCVhKb rC1ukDcVmQm0gn0l74Gz+wOlD+TDRQjwqqzuI= 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; bh=iKs3ChAITVLHkFw6r3umJrczm9CcQX/JJrigjKv8pG0=; b=b1dLCaz2xL41Si7WDIJGjoPmsyfQnjrClwDMgggg1EHKWQEH5qtIvTU8Cmpa2ue/M3 h79iTfWMOMgxMls+h0b86/dfyQYE3cDdOB3nmV3zhJ4CdY9KCMJVS12061WMvrHeR0xK fBIblqux+lOa8hHfGEDoX9ffLLMNfKRm87Vic6W5OhYAlxWf2y6kV7QITKY9OK0m7XZA CgU9cJGcCh2z2eg2exsLeB1UN+oECejdEAPqdxlz566QnMEG+lQWg7C2vVuIslZ1KXZR i+VM3n1Gr+H0f32C2WSx2bDxjtj1qCBX6l/SX2D1o/ywh4a21jXY4XAfwSrCy66orefF UdFg== X-Gm-Message-State: AOAM5306ZRB5g+vdPqkfVRCnwz9peuBFWRjVE6pXeBxhZm4Z5GCUk/w+ +EjX8Ouva0KWhXPulat2s7oaJTmb84gjur9H1h7yawR8nWE= X-Google-Smtp-Source: ABdhPJwlNUFbnCf7AmWqyvBaMPePInLf2h58xNn7CtEUPLp6BsgeepGLjkrICJKE/puQ/+DDkeAcxI9p2MMAGclMeTg= X-Received: by 2002:a05:6602:2d81:: with SMTP id k1mr4120358iow.87.1635444054860; Thu, 28 Oct 2021 11:00:54 -0700 (PDT) MIME-Version: 1.0 References: <20211027172620.6847-1-ajit.khaparde@broadcom.com> In-Reply-To: <20211027172620.6847-1-ajit.khaparde@broadcom.com> From: Ajit Khaparde Date: Thu, 28 Oct 2021 11:00:39 -0700 Message-ID: To: dpdk-dev , Ferruh Yigit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH 0/3] doc updates to bnxt PMD 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 Sender: "dev" On Wed, Oct 27, 2021 at 10:26 AM Ajit Khaparde wrote: > > Doc updates to update feature matrix and test in bnxt documentation. > Please apply. > > Ajit Khaparde (3): > net/bnxt: remove a stale compile option > doc: update feature matrix for bnxt PMD > doc: updates to the text in bnxt doc > > doc/guides/nics/bnxt.rst | 8 +++----- > doc/guides/nics/features/bnxt.ini | 3 +++ > drivers/net/bnxt/meson.build | 1 - > 3 files changed, 6 insertions(+), 6 deletions(-) Patchset applied to dpdk-next-net-brcm. Thanks > > -- > 2.30.1 (Apple Git-130) >