From: Anatoly Burakov Date: Tue, 29 May 2018 15:43:06 +0000 (+0100) Subject: doc: add multiprocess known issue in release notes X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=25d4d442dfe41698079a9c3d3789876f5c5a3e1b;p=dpdk.git doc: add multiprocess known issue in release notes Also, reference Bugzilla entry for keeping most current information in one place. Signed-off-by: Anatoly Burakov Acked-by: John McNamara --- diff --git a/doc/guides/rel_notes/release_18_05.rst b/doc/guides/rel_notes/release_18_05.rst index c77729147e..ffab503290 100644 --- a/doc/guides/rel_notes/release_18_05.rst +++ b/doc/guides/rel_notes/release_18_05.rst @@ -588,6 +588,19 @@ Known Issues Also, make sure to start the actual text at the margin. ========================================================= +* **Secondary process launch is not reliable.** + + Recent memory hotplug patches have made multiprocess startup less reliable + than it was in the past. A number of workarounds are known to work depending + on the circumstances. As such it isn't recommended to use the secondary + process mechanism for critical systems. The underlying issues will be + addressed in upcoming releases. + + The issue is explained in more detail, including potential workarounds, + in the Bugzilla entry referenced below. + + Bugzilla entry: https://dpdk.org/tracker/show_bug.cgi?id=50 + * **pdump is not compatible with old applications.** As we changed to use generic multi-process communication for pdump negotiation