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 B82D045B37; Mon, 14 Oct 2024 13:04:08 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7135640A4B; Mon, 14 Oct 2024 13:03:15 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.16]) by mails.dpdk.org (Postfix) with ESMTP id 00A9740673 for ; Mon, 14 Oct 2024 13:03:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1728903788; x=1760439788; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=UbklDxQ8sLBfLRv8t2SpCFNg9dvCXgrqwH8FxfHYh6c=; b=K3wNrn53KtrNE1wzUrQ/FWkzZmj1hEK8uOD7TBz3ki9VJeYuSoFPVDzP 7krC36uXpwcQI8JUG08tWtQQyb3Esh1Em+hOjFG3yJQAMSa1QvRvD36WF 2SDFxmX2wneEz+PVCQ0LDhNDcO0VhsytfN15m5qmWYJkhbXhfZgVfvh2W 5OdYMzEh9kpOb1bnwvf1LSENjln1MO2ostlqo1tB+8KXwlDDIuzPeVeFD 0qvRXsjRmM5oMSIyGT/c7hzmldac/1IxG1W8+ZbSe5hFCzlgXCF3S1wt/ Iylj+TxrzxDIcJLO7UdsJrTb49L6kJgmtx3NQt7zIBL+w6F63nuB6Z4G0 Q==; X-CSE-ConnectionGUID: HH3HfgJJQSO1pssR+t9Ryw== X-CSE-MsgGUID: Tu9UYDF8RRmUJe8zAS26jg== X-IronPort-AV: E=McAfee;i="6700,10204,11222"; a="28340358" X-IronPort-AV: E=Sophos;i="6.11,199,1725346800"; d="scan'208";a="28340358" Received: from fmviesa006.fm.intel.com ([10.60.135.146]) by orvoesa108.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Oct 2024 04:03:07 -0700 X-CSE-ConnectionGUID: mLf+opVaQ7y14DHrEA0/CQ== X-CSE-MsgGUID: 1FNbtUICReCp2MDk+H4SGQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.11,202,1725346800"; d="scan'208";a="77167186" Received: from unknown (HELO silpixa00401385.ir.intel.com) ([10.237.214.25]) by fmviesa006.fm.intel.com with ESMTP; 14 Oct 2024 04:03:06 -0700 From: Bruce Richardson To: dev@dpdk.org Cc: Bruce Richardson Subject: [PATCH v2 10/10] net/ice/base: update README Date: Mon, 14 Oct 2024 12:02:14 +0100 Message-ID: <20241014110250.2314727-11-bruce.richardson@intel.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20241014110250.2314727-1-bruce.richardson@intel.com> References: <20241011164459.1987538-1-bruce.richardson@intel.com> <20241014110250.2314727-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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 the README file with the date of that latest base code snapshot. Signed-off-by: Bruce Richardson --- drivers/net/ice/base/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ice/base/README b/drivers/net/ice/base/README index 3c2dc43856..c32e530789 100644 --- a/drivers/net/ice/base/README +++ b/drivers/net/ice/base/README @@ -6,7 +6,7 @@ IntelĀ® ICE driver ================== This directory contains source code of ice base driver generated on -2024-08-19 released by the team which develops +2024-10-11 released by the team which develops basic drivers for any ice NIC. The directory of base/ contains the original source package. This driver is valid for the product(s) listed below -- 2.43.0