From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id E4EF05683 for ; Fri, 20 Mar 2015 11:01:18 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga101.fm.intel.com with ESMTP; 20 Mar 2015 03:01:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,435,1422950400"; d="scan'208";a="668060802" Received: from unknown (HELO Sent) ([10.217.248.233]) by orsmga001.jf.intel.com with SMTP; 20 Mar 2015 03:01:15 -0700 Received: by Sent (sSMTP sendmail emulation); Fri, 20 Mar 2015 10:59:07 +0100 From: Pawel Wodkowski To: dev@dpdk.org Date: Fri, 20 Mar 2015 10:43:35 +0100 Message-Id: <1426844615-14846-3-git-send-email-pawelx.wodkowski@intel.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1426844615-14846-1-git-send-email-pawelx.wodkowski@intel.com> References: <1426844615-14846-1-git-send-email-pawelx.wodkowski@intel.com> Subject: [dpdk-dev] [PATCH 2/2] doc: add jobstats library and application release notes 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: Fri, 20 Mar 2015 10:01:19 -0000 Signed-off-by: Pawel Wodkowski --- doc/guides/rel_notes/new_features.rst | 2 ++ doc/guides/rel_notes/supported_features.rst | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/doc/guides/rel_notes/new_features.rst b/doc/guides/rel_notes/new_features.rst index b8d4ea4..6acfe0c 100644 --- a/doc/guides/rel_notes/new_features.rst +++ b/doc/guides/rel_notes/new_features.rst @@ -58,6 +58,8 @@ New Features * Packet Distributor Sample Application +* Job Stats library and Sample Application. + * Poll Mode Driver - PCIE host-interface of Intel Ethernet Switch FM10000 Series (librte_pmd_fm10k) * Basic Rx/Tx functions for PF/VF diff --git a/doc/guides/rel_notes/supported_features.rst b/doc/guides/rel_notes/supported_features.rst index e8785b7..c908877 100644 --- a/doc/guides/rel_notes/supported_features.rst +++ b/doc/guides/rel_notes/supported_features.rst @@ -308,6 +308,8 @@ Supported Features * L2 Forwarding (supports virtualized and non-virtualized environments) + * L2 Forwarding Job Stats + * L3 Forwarding (IPv4 and IPv6) * L3 Forwarding in a Virtualized Environment @@ -370,6 +372,8 @@ Supported Features * CPU-specific compiler optimization +* Job stats library for load/cpu utilization measurements + * Improvements to the Load Balancing sample application * The addition of a PAUSE instruction to tight loops for energy-usage and performance improvements -- 1.9.1