ipc: fix missing ignore message name
authorAnatoly Burakov <anatoly.burakov@intel.com>
Fri, 13 Apr 2018 15:55:44 +0000 (16:55 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 16 Apr 2018 23:27:45 +0000 (01:27 +0200)
commit7d863e253ead83e6fd2c35557be22bcfcc64a99a
tree829cccbf79152357f163199c71c80e332e71da4b
parent35ae44d1e25e2c3556956e2bc78a0e1c63cc9a11
ipc: fix missing ignore message name

We are trying to notify sender that response from current process
should be ignored, but we didn't specify which request this response
was for. Fix by copying request name from the original message.

Fixes: 579a4ccc345c ("eal: ignore IPC messages until init is complete")

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