X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fguides%2Frel_notes%2Frelease_19_08.rst;h=0aeba611e99e95f8c884d19e4f3e6b9c5fd5c8a0;hb=49a0a2ffd5db85f7bcc1de37391272f859aabbd4;hp=0a3f8406532647ddef2492d90e8e83f5b926d497;hpb=186b14d6850654eb84a8ae9ea29b736f0ba5e093;p=dpdk.git diff --git a/doc/guides/rel_notes/release_19_08.rst b/doc/guides/rel_notes/release_19_08.rst index 0a3f840653..0aeba611e9 100644 --- a/doc/guides/rel_notes/release_19_08.rst +++ b/doc/guides/rel_notes/release_19_08.rst @@ -112,6 +112,8 @@ New Features * Updated the packet header modification feature. Added support of TCP header sequence number and acknowledgment number modification. * Added support for match on ICMP/ICMP6 code and type. + * Added support for matching on GRE's key and C,K,S present bits. + * Added support for IP-in-IP tunnel. * **Updated Solarflare network PMD.** @@ -281,6 +283,14 @@ API Changes offload flag from the library. The application must set this flag if it is supported by the platform and application wishes to use it. +* sched: Macros ``RTE_SCHED_QUEUES_PER_TRAFFIC_CLASS`` and + ``RTE_SCHED_PIPE_PROFILES_PER_PORT`` are removed for flexible configuration + of pipe traffic classes and their queues size, and for runtime configuration + of maximum number of pipe profiles, respectively. In addtion, wrr_weights + field of struct ``rte_sched_pipe_params`` is modifed to be used only for + best-effort tc, and qsize field of struct ``rte_sched_port_params`` is + changed to allow different size of the each queue. + ABI Changes ----------- @@ -393,7 +403,7 @@ The libraries prepended with a plus sign were incremented in this version. librte_rcu.so.1 librte_reorder.so.1 librte_ring.so.2 - librte_sched.so.2 + + librte_sched.so.3 librte_security.so.2 librte_stack.so.1 librte_table.so.3