doc: fix reference to master process
Correct terminolgy here is primary process.
This is a bug in original doc.
Fixes: fc1f2750a3
("doc: programmers guide")
Cc: stable@dpdk.org
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Anatoly Burakov <anatoly.burakov@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
This commit is contained in:
parent
95a2e18dfb
commit
ad18592bc0
@ -61,8 +61,8 @@ rather than subsequently in the forwarding threads.
|
|||||||
However, the DPDK performs checks to ensure that libraries are only initialized once.
|
However, the DPDK performs checks to ensure that libraries are only initialized once.
|
||||||
If initialization is attempted more than once, an error is returned.
|
If initialization is attempted more than once, an error is returned.
|
||||||
|
|
||||||
In the multi-process case, the configuration information of shared memory will only be initialized by the master process.
|
In the multi-process case, the configuration information of shared memory will only be initialized by the primary process.
|
||||||
Thereafter, both master and secondary processes can allocate/release any objects of memory that finally rely on rte_malloc or memzones.
|
Thereafter, both primary and secondary processes can allocate/release any objects of memory that finally rely on rte_malloc or memzones.
|
||||||
|
|
||||||
Interrupt Thread
|
Interrupt Thread
|
||||||
----------------
|
----------------
|
||||||
|
Loading…
Reference in New Issue
Block a user