From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 55DA15938 for ; Thu, 12 Mar 2015 12:35:45 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP; 12 Mar 2015 04:30:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,388,1422950400"; d="scan'208";a="539874574" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga003.jf.intel.com with ESMTP; 12 Mar 2015 04:35:01 -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 t2CBZf2J027094; Thu, 12 Mar 2015 11:35:41 GMT Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id t2CBZeAV008515; Thu, 12 Mar 2015 11:35:40 GMT Received: (from sabutler@localhost) by sivswdev02.ir.intel.com with id t2CBZePD008511; Thu, 12 Mar 2015 11:35:40 GMT From: Siobhan Butler To: dev@dpdk.org Date: Thu, 12 Mar 2015 11:35:39 +0000 Message-Id: <1426160139-8423-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=5D_doc=3A_update_release_notes_desc?= =?utf-8?q?ription_for_new_sample_apps_Updated_release_notes_releas?= =?utf-8?q?e_description_notes=3A_-_added_new_sample_applications_t?= =?utf-8?q?o_list=3A_Link_Bonding=2CSkeleton=2C_Callbacks=2C_Jobsta?= =?utf-8?q?ts_-_updated_copyright_date_to_2015_-_updated_release_nu?= =?utf-8?q?mber_form_1=2E7=2E0_to_2=2E0?= 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 11:35:46 -0000 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