X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fprog_guide%2Feventdev.rst;h=a49e486a303fefac5892f9ebe4381f3cc1cdf483;hb=dd22740cc291568f354279f5c38eef4a1d1dd3a0;hp=fda9c3743cae50fd227d3163c0b7e46afa65e646;hpb=1cc44d409271a3eedc5da5cef47f25088c968ae6;p=dpdk.git diff --git a/doc/guides/prog_guide/eventdev.rst b/doc/guides/prog_guide/eventdev.rst index fda9c3743c..a49e486a30 100644 --- a/doc/guides/prog_guide/eventdev.rst +++ b/doc/guides/prog_guide/eventdev.rst @@ -152,7 +152,7 @@ Ports ~~~~~ Ports are the points of contact between worker cores and the eventdev. The -general use-case will see one CPU core using one port to enqueue and dequeue +general use case will see one CPU core using one port to enqueue and dequeue events from an eventdev. Ports are linked to queues in order to retrieve events from those queues (more details in `Linking Queues and Ports`_ below).