X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=inline;f=doc%2Fguides%2Fsample_app_ug%2Fpacket_ordering.rst;h=ef851500acf5a9cfe9349634ca400c97a1ceb820;hb=7798f17a0d6295b9d3d9f8dc8008cd200a7643de;hp=481f1b704a904daec4efd475d2184fe1cf05fe55;hpb=1b2038b06fae231d121d1d3bbd30886c03b29435;p=dpdk.git diff --git a/doc/guides/sample_app_ug/packet_ordering.rst b/doc/guides/sample_app_ug/packet_ordering.rst index 481f1b704a..ef851500ac 100644 --- a/doc/guides/sample_app_ug/packet_ordering.rst +++ b/doc/guides/sample_app_ug/packet_ordering.rst @@ -46,7 +46,7 @@ The application uses at least three CPU cores: Currently it modifies the output port of the packet for configurations with more than one port enabled. -* TX Core (slave core) receives traffic from Woker cores through software queues, +* TX Core (slave core) receives traffic from Worker cores through software queues, inserts out-of-order packets into reorder buffer, extracts ordered packets from the reorder buffer and sends them to the NIC ports for transmission. @@ -94,7 +94,7 @@ The first CPU core in the core mask is the master core and would be assigned to RX core, the last to TX core and the rest to Worker cores. The PORTMASK parameter must contain either 1 or even enabled port numbers. -When setting more than 1 port, traffic would be forwarderd in pairs. +When setting more than 1 port, traffic would be forwarded in pairs. For example, if we enable 4 ports, traffic from port 0 to 1 and from 1 to 0, then the other pair from 2 to 3 and from 3 to 2, having [0,1] and [2,3] pairs.