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 27FF4459BE; Tue, 17 Sep 2024 14:43:52 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F012840261; Tue, 17 Sep 2024 14:43:51 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.21]) by mails.dpdk.org (Postfix) with ESMTP id BA3934025F for ; Tue, 17 Sep 2024 14:43:49 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1726577030; x=1758113030; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=dvaQqj7e/OHycaKh5I71/DLCo3oaWCs+degISOgkRX0=; b=RNkVMMsEGXJWuj3TTN+zCgI/wak6x5yp21ePWJpXRKITJ/6riInn0DPP E1unKsywN9+fgLcRT4j2VBBWdjGTe1xYD3XhEDfNA7ILDeWCeONPnS6U7 hTbr4F5n2oK3sxxh8SZYTU3ETnqa+jm4tHU8j+Dd2KP0/FdU4/5qUOj5S oi9l9Uy07fgRjKIA9xs6OZl+0MmQfd/VY3aZsfObAXubRmD2c2LSwmRMB PsaMKnEVLHl4cKL0nY0UIocAV9Rjt4rCjYqQsckfXLsgbTNIUXqwwzEW6 d81clV/YvLDC1LN3Qm25Xzs4pWuAfnOx5bO0W9fADmOkgRC0bXSx6XJRg A==; X-CSE-ConnectionGUID: xKA3nAQQQZ+r5NoM3Gy/ag== X-CSE-MsgGUID: /Vl9tsfXQ3+sNBn1nG+l7w== X-IronPort-AV: E=McAfee;i="6700,10204,11197"; a="25367783" X-IronPort-AV: E=Sophos;i="6.10,235,1719903600"; d="scan'208";a="25367783" Received: from orviesa007.jf.intel.com ([10.64.159.147]) by orvoesa113.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Sep 2024 05:43:48 -0700 X-CSE-ConnectionGUID: IaKAvfjjSkKC9KqckqX33w== X-CSE-MsgGUID: bqAmpc8QS6GdkLIPfLj9VA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.10,235,1719903600"; d="scan'208";a="69652480" Received: from unknown (HELO npf-hyd-clx-03..) ([10.145.170.182]) by orviesa007.jf.intel.com with ESMTP; 17 Sep 2024 05:43:46 -0700 From: Soumyadeep Hore To: bruce.richardson@intel.com, aman.deep.singh@intel.com Cc: dev@dpdk.org, shaiq.wani@intel.com Subject: [PATCH v1] common/iavf: update README documentation Date: Tue, 17 Sep 2024 11:45:02 +0000 Message-ID: <20240917114529.512696-1-soumyadeep.hore@intel.com> X-Mailer: git-send-email 2.43.0 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 Updating README documentation to have the latest version for IAVF Base driver. Signed-off-by: Soumyadeep Hore --- drivers/common/iavf/README | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/drivers/common/iavf/README b/drivers/common/iavf/README index 89bdbc827e..d91e4b1e09 100644 --- a/drivers/common/iavf/README +++ b/drivers/common/iavf/README @@ -1,14 +1,12 @@ /* SPDX-License-Identifier: BSD-3-Clause - * Copyright(c) 2019-2021 Intel Corporation + * Copyright(c) 2019-2024 Intel Corporation */ IntelĀ® IAVF driver ================= -This directory contains source code of FreeBSD IAVF driver of version -cid-avf.2021.08.16.tar.gz released by the team which develops -basic drivers for any IAVF NIC. The directory of base/ contains the -original source package. +This directory contains source code of BSD-3-Clause iavf driver of version +2024.09.17 released by the team which develops basic drivers for IAVF. Updating the driver =================== -- 2.34.1