X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fguides%2Fsample_app_ug%2Fintro.rst;fp=doc%2Fguides%2Fsample_app_ug%2Fintro.rst;h=e765f1fd6b12eac85bedfbdeacefa8d7c710bab6;hb=bb4141dbe5da2924d5b9f8554fd022721d2cc127;hp=8ff223b16c4a4078677f122fd61464f2af1bb835;hpb=7fa68f51e25f5b36b5d2c29d8ba4147013b67bfe;p=dpdk.git diff --git a/doc/guides/sample_app_ug/intro.rst b/doc/guides/sample_app_ug/intro.rst index 8ff223b16c..e765f1fd6b 100644 --- a/doc/guides/sample_app_ug/intro.rst +++ b/doc/guides/sample_app_ug/intro.rst @@ -58,8 +58,8 @@ examples are highlighted below. forwarding Graph, or ``l3fwd_graph`` application does forwarding based on IPv4 like a simple router with DPDK Graph framework. -* :doc:`Hardware packet copying`: The Hardware packet copying, - or ``ioatfwd`` application demonstrates how to use IOAT rawdev driver for +* :doc:`Hardware packet copying`: The Hardware packet copying, + or ``dmafwd`` application demonstrates how to use DMAdev library for copying packets between two threads. * :doc:`Packet Distributor`: The Packet Distributor