eal: rename IPC sync request to pending request
authorAnatoly Burakov <anatoly.burakov@intel.com>
Sat, 31 Mar 2018 17:06:14 +0000 (18:06 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 4 Apr 2018 21:30:32 +0000 (23:30 +0200)
commit0891faf5d88ceef09ec61ca175a717c75e840510
tree26054c98935389aafaff93df7ad23714dc58db2d
parentd8dd31652cf41e1ab0f4e23aab605a1d2114ac8d
eal: rename IPC sync request to pending request

Originally, there was only one type of request which was used
for multiprocess synchronization (hence the name - sync request).

However, now that we are going to have two types of requests,
synchronous and asynchronous, having it named "sync request" is
very confusing, so we will rename it to "pending request". This
is internal-only, so no externally visible API changes.

Suggested-by: Jianfeng Tan <jianfeng.tan@intel.com>
Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
Acked-by: Jianfeng Tan <jianfeng.tan@intel.com>
lib/librte_eal/common/eal_common_proc.c