From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <rosen.xu@intel.com>
Received: from mga03.intel.com (mga03.intel.com [134.134.136.65])
 by dpdk.org (Postfix) with ESMTP id C25B64CC0
 for <dev@dpdk.org>; Tue,  2 Apr 2019 15:56:52 +0200 (CEST)
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from orsmga006.jf.intel.com ([10.7.209.51])
 by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 02 Apr 2019 06:56:52 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.60,300,1549958400"; d="scan'208";a="132302763"
Received: from dpdkx8602.sh.intel.com ([10.67.110.200])
 by orsmga006.jf.intel.com with ESMTP; 02 Apr 2019 06:56:50 -0700
From: "Xu, Rosen" <rosen.xu@intel.com>
To: dev@dpdk.org
Cc: ferruh.yigit@intel.com, tianfei.zhang@intel.com, dan.wei@intel.com,
 rosen.xu@intel.com, andy.pei@intel.com, qiming.yang@intel.com,
 haiyue.wang@intel.com, santos.chen@intel.com, zhang.zhang@intel.com
Date: Tue,  2 Apr 2019 21:57:12 +0800
Message-Id: <1554213434-60684-13-git-send-email-rosen.xu@intel.com>
X-Mailer: git-send-email 1.8.3.1
In-Reply-To: <1554213434-60684-1-git-send-email-rosen.xu@intel.com>
References: <1551338000-120348-1-git-send-email-rosen.xu@intel.com>
 <1554213434-60684-1-git-send-email-rosen.xu@intel.com>
Subject: [dpdk-dev] [PATCH v3 12/14] raw/ifpga/base: add version description
	on README
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 02 Apr 2019 13:56:53 -0000

From: "Zhang, Tianfei" <tianfei.zhang@intel.com>

add verion description on READ about ifpga base code.

Signed-off-by: Zhang, Tianfei <tianfei.zhang@intel.com>
---
 drivers/raw/ifpga_rawdev/base/README | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/drivers/raw/ifpga_rawdev/base/README b/drivers/raw/ifpga_rawdev/base/README
index 5bc2ed0..6b2b171 100644
--- a/drivers/raw/ifpga_rawdev/base/README
+++ b/drivers/raw/ifpga_rawdev/base/README
@@ -29,3 +29,18 @@ the following file(s):
 
 	osdep_raw/osdep_generic.h
 	osdep_rte/osdep_generic.h
+
+
+New Features
+==================
+
+2019-03:
+Support Intel FPGA PAC N3000 card.
+Some features added in this version:
+1. Store private features in FME and Port list.
+2. Add eth group devices driver.
+3. Add altera SPI master driver and Intel MAX10 device driver.
+4. Add Altera I2C master driver and AT24 eeprom driver.
+5. Add Device Tree support to get the configuration from card.
+6. Instruding and exposing APIs to DPDK PMD driver to access networking
+functionality.
-- 
1.8.3.1

From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by dpdk.space (Postfix) with ESMTP id 1DABEA0679
	for <public@inbox.dpdk.org>; Tue,  2 Apr 2019 15:58:53 +0200 (CEST)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id 486825F36;
	Tue,  2 Apr 2019 15:56:54 +0200 (CEST)
Received: from mga03.intel.com (mga03.intel.com [134.134.136.65])
 by dpdk.org (Postfix) with ESMTP id C25B64CC0
 for <dev@dpdk.org>; Tue,  2 Apr 2019 15:56:52 +0200 (CEST)
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from orsmga006.jf.intel.com ([10.7.209.51])
 by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 02 Apr 2019 06:56:52 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.60,300,1549958400"; d="scan'208";a="132302763"
Received: from dpdkx8602.sh.intel.com ([10.67.110.200])
 by orsmga006.jf.intel.com with ESMTP; 02 Apr 2019 06:56:50 -0700
From: "Xu, Rosen" <rosen.xu@intel.com>
To: dev@dpdk.org
Cc: ferruh.yigit@intel.com, tianfei.zhang@intel.com, dan.wei@intel.com,
 rosen.xu@intel.com, andy.pei@intel.com, qiming.yang@intel.com,
 haiyue.wang@intel.com, santos.chen@intel.com, zhang.zhang@intel.com
Date: Tue,  2 Apr 2019 21:57:12 +0800
Message-Id: <1554213434-60684-13-git-send-email-rosen.xu@intel.com>
X-Mailer: git-send-email 1.8.3.1
In-Reply-To: <1554213434-60684-1-git-send-email-rosen.xu@intel.com>
References: <1551338000-120348-1-git-send-email-rosen.xu@intel.com>
 <1554213434-60684-1-git-send-email-rosen.xu@intel.com>
Subject: [dpdk-dev] [PATCH v3 12/14] raw/ifpga/base: add version description
	on README
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>
Content-Type: text/plain; charset="UTF-8"
Message-ID: <20190402135712.4eHOwOBeSFy19PkcEZKqYiJZ_8xoBBvK1cY58_cWXfA@z>

From: "Zhang, Tianfei" <tianfei.zhang@intel.com>

add verion description on READ about ifpga base code.

Signed-off-by: Zhang, Tianfei <tianfei.zhang@intel.com>
---
 drivers/raw/ifpga_rawdev/base/README | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/drivers/raw/ifpga_rawdev/base/README b/drivers/raw/ifpga_rawdev/base/README
index 5bc2ed0..6b2b171 100644
--- a/drivers/raw/ifpga_rawdev/base/README
+++ b/drivers/raw/ifpga_rawdev/base/README
@@ -29,3 +29,18 @@ the following file(s):
 
 	osdep_raw/osdep_generic.h
 	osdep_rte/osdep_generic.h
+
+
+New Features
+==================
+
+2019-03:
+Support Intel FPGA PAC N3000 card.
+Some features added in this version:
+1. Store private features in FME and Port list.
+2. Add eth group devices driver.
+3. Add altera SPI master driver and Intel MAX10 device driver.
+4. Add Altera I2C master driver and AT24 eeprom driver.
+5. Add Device Tree support to get the configuration from card.
+6. Instruding and exposing APIs to DPDK PMD driver to access networking
+functionality.
-- 
1.8.3.1