X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Frel_notes%2Frelease_20_05.rst;h=89a94a7464d8e0a225c67dffd0ca65c01f47241c;hb=9f8e1810f62bc6549fa7782e550f68130fc4ce8e;hp=7f2049a0fde35dbb630b9363b61d79d665fbe7d8;hpb=40b75c73d1c6c329997d1a1fe1055120b9d82d9b;p=dpdk.git diff --git a/doc/guides/rel_notes/release_20_05.rst b/doc/guides/rel_notes/release_20_05.rst index 7f2049a0fd..89a94a7464 100644 --- a/doc/guides/rel_notes/release_20_05.rst +++ b/doc/guides/rel_notes/release_20_05.rst @@ -56,6 +56,16 @@ New Features Also, make sure to start the actual text at the margin. ========================================================= +* **Added Trace Library and Tracepoints** + + A native implementation of ``common trace format(CTF)`` based trace library + has been added to provide the ability to add tracepoints in + application/library to get runtime trace/debug information for control and + fast APIs with minimum impact on fast path performance. + Typical trace overhead is ~20 cycles and instrumentation overhead is 1 cycle. + Added tracepoints in ``EAL``, ``ethdev``, ``cryptodev``, ``eventdev`` and + ``mempool`` libraries for important functions. + * **Added new API for rte_ring.** * New synchronization modes for rte_ring.