From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jasvinder Singh Subject: [PATCH] doc: update release notes with packet framework library changes Date: Fri, 25 May 2018 15:15:23 +0100 Message-ID: <20180525141523.27097-1-jasvinder.singh@intel.com> Cc: john.mcnamara@intel.com, marko.kovacevic@intel.com To: dev@dpdk.org Return-path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 89B241B05 for ; Fri, 25 May 2018 16:15:28 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Signed-off-by: Jasvinder Singh --- doc/guides/rel_notes/release_18_05.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/guides/rel_notes/release_18_05.rst b/doc/guides/rel_notes/release_18_05.rst index a790882..4abddd7 100644 --- a/doc/guides/rel_notes/release_18_05.rst +++ b/doc/guides/rel_notes/release_18_05.rst @@ -249,6 +249,15 @@ New Features stats/xstats on shared memory from secondary process, and also pdump packets on those virtual devices. +* **Advancement to Packet Framework Library.** + + Design and development of new API functions for Packet Framework library that + implements common set of actions such as traffic metering, packet + encapsulation, network address translation, TTL update, etc., for pipeline + table and input ports to speed up application development. The API functions + includes creating action profiles, registering actions to the profiles, + instantiating action profiles for pipeline table and input ports, etc. + * **Added the BPF Library.** The BPF Library provides the ability to load and execute -- 2.9.3