X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fprog_guide%2Fevent_timer_adapter.rst;h=a95efbe0d8a332df5f485fa1493c9cd0d0790956;hb=be76aa5836b488b5668c50eebc829641f02f499a;hp=eb195ebd4c63f63720bac4290ca633979b4bd76a;hpb=1534cc6ab1d93041dcbb0bb6c7f1e111578dffd4;p=dpdk.git diff --git a/doc/guides/prog_guide/event_timer_adapter.rst b/doc/guides/prog_guide/event_timer_adapter.rst index eb195ebd4c..a95efbe0d8 100644 --- a/doc/guides/prog_guide/event_timer_adapter.rst +++ b/doc/guides/prog_guide/event_timer_adapter.rst @@ -4,8 +4,7 @@ Event Timer Adapter Library =========================== -The DPDK -`Event Device library `_ +The DPDK :doc:`Event Device library ` introduces an event driven programming model which presents applications with an alternative to the polling model traditionally used in DPDK applications. Event devices can be coupled with arbitrary components to provide @@ -21,7 +20,7 @@ The Event Timer Adapter library is designed to interface with hardware or software implementations of the timer mechanism; it will query an eventdev PMD to determine which implementation should be used. The default software implementation manages timers using the DPDK -`Timer library `_. +:doc:`Timer library `. Examples of using the API are presented in the `API Overview`_ and `Processing Timer Expiry Events`_ sections. Code samples are abstracted and