From patchwork Fri Aug 25 10:13:44 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Simei Su X-Patchwork-Id: 130764 X-Patchwork-Delegate: qi.z.zhang@intel.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 78CAB430FF; Fri, 25 Aug 2023 12:15:29 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 66B904326C; Fri, 25 Aug 2023 12:14:45 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id D8CD643036 for ; Fri, 25 Aug 2023 12:14:32 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1692958473; x=1724494473; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=VkgrQ/J+v6skroTewvFUqVFs1HvPGLnX8Ej8ayJ0FDo=; b=T4gBulmgcRORijENXuyxJrlgSLNmwL1+J9QFTmJjNECROXleSlIhptBZ mvx3D+DHHVfTyctfI8IHmFmqt/KvyzJqTdFbUzOVwqW0ZC0FKUFe8N9VW fEUC1uVe7uaA9182CpPEXSkAGSB3yZ404H9zJNHdjcC9guFBpGN5neN5R 8XC5UMYJqpxGjQxU8wCsliMVBYZKjhr+OQIDJ84a1cuedzlbQj7zi5HDM kPELQqB16JOZU90HxH6vVygvMlto3Y7UKHi7e2+PFuSxT43BhiAVclULD FYJsPSZdkmT2LlOQgQqwLRW6OlcV1r2DJDQCCGEQJYpJ1RUGpdhENfvIt g==; X-IronPort-AV: E=McAfee;i="6600,9927,10812"; a="441028174" X-IronPort-AV: E=Sophos;i="6.02,195,1688454000"; d="scan'208";a="441028174" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Aug 2023 03:14:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10812"; a="772439806" X-IronPort-AV: E=Sophos;i="6.02,195,1688454000"; d="scan'208";a="772439806" Received: from dpdk-simei-icelake.sh.intel.com ([10.67.110.167]) by orsmga001.jf.intel.com with ESMTP; 25 Aug 2023 03:14:30 -0700 From: Simei Su To: jingjing.wu@intel.com, beilei.xing@intel.com, qi.z.zhang@intel.com Cc: dev@dpdk.org, mingxia.liu@intel.com, wenjing.qiao@intel.com, Simei Su Subject: [PATCH v2 17/17] common/idpf/base: update version Date: Fri, 25 Aug 2023 18:13:44 +0800 Message-Id: <20230825101344.1828774-18-simei.su@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230825101344.1828774-1-simei.su@intel.com> References: <20230809013308.1449103-1-wenjing.qiao@intel.com> <20230825101344.1828774-1-simei.su@intel.com> MIME-Version: 1.0 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 Signed-off-by: Simei Su --- drivers/common/idpf/base/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/common/idpf/base/README b/drivers/common/idpf/base/README index 693049c057..457b5a81f3 100644 --- a/drivers/common/idpf/base/README +++ b/drivers/common/idpf/base/README @@ -6,7 +6,7 @@ IntelĀ® IDPF driver ================== This directory contains source code of BSD-3-Clause idpf driver of version -2023.02.23 released by the team which develops basic drivers for Intel IPU. +2023.07.25 released by the team which develops basic drivers for Intel IPU. The directory of base/ contains the original source package. This driver is valid for the product(s) listed below @@ -18,4 +18,4 @@ Updating the driver NOTE: The source code in this directory should not be modified apart from the following file(s): - idpf_osdep.h \ No newline at end of file + idpf_osdep.h