From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 65699593A for ; Thu, 12 Mar 2015 13:13:57 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP; 12 Mar 2015 05:13:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,388,1422950400"; d="scan'208";a="697714597" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga002.jf.intel.com with ESMTP; 12 Mar 2015 05:13:55 -0700 Received: from sivswdev02.ir.intel.com (sivswdev02.ir.intel.com [10.237.217.46]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id t2CCDsUO010592; Thu, 12 Mar 2015 12:13:54 GMT Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id t2CCDsEE019563; Thu, 12 Mar 2015 12:13:54 GMT Received: (from sabutler@localhost) by sivswdev02.ir.intel.com with id t2CCDsFw019559; Thu, 12 Mar 2015 12:13:54 GMT From: Siobhan Butler To: dev@dpdk.org Date: Thu, 12 Mar 2015 12:13:54 +0000 Message-Id: <1426162434-19526-1-git-send-email-siobhan.a.butler@intel.com> X-Mailer: git-send-email 1.7.4.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] =?utf-8?q?=5BPATCH_v2=5D_doc=3A_update_release_notes_d?= =?utf-8?q?escription_for_new_sample_apps?= 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: , X-List-Received-Date: Thu, 12 Mar 2015 12:13:57 -0000 Updated release notes release description notes: - added new sample applications to list: Link Bonding,Skeleton, Callbacks, Jobstats - updated copyright date to 2015 - updated release number form 1.7.0 to 2.0 Signed-off-by: Siobhan Butler --- doc/guides/rel_notes/rel_description.rst | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/doc/guides/rel_notes/rel_description.rst b/doc/guides/rel_notes/rel_description.rst index 49f32b9..2fb5379 100644 --- a/doc/guides/rel_notes/rel_description.rst +++ b/doc/guides/rel_notes/rel_description.rst @@ -1,5 +1,5 @@ .. BSD LICENSE - Copyright(c) 2010-2014 Intel Corporation. All rights reserved. + Copyright(c) 2010-2015 Intel Corporation. All rights reserved. All rights reserved. Redistribution and use in source and binary forms, with or without @@ -32,7 +32,7 @@ Description of Release ====================== These release notes cover the new features, -fixed bugs and known issues for Data Plane Development Kit (DPDK) release version 1.7.0. +fixed bugs and known issues for Data Plane Development Kit (DPDK) release version 2.0. For instructions on compiling and running the release, see the *DPDK Getting Started Guide*. @@ -103,6 +103,8 @@ The following is a list of DPDK documents in the suggested reading order: * IP Reassembly + * IP Pipeline + * IP Fragmentation * IPv4 Multicast @@ -111,6 +113,8 @@ The following is a list of DPDK documents in the suggested reading order: * L2 Forwarding IVSHMEM + * L2 Forwarding Jobstats + * L3 Forwarding * L3 Forwarding with Access Control @@ -119,6 +123,8 @@ The following is a list of DPDK documents in the suggested reading order: * L3 Forwarding in a Virtualized Environment + * Link Bonding + * Link Status Interrupt * Load Balancing @@ -149,6 +155,10 @@ The following is a list of DPDK documents in the suggested reading order: * Distributor + * RX-TX Callbacks + + * Skeleton + In addition, there are some other applications that are built when the libraries are created. The source for these applications is in the DPDK/app directory and are called: @@ -163,6 +173,6 @@ The following is a list of DPDK documents in the suggested reading order: * The testpmd application provides a number of different packet throughput tests and examples of features such as how to use the Flow Director found in the IntelĀ® 82599 10 Gigabit Ethernet Controller. - The testpmd application is documented in the *DPDK Testpmd Application Note* (525362). + The testpmd application is documented in the *DPDK Testpmd Application Note*. The test application is not currently documented. However, you should be able to run and use test application with the command line help that is provided in the application. -- 1.8.3.1