ipc: add warnings about correct API usage
authorAnatoly Burakov <anatoly.burakov@intel.com>
Fri, 3 May 2019 11:50:50 +0000 (12:50 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 9 May 2019 15:50:59 +0000 (17:50 +0200)
commitbfbc3a50416419d79c9cbe7868d1e9901919c346
treed66039413757a697d642f97c6dcd14a56cd6b813
parent3855b4150037142435b5c1f4195e44c142785f1f
ipc: add warnings about correct API usage

When handling synchronous or asynchronous requests, the reply
must be sent explicitly even if the result of the operation is
an error, to avoid the other side timing out. Make note of this
in documentation explicitly.

Cc: stable@dpdk.org
Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
doc/guides/prog_guide/multi_proc_support.rst
lib/librte_eal/common/include/rte_eal.h