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 D4EFC48A92; Fri, 7 Nov 2025 08:35:28 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id ADAC34066C; Fri, 7 Nov 2025 08:35:13 +0100 (CET) Received: from out28-125.mail.aliyun.com (out28-125.mail.aliyun.com [115.124.28.125]) by mails.dpdk.org (Postfix) with ESMTP id 928C94042F for ; Fri, 7 Nov 2025 08:35:10 +0100 (CET) Received: from ubuntu.localdomain(mailfrom:dimon.zhao@nebula-matrix.com fp:SMTPD_---.fH1I0QJ_1762500907 cluster:ay29) by smtp.aliyun-inc.com; Fri, 07 Nov 2025 15:35:07 +0800 From: Dimon Zhao To: dimon.zhao@nebula-matrix.com, dev@dpdk.org Cc: Thomas Monjalon , Alvin Wang , Leon Yu , Sam Chen Subject: [PATCH v1 4/4] net/nbl: update documentation and maintainers Date: Thu, 6 Nov 2025 23:34:59 -0800 Message-Id: <20251107073459.3532524-5-dimon.zhao@nebula-matrix.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20251107073459.3532524-1-dimon.zhao@nebula-matrix.com> References: <20251107073459.3532524-1-dimon.zhao@nebula-matrix.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 Update MAINTAINERS. Refresh feature list and Coexistence Usage Instructions. Signed-off-by: Dimon Zhao --- .mailmap | 2 +- MAINTAINERS | 2 +- doc/guides/nics/features/nbl.ini | 1 + doc/guides/nics/nbl.rst | 7 +++++++ 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.mailmap b/.mailmap index e5f0cab364..0cd4b65d75 100644 --- a/.mailmap +++ b/.mailmap @@ -78,6 +78,7 @@ Allen Hubbe Alok Makhariya Alok Prasad Alvaro Karsz +Alvin Wang Alvin Zhang Aman Singh Amaranath Somalapuram @@ -869,7 +870,6 @@ Kumar Amber Kumar Sanghvi Kumara Parameshwaran Kyle Larose -Kyo Liu Lance Richardson Laszlo Ersek Laura Stroe diff --git a/MAINTAINERS b/MAINTAINERS index 7fa01419cf..a0ed5b52d3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1023,8 +1023,8 @@ F: doc/guides/nics/rnp.rst F: doc/guides/nics/features/rnp.ini Nebulamatrix nbl +M: Alvin Wang M: Dimon Zhao -M: Kyo Liu M: Leon Yu M: Sam Chen F: drivers/net/nbl/ diff --git a/doc/guides/nics/features/nbl.ini b/doc/guides/nics/features/nbl.ini index 784ea3eecb..336a11d3aa 100644 --- a/doc/guides/nics/features/nbl.ini +++ b/doc/guides/nics/features/nbl.ini @@ -12,6 +12,7 @@ Unicast MAC filter = Y Basic stats = Y Extended stats = Y Stats per queue = Y +VLAN offload = P Linux = Y ARMv8 = Y x86-64 = Y diff --git a/doc/guides/nics/nbl.rst b/doc/guides/nics/nbl.rst index f41da20eea..9657ee2c87 100644 --- a/doc/guides/nics/nbl.rst +++ b/doc/guides/nics/nbl.rst @@ -70,6 +70,13 @@ Anolis community: Alternatively, you can contact us to obtain the `nbl_core` code and installation package. +Coexistence Between DPDK And Kernel Driver +------------- +When the device is bind to the nbl_core driver, and IOMMU in passthrough mode, +it is necessary to force IOVA to PA via EAL --iova-mode=pa option, +DPDK works normally only under this configuration. + + Prerequisites ------------- -- 2.34.1