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 E335746084; Tue, 14 Jan 2025 11:14:25 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F031D402E8; Tue, 14 Jan 2025 11:14:19 +0100 (CET) Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.18]) by mails.dpdk.org (Postfix) with ESMTP id 9DC0D40668 for ; Tue, 14 Jan 2025 11:14:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1736849659; x=1768385659; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=E9H0O+jWKFIl90Pf+9okBKBe8lyFt/eLMKiNOw4aNPs=; b=HTXrgO7UPpWtVdi7KMc/5UhOcsr9rG6o8ak8Ni/HiDg+QZeGPuNsq+Fu m218BGSRn0/CF+0YvX7ULqx2gtA6owC+ebsgweMRqSwafDzJ7aTe1VMhr 0YaPhF9nW0y47vwF+cHQwdjB+B4PJ3fx1iodSix8+fA6uQBcOtWc64uPO msMWpnvG7C0Z+xxeGRXYfHfsL2Y2KCOFWljTzzc8zkWKkVcCtVLmE7rxg vLymJtHdGnTUVCcykt61bhg+81sNlLOnck9EBZpfx18BjISQS0URNi1fE jXD/AF8VpwwShDu3anrYqvzalJNqIDwO9arjMHSB+iNUwAU1bNPTcqrRh A==; X-CSE-ConnectionGUID: i6m+WR4VTFOte5eSOJN9zQ== X-CSE-MsgGUID: 5znFRQ0BQhGW7viPUljmGQ== X-IronPort-AV: E=McAfee;i="6700,10204,11314"; a="36426833" X-IronPort-AV: E=Sophos;i="6.12,314,1728975600"; d="scan'208";a="36426833" Received: from fmviesa002.fm.intel.com ([10.60.135.142]) by fmvoesa112.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jan 2025 02:14:18 -0800 X-CSE-ConnectionGUID: D9MfmlrNRtG7ws9+P2PPzQ== X-CSE-MsgGUID: Qyezck0GQqKeWYd7i/ZTpA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.12,224,1728975600"; d="scan'208";a="128007499" Received: from unknown (HELO localhost.localdomain) ([10.239.252.210]) by fmviesa002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jan 2025 02:14:16 -0800 From: Yuan Wang To: dev@dpdk.org Cc: anatoly.burakov@intel.com, vladimir.medvedkin@intel.com, Yuan Wang Subject: [PATCH 10/10] net/ixgbe: update base driver README Date: Tue, 14 Jan 2025 18:10:20 +0800 Message-ID: <20250114101024.159941-11-yuanx.wang@intel.com> X-Mailer: git-send-email 2.43.5 In-Reply-To: <20250114101024.159941-1-yuanx.wang@intel.com> References: <20250114101024.159941-1-yuanx.wang@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=y 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 README with the date of when the lastest snapshot was generated. Signed-off-by: Yuan Wang --- drivers/net/ixgbe/base/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ixgbe/base/README b/drivers/net/ixgbe/base/README index a6429fef19..8693c4ebc1 100644 --- a/drivers/net/ixgbe/base/README +++ b/drivers/net/ixgbe/base/README @@ -6,7 +6,7 @@ IntelĀ® IXGBE driver =================== This directory contains source code of ixgbe base driver generated on -2024-08-38 released by the team which develops +2024-12-20 released by the team which develops basic drivers for any ixgbe NIC. The sub-directory of base/ contains the original source package. This driver is valid for the product(s) listed below -- 2.43.5