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 0975045A68; Mon, 30 Sep 2024 14:22:17 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BA2EE4027D; Mon, 30 Sep 2024 14:22:16 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.13]) by mails.dpdk.org (Postfix) with ESMTP id 7D63F4025D for ; Mon, 30 Sep 2024 14:22:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1727698936; x=1759234936; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=vxRaOaMxkmgBCANGwY4QzPCuYk7lD8rlzqO8E9AJCvU=; b=MRLkmrdKHXlC7O0uZJDdxbcp8J+D+14oMPOWKd9MxDmtUZsU/nwpKAnk YGr7LTkyDTtYOJMqHEcD3s1vwLRZvwB2o+SxSFfvjixdqxtfGDmv3Nn12 beVv9EfDYSt0dv3pezBrz4wV34L2L/oBPA7B6kskp0gsIWCtOGoAdt4oJ oJL1uf00/bktctqlmQQBbbvwFhWQe8m0S4u/V9aWF2TGu0CktTuNDh4TI +8WgXrbw0pDnMjw5CVuMkG7I46Sx3n1ov+gGAKvESBUunCn92kOwv8RfQ Gz/IbePCHv8uclm1K6SvPHMw9eo1HNB3ZBdvr8dsg0AWMrmoLKsyyS0lu g==; X-CSE-ConnectionGUID: KfT7ocVeTTekgMY6cqTV5g== X-CSE-MsgGUID: 5B2TdiqzSR+aK57BEykTpg== X-IronPort-AV: E=McAfee;i="6700,10204,11210"; a="37924288" X-IronPort-AV: E=Sophos;i="6.11,165,1725346800"; d="scan'208";a="37924288" Received: from fmviesa003.fm.intel.com ([10.60.135.143]) by orvoesa105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Sep 2024 05:22:15 -0700 X-CSE-ConnectionGUID: 62N8vCzmSkyXBM/w13p8kA== X-CSE-MsgGUID: 4gsofuysQDCTjL0gQV9fdQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.11,165,1725346800"; d="scan'208";a="77367487" Received: from sivswdev19.ir.intel.com ([10.237.217.69]) by fmviesa003.fm.intel.com with ESMTP; 30 Sep 2024 05:22:13 -0700 From: Ian Stokes To: dev@dpdk.org Cc: bruce.richardson@intel.com, Ian Stokes Subject: [PATCH v2] net/ice/base: update README Date: Mon, 30 Sep 2024 13:22:11 +0100 Message-Id: <20240930122211.16315-1-ian.stokes@intel.com> X-Mailer: git-send-email 2.35.3 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 in base folder of ice driver to reflect base code update release date and supported devices. Signed-off-by: Ian Stokes --- drivers/net/ice/base/README | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/net/ice/base/README b/drivers/net/ice/base/README index da065f9be2..3c2dc43856 100644 --- a/drivers/net/ice/base/README +++ b/drivers/net/ice/base/README @@ -1,17 +1,18 @@ /* SPDX-License-Identifier: BSD-3-Clause - * Copyright(c) 2020-2023 Intel Corporation + * Copyright(c) 2020-2024 Intel Corporation */ Intel® ICE driver ================== -This directory contains source code of FreeBSD ice driver of version -2023.03.30 released by the team which develops +This directory contains source code of ice base driver generated on +2024-08-19 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 * Intel® Ethernet Network Adapters E810 +* Intel® Ethernet Network Adapters E830 Updating the driver =================== -- 2.34.1