X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fprog_guide%2Fglossary.rst;h=7044a7df2ab9806cf652fb2ad08a0653c09c2d6d;hb=6f04fa45211e3ca4fb9a7e9ceabc682fa47e88bf;hp=dda45bd18f5b5e4433ea92693acc54af2921659b;hpb=d27a6261875d203424e93d7316a0e92852f367b5;p=dpdk.git diff --git a/doc/guides/prog_guide/glossary.rst b/doc/guides/prog_guide/glossary.rst index dda45bd18f..7044a7df2a 100644 --- a/doc/guides/prog_guide/glossary.rst +++ b/doc/guides/prog_guide/glossary.rst @@ -124,10 +124,13 @@ LAN LPM Longest Prefix Match -master lcore +main lcore The execution unit that executes the main() function and that launches other lcores. +master lcore + Deprecated name for *main lcore*. No longer used. + mbuf An mbuf is a data structure used internally to carry messages (mainly network packets). The name is derived from BSD stacks. To understand the @@ -185,7 +188,7 @@ Rx Reception Slave lcore - Any *lcore* that is not the *master lcore*. + Deprecated name for *worker lcore*. No longer used. Socket A physical CPU, that includes several *cores*. @@ -205,7 +208,7 @@ SW Target In the DPDK, the target is a combination of architecture, machine, executive environment and toolchain. For example: - i686-native-linuxapp-gcc. + i686-native-linux-gcc. TCP Transmission Control Protocol @@ -237,6 +240,9 @@ VLAN Wr Write +Worker lcore + Any *lcore* that is not the *main lcore*. + WRED Weighted Random Early Detection