From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <ajit.khaparde@broadcom.com>
Received: from rnd-relay.smtp.broadcom.com (lpdvrndsmtp01.broadcom.com
 [192.19.229.170]) by dpdk.org (Postfix) with ESMTP id 439567CD9
 for <dev@dpdk.org>; Thu,  1 Jun 2017 19:07:44 +0200 (CEST)
Received: from mail-irv-17.broadcom.com (mail-irv-17.lvn.broadcom.net
 [10.75.224.233])
 by rnd-relay.smtp.broadcom.com (Postfix) with ESMTP id 303C830C025;
 Thu,  1 Jun 2017 10:07:43 -0700 (PDT)
DKIM-Filter: OpenDKIM Filter v2.10.3 rnd-relay.smtp.broadcom.com 303C830C025
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=broadcom.com;
 s=dkimrelay; t=1496336863;
 bh=w3DaWuWzu49NS0/7PPu8jZBdDkaRIRfRBm5nmCTKPJg=;
 h=From:To:Cc:Subject:Date:In-Reply-To:References:From;
 b=m6h9xxMB8e2t1nfiYHgGCmSG2fpIq08izaLholYiFbX18dE9GXtM88KpRzxROe5vZ
 DXs33ymQPXqT3SDXYiU9Yl/ZNpj+Hcei4q8roGKc95T+BN2+a20/6PU/3zTqP90b+e
 H+V/yaZbd28QJbdhb2v8h81Em8FyG00svXud79aM=
Received: from C02PT1RBG8WP.wifi.broadcom.net (c02pt1rbg8wp.wifi.broadcom.net
 [10.45.51.51])
 by mail-irv-17.broadcom.com (Postfix) with ESMTP id CB85081EB7;
 Thu,  1 Jun 2017 10:07:42 -0700 (PDT)
From: Ajit Khaparde <ajit.khaparde@broadcom.com>
To: dev@dpdk.org
Cc: ferruh.yigit@intel.com
Date: Thu,  1 Jun 2017 12:07:07 -0500
Message-Id: <20170601170723.48709-11-ajit.khaparde@broadcom.com>
X-Mailer: git-send-email 2.10.1 (Apple Git-78)
In-Reply-To: <20170601170723.48709-1-ajit.khaparde@broadcom.com>
References: <20170601030232.38677-1-ajit.khaparde@broadcom.com>
 <20170601170723.48709-1-ajit.khaparde@broadcom.com>
Subject: [dpdk-dev] [PATCH v4 10/26] doc: update bnxt.ini to document
	Allmulticast mode
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 01 Jun 2017 17:07:45 -0000

This patch update bnxt.int to document Allmulticast mode
which is already supported by the PMD.

Signed-off-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
---
 doc/guides/nics/features/bnxt.ini | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/guides/nics/features/bnxt.ini b/doc/guides/nics/features/bnxt.ini
index 78a738f..9b3cd94 100644
--- a/doc/guides/nics/features/bnxt.ini
+++ b/doc/guides/nics/features/bnxt.ini
@@ -11,6 +11,7 @@ Unicast MAC filter   = Y
 Multicast MAC filter = Y
 VLAN filter          = Y
 VLAN offload         = Y
+Allmulticast mode    = Y
 RSS reta update      = Y
 Basic stats          = Y
 Extended stats       = Y
-- 
2.10.1 (Apple Git-78)