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 849D145E16; Fri, 6 Dec 2024 07:07:49 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DEDD641141; Fri, 6 Dec 2024 07:05:31 +0100 (CET) Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.19]) by mails.dpdk.org (Postfix) with ESMTP id 8E1C741141 for ; Fri, 6 Dec 2024 07:05:30 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1733465131; x=1765001131; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=xvqHlWmgihEnEFTRQwUTdYWL53ee5kbHSoN71rwclTM=; b=TuQXRt6br9A5fceki2ShB/j2IwK2ydbsDp2rrHBxrGQOp6lYhKwDn06m GBWSi2qhzwvbMMXpj3gTpFl0iNvaO1CAGhOCtWAHaKOT8EwuB9HTLUVq9 HXKUcunAE+I+fidXFNP8OARo1u6gRiw+ToJRdHIFAYn5UnODFHAjbrw2t TC0lHVDbczTx0r10YodlLYdj5LwGxIisRX7uNIw3g591lK5yszeBB4S6x j9t32Ovtu4w2mJaXU6MNsOd7ODvw95WhxkKpPj3Bo68J31G3vShadQF30 +GW5bIZMo5qWn3bNHFzQdntkXSwlT1zc4eauyomMleafscwKBSqt05ePw w==; X-CSE-ConnectionGUID: vEAvXouzToWumG1TFwqC5w== X-CSE-MsgGUID: O+9mrFczR9S/BsZFS9JKlw== X-IronPort-AV: E=McAfee;i="6700,10204,11277"; a="33126510" X-IronPort-AV: E=Sophos;i="6.12,212,1728975600"; d="scan'208";a="33126510" Received: from orviesa002.jf.intel.com ([10.64.159.142]) by fmvoesa113.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Dec 2024 22:05:29 -0800 X-CSE-ConnectionGUID: 4KHDNCVDTCCYxkdR96UXMg== X-CSE-MsgGUID: UytemGq3QB+Qfe3ukLPvUQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.12,212,1728975600"; d="scan'208";a="125160861" Received: from unknown (HELO tester99..) ([10.239.252.99]) by orviesa002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Dec 2024 22:05:28 -0800 From: Lingli Chen To: dev@dpdk.org, john.mcnamara@intel.com, bruce.richardson@intel.com Cc: Lingli Chen Subject: [PATCH V1] doc: add tested Intel platforms two NICs Date: Fri, 6 Dec 2024 05:39:28 +0000 Message-Id: <20241206053928.1640200-1-linglix.chen@intel.com> X-Mailer: git-send-email 2.34.1 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 Add tested E825-C and I350 NICs to v24.11 release note. Signed-off-by: Lingli Chen --- doc/guides/rel_notes/release_24_11.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/guides/rel_notes/release_24_11.rst b/doc/guides/rel_notes/release_24_11.rst index 8486cd986f..7625ac870d 100644 --- a/doc/guides/rel_notes/release_24_11.rst +++ b/doc/guides/rel_notes/release_24_11.rst @@ -543,6 +543,15 @@ Tested Platforms * COMMS DDP: 1.3.46.0 * Wireless Edge DDP: 1.3.14.0 + * Intel\ |reg| Ethernet Connection E825-C for QSFP + + * Firmware version: 3.75 0x80005600 1.3643.0 + * Device id (pf/vf): 8086:579d / 8086:1889 + * Driver version: 2.1.0_rc23 (ice) + * OS Default DDP: 1.3.36.0 + * COMMS DDP: 1.3.46.0 + * Wireless Edge DDP: 1.3.14.0 + * Intel\ |reg| Ethernet Network Adapter E830-XXVDA2 for OCP * Firmware version: 1.00 0x8000942a 1.3672.0 @@ -616,3 +625,9 @@ Tested Platforms * Firmware version: 2.14, 0x8000028c * Device id (pf): 8086:125b * Driver version(in-tree): 6.8.0-45-generic (Ubuntu24.04.1)(igc) + + * Intel Corporation Ethernet Server Adapter I350-T4 + + * Firmware version: 1.63, 0x80001001 + * Device id (pf): 8086:1521 /8086:1520 + * Driver version: 6.6.25-lts-240422t024020z(igb) -- 2.34.1