X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Frel_notes%2Frelease_20_11.rst;h=15ec247d76cc620d334b33318793b41b61d77185;hb=c2b603bdf433f0ae4c4a63dcaa660c8d1792bfe8;hp=4eb3224a7662c73cc4599bc9a5bbf993625c3fe3;hpb=84fb33fec179ea96f814aed9f658d5a2df20745d;p=dpdk.git 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 -------------