X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fprog_guide%2Fpacket_distrib_lib.rst;h=18baf55cdacb7c008bf04f988128224ef020259f;hb=48624fd96e7c4a9603e383baa193909fea392232;hp=c95291d4f664b44744cdde4f571c1b311a8e1ea2;hpb=9c5878473ddec4d265b6b8eea7abd39a3861f051;p=dpdk.git diff --git a/doc/guides/prog_guide/packet_distrib_lib.rst b/doc/guides/prog_guide/packet_distrib_lib.rst index c95291d4f6..18baf55cda 100644 --- a/doc/guides/prog_guide/packet_distrib_lib.rst +++ b/doc/guides/prog_guide/packet_distrib_lib.rst @@ -31,7 +31,7 @@ Packet Distributor Library ========================== -The Intel® DPDK Packet Distributor library is a library designed to be used for dynamic load balancing of traffic +The DPDK Packet Distributor library is a library designed to be used for dynamic load balancing of traffic while supporting single packet at a time operation. When using this library, the logical cores in use are to be considered in two roles: firstly a distributor lcore, which is responsible for load balancing or distributing packets, @@ -97,7 +97,7 @@ while allowing packet order within a packet flow -- identified by a tag -- to be The flush and clear_returns API calls, mentioned previously, are likely of less use that the process and returned_pkts APIS, and are principally provided to aid in unit testing of the library. -Descriptions of these functions and their use can be found in the Intel® DPDK API Reference document. +Descriptions of these functions and their use can be found in the DPDK API Reference document. Worker Operation ----------------