From patchwork Sun Nov 27 18:11:44 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Wenzhuo Lu X-Patchwork-Id: 17273 X-Patchwork-Delegate: ferruh.yigit@amd.com Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id C30582C55; Mon, 28 Nov 2016 03:20:50 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 25F332C8 for ; Mon, 28 Nov 2016 03:20:48 +0100 (CET) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga103.fm.intel.com with ESMTP; 27 Nov 2016 18:20:48 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,561,1473145200"; d="scan'208";a="36255245" Received: from dpdk26.sh.intel.com ([10.239.128.228]) by fmsmga006.fm.intel.com with ESMTP; 27 Nov 2016 18:20:47 -0800 From: Wenzhuo Lu To: dev@dpdk.org Cc: ferruh.yigit@intel.com, Wenzhuo Lu Date: Sun, 27 Nov 2016 13:11:44 -0500 Message-Id: <1480270304-10715-1-git-send-email-wenzhuo.lu@intel.com> X-Mailer: git-send-email 1.9.3 MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH] e1000/base: announce supported NICs X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Announce the support of I219 NICs. Also add all the other supported NICs. Add Intel I219 NICs support in release note too. Signed-off-by: Wenzhuo Lu --- doc/guides/rel_notes/release_17_02.rst | 4 ++++ drivers/net/e1000/base/README | 21 +++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/doc/guides/rel_notes/release_17_02.rst b/doc/guides/rel_notes/release_17_02.rst index 3b65038..a9380a4 100644 --- a/doc/guides/rel_notes/release_17_02.rst +++ b/doc/guides/rel_notes/release_17_02.rst @@ -38,6 +38,10 @@ New Features Also, make sure to start the actual text at the margin. ========================================================= + * **Support I219 NICs.** + + Add the support for the I219 NICs, which is Intel 1 Gigabit NICs. + Resolved Issues --------------- diff --git a/drivers/net/e1000/base/README b/drivers/net/e1000/base/README index 6cdd9b3..de1ae4c 100644 --- a/drivers/net/e1000/base/README +++ b/drivers/net/e1000/base/README @@ -34,6 +34,27 @@ This directory contains source code of FreeBSD em & igb drivers of version cid-shared-code.2016.11.22 released by ND. The sub-directory of base/ contains the original source package. +This driver is valid for the product(s) listed below +* Intel® Ethernet Controller 82540 +* Intel® Ethernet Controller 82545 Series +* Intel® Ethernet Controller 82546 Series +* Intel® Ethernet Controller 82571 Series +* Intel® Ethernet Controller 82572 Series +* Intel® Ethernet Controller 82573 +* Intel® Ethernet Controller 82574 +* Intel® Ethernet Controller 82583 +* Intel® Ethernet Controller I217 Series +* Intel® Ethernet Controller I218 Series +* Intel® Ethernet Controller I219 Series +* Intel® Ethernet Controller 82576 Series +* Intel® Ethernet Controller 82575 Series +* Intel® Ethernet Controller 82580 Series +* Intel® Ethernet Controller I350 Series +* Intel® Ethernet Controller I210 Series +* Intel® Ethernet Controller I211 +* Intel® Ethernet Controller I354 Series +* Intel® Ethernet Controller DH89XXCC Series + Updating the driver ===================