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 A2DADA00C2; Tue, 1 Nov 2022 07:48:15 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4B09640223; Tue, 1 Nov 2022 07:48:15 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 2DAFB40156 for ; Tue, 1 Nov 2022 07:48:14 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1667285294; x=1698821294; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=lqkLGrbe439n8wWouV1QnlgSld06LVxklkgunC29N9A=; b=lLi5HDDzvPcEfKdHKOSD2IX0mLLrPSOegXMORbwN4cKKbJoUGqe+D++2 bo3cgM4Yw3zssF8hIxBYMzP55zugRdkwJkRPWzp4FkvdFhG+EWE2fKJFG n86ZmPcnKB+DhPpmZooydIu9MlCCs7djgQOBDLHSwY52ZrsuvyIBiRp0x vfc+qSxLxMPfrRH/UDGXot7XunKm9VTk9aCo8JqYBoNb0V0DH77pK/taT JC1F/X/Hxu8Gg7b3Mzc3VH8ESg4npAHVJQT/jSfbmi3pH6ih8Xja1XbVD ENA9jTzRt6EK7dAJuXf476LuvwPXlNOA7M32dWAYhc0FL3AHK10WFWBUC Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10517"; a="289470021" X-IronPort-AV: E=Sophos;i="5.95,230,1661842800"; d="scan'208";a="289470021" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Oct 2022 23:48:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10517"; a="723073422" X-IronPort-AV: E=Sophos;i="5.95,230,1661842800"; d="scan'208";a="723073422" Received: from dpdk-beileix-3.sh.intel.com ([10.67.110.253]) by FMSMGA003.fm.intel.com with ESMTP; 31 Oct 2022 23:48:12 -0700 From: beilei.xing@intel.com To: jingjing.wu@intel.com Cc: dev@dpdk.org, Beilei Xing Subject: [PATCH] common/idpf: add README for base code Date: Tue, 1 Nov 2022 06:17:54 +0000 Message-Id: <20221101061754.113940-1-beilei.xing@intel.com> X-Mailer: git-send-email 2.26.2 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 From: Beilei Xing This patch adds README for idpf base code. Signed-off-by: Beilei Xing --- drivers/common/idpf/base/README | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 drivers/common/idpf/base/README diff --git a/drivers/common/idpf/base/README b/drivers/common/idpf/base/README new file mode 100644 index 0000000000..257ad6c4b1 --- /dev/null +++ b/drivers/common/idpf/base/README @@ -0,0 +1,21 @@ +/* SPDX-License-Identifier: BSD-3-Clause + * Copyright(c) 2021-2022 Intel Corporation + */ + +IntelĀ® IDPF driver +================== + +This directory contains source code of BSD-3-Clause idpf driver of version +2022.09.13 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 + +* IntelĀ® IPU E2100 + +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 -- 2.26.2