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 59088458CD; Mon, 2 Sep 2024 11:58:19 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8ACB840DCA; Mon, 2 Sep 2024 11:55:52 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.13]) by mails.dpdk.org (Postfix) with ESMTP id 15A684065F for ; Mon, 2 Sep 2024 11:55:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1725270929; x=1756806929; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=u1sngBLZTbKo8hPJxyyV3p6y76MAKYWL3IkHdixeIjc=; b=fCQFCo9D3uJ2mL7lZEpOVLgwWgW20FsQ/XDv5+JAgFkuyqRqPSIKRwmm euUDA9sYEmPXHX12ntJAihx7vymfYO+AuBCjiViOaluG/nPOJ/vBrUZBj fFrifKGd7xqHrvQDLQ8zJiM+Ua6A0TbeDs9XXnUd0q81Fe3he3ImXkp/X J60Keso75NqdFcI8UAGuPBVqiXYlScbqNXIcWEVBPI2F/vTtDUzjnYQaz cWC+euLWelGFfd2unSKxSzbPQkn7iKWTvY8PIK5mWW0cgGHBoUZ7IxqYu YYdLulQdMmjfISByitOmxeS9ybTjW6uBpVljXeOp0iYnt2FQEYp4WJZk/ Q==; X-CSE-ConnectionGUID: A+fwqAtHTbiNjVfZZBTsGQ== X-CSE-MsgGUID: BHZO2LhARJyoP0PmOoXHtA== X-IronPort-AV: E=McAfee;i="6700,10204,11182"; a="26747260" X-IronPort-AV: E=Sophos;i="6.10,195,1719903600"; d="scan'208";a="26747260" Received: from fmviesa009.fm.intel.com ([10.60.135.149]) by fmvoesa107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Sep 2024 02:55:28 -0700 X-CSE-ConnectionGUID: NCbPNphoQfW35ur1KhwGIw== X-CSE-MsgGUID: ZoaqAxZzSzSFSv2Kfvn/xA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.10,195,1719903600"; d="scan'208";a="64598029" Received: from silpixa00401119.ir.intel.com ([10.55.129.167]) by fmviesa009.fm.intel.com with ESMTP; 02 Sep 2024 02:55:27 -0700 From: Anatoly Burakov To: dev@dpdk.org Cc: bruce.richardson@intel.com Subject: [PATCH v1 30/30] net/i40e: update base driver README Date: Mon, 2 Sep 2024 10:54:42 +0100 Message-ID: <27a5279ed4fe3c63c13f8d8f42a5b6be88e5ed53.1725270827.git.anatoly.burakov@intel.com> X-Mailer: git-send-email 2.43.5 In-Reply-To: References: 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 README with the date of when the latest snapshot was generated. Signed-off-by: Anatoly Burakov --- drivers/net/i40e/base/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/net/i40e/base/README b/drivers/net/i40e/base/README index 2e4fa5a921..c40573e62e 100644 --- a/drivers/net/i40e/base/README +++ b/drivers/net/i40e/base/README @@ -1,12 +1,12 @@ /* SPDX-License-Identifier: BSD-3-Clause - * Copyright(c) 2017-2020 Intel Corporation + * Copyright(c) 2017-2024 Intel Corporation */ IntelĀ® I40E driver ================== -This directory contains source code of FreeBSD i40e driver of version -cid-i40e.2021.08.16.tar.gz released by the team which develops +This directory contains source code of FreeBSD i40e driver generated on +2024-08-30 released by the team which develops basic drivers for any i40e NIC. The directory of base/ contains the original source package. This driver is valid for the product(s) listed below -- 2.43.5