From patchwork Thu Oct 22 20:19:51 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lance Richardson X-Patchwork-Id: 81824 X-Patchwork-Delegate: ajit.khaparde@broadcom.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id B0236A04DD; Thu, 22 Oct 2020 22:20:05 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E28025ABB; Thu, 22 Oct 2020 22:20:03 +0200 (CEST) Received: from mail-pf1-f193.google.com (mail-pf1-f193.google.com [209.85.210.193]) by dpdk.org (Postfix) with ESMTP id 24F565AA5 for ; Thu, 22 Oct 2020 22:20:03 +0200 (CEST) Received: by mail-pf1-f193.google.com with SMTP id x13so1906720pfa.9 for ; Thu, 22 Oct 2020 13:20:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=from:to:cc:subject:date:message-id:mime-version; bh=M+bxts3mnpY8tSwfzL+1q6tgB+eCumM0AtFT4B1VZfo=; b=JzIOzhjHe6G+wDW1aJ9tlu929An6FsVdvNV81ybf3x1Z4xMTloKekqQx8anmr1OU3F pNUrv4ZTn+BQ+264H9PUfTuGWsXMAbPvVZAA0TVVjR0BQZzsXyZNpQK7yh5S+gBJmhSs QKqVANv+wi2Vm3LzqC84O8TH5FN7qIwDQ8UKs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version; bh=M+bxts3mnpY8tSwfzL+1q6tgB+eCumM0AtFT4B1VZfo=; b=RKpOOI9hCl3BuQMDE86JUWllC1xyuaAHdISZNy3Yw3vslgZWJX9+pIgInOMBdqbd4/ hkYcQyQbe3dEGDHGlBtA6gCq0JUTHBW0RZ7Yt0bu8sQpVr8X05yUsA9ltVtIrihWP/5h I2MbeeRlxVxzqGcgZEXf2ZYWT4hRJsLmNDUDzg0jMockUH6RwMD6Ezv7r7aM3pyVFBPZ jYv823lMvZinp4KuTp/z+HJ8sXLeDB/vefxuJaPfZHipB9RpkiIzT/NQtiVQdLfKF0Sx v5t/CCVhmsVjcrTBGOEL9JcTqLZlZ7aGU3oMm8CT1t1NUtaqIkh5dQjALmyW3cy6VV5a IXtw== X-Gm-Message-State: AOAM532o0a/6ASTWxUEYeW8rJpBMcIXGUx7lfCVhE3EBwCtJd/NHF0A+ XB4M9ym10p6GhiU4TSmQT+tHEw== X-Google-Smtp-Source: ABdhPJxHv7R8JVV3qGwcKD1iE9I5v6YOWkfLj0/duj/lOHnZrBanT468KIVPZSlhXgZWo365oNU24w== X-Received: by 2002:a63:4949:: with SMTP id y9mr3541250pgk.135.1603398001233; Thu, 22 Oct 2020 13:20:01 -0700 (PDT) Received: from localhost.localdomain ([192.19.231.250]) by smtp.gmail.com with ESMTPSA id 194sm3272101pfz.182.2020.10.22.13.19.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 22 Oct 2020 13:20:00 -0700 (PDT) From: Lance Richardson To: Ajit Khaparde , Somnath Kotur Cc: dev@dpdk.org Date: Thu, 22 Oct 2020 16:19:51 -0400 Message-Id: <20201022201951.186449-1-lance.richardson@broadcom.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] [PATCH] net/bnxt: update PMD supported features 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" Mark "BSD nic_uio", "Usage doc", and "Perf doc" as supported for the bnxt PMD. Signed-off-by: Lance Richardson Reviewed-by: Ajit Kumar 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 e75cfc44d..f8a7fd9a1 100644 --- a/doc/guides/nics/features/bnxt.ini +++ b/doc/guides/nics/features/bnxt.ini @@ -45,8 +45,11 @@ FW version = Y EEPROM dump = Y LED = Y Multiprocess aware = Y +BSD nic_uio = Y Linux UIO = Y Linux VFIO = Y ARMv8 = Y x86-32 = Y x86-64 = Y +Usage doc = Y +Perf doc = Y