From: Cristian Dumitrescu Date: Thu, 1 Oct 2020 10:20:10 +0000 (+0100) Subject: doc: add new SWX pipeline type to release notes X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=c2b603bdf433f0ae4c4a63dcaa660c8d1792bfe8;p=dpdk.git doc: add new SWX pipeline type to release notes Add the new SWX pipeline type to the release notes. Signed-off-by: Cristian Dumitrescu --- diff --git a/doc/guides/rel_notes/release_20_11.rst b/doc/guides/rel_notes/release_20_11.rst index 4eb3224a76..15ec247d76 100644 --- a/doc/guides/rel_notes/release_20_11.rst +++ b/doc/guides/rel_notes/release_20_11.rst @@ -78,6 +78,17 @@ New Features ``--portmask=N`` where N represents the hexadecimal bitmask of ports used. +* **Updated the pipeline library for alignment with the P4 language.** + + Added new Software Switch (SWX) pipeline type that provides more + flexibility through API and feature alignment with the P4 language. + + * The packet headers, meta-data, actions, tables and pipelines are + dynamically defined instead of selected from pre-defined set. + * The actions and the pipeline are defined with instructions. + * Extern objects and functions can be plugged into the pipeline. + * Transaction-oriented table updates. + Removed Items -------------